Date: Wed, 8 Oct 1997 11:43:54 -0700 (PDT) From: Bill Fenner <fenner@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/fetch ftp.c Message-ID: <199710081843.LAA24644@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
fenner 1997/10/08 11:43:54 PDT Modified files: usr.bin/fetch ftp.c Log: Interpret multiple slashes as a single slash in ftp: URL's. This is contrary to RFC1738, which specifies that empty elements between slashes really mean to send a CWD command with an empty argument. Most FTP servers consider this an error, so strict RFC compliance is advisable in this case. Revision Changes Path 1.9 +12 -2 src/usr.bin/fetch/ftp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199710081843.LAA24644>