cvs commit: src/lib/libfetch fetch.3 ftp.c
Nate Lawson
nate at root.org
Sun Apr 22 22:47:02 UTC 2007
Nate Lawson wrote:
> njl 2007-04-22 22:33:29 UTC
>
> FreeBSD src repository
>
> Modified files:
> lib/libfetch fetch.3 ftp.c
> Log:
> Add back the original behavior of changing the entire directory path at
> once (CWD a/b/c vs. 3 CWDs). If an error occurs, we fall back to the default
> method of a single CWD per directory element. Since this is technically
> a violation of the basic FTP RFC, this behavior is under a compile-time
> option FTP_COMBINE_CWDS and is off by default. It should work with most
> Unix-based FTP daemons and can save latency.
>
> MFC after: 2 weeks
>
> Revision Changes Path
> 1.62 +11 -1 src/lib/libfetch/fetch.3
> 1.96 +23 -1 src/lib/libfetch/ftp.c
Augh, forgot:
Reviewed by: des
--
Nate
More information about the cvs-src
mailing list