Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Apr 2007 22:33:29 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libfetch fetch.3 ftp.c
Message-ID:  <200704222233.l3MMXUKH045452@repoman.freebsd.org>

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



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