Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2007 15:46:56 -0700
From:      Nate Lawson <nate@root.org>
To:        cvs-src@freebsd.org,  cvs-all@freebsd.org,  src-committers@freebsd.org
Subject:   Re: cvs commit: src/lib/libfetch fetch.3 ftp.c
Message-ID:  <462BE5E0.5040703@root.org>
In-Reply-To: <20070422223335.60D8216A59D@hub.freebsd.org>
References:  <20070422223335.60D8216A59D@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?462BE5E0.5040703>