freebsd-dev/lib/libfetch
Nate Lawson f5e97105d3 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
2007-04-22 22:33:29 +00:00
..
common.c Fix a memory leak: when freeing the connection structure, don't forget to 2005-02-16 12:46:46 +00:00
common.h Update copyright years. 2004-09-21 18:35:21 +00:00
fetch.3 Add back the original behavior of changing the entire directory path at 2007-04-22 22:33:29 +00:00
fetch.c Update copyright years. 2004-09-21 18:35:21 +00:00
fetch.h Update copyright years. 2004-09-21 18:35:21 +00:00
file.c Update copyright years. 2004-09-21 18:35:21 +00:00
ftp.c Add back the original behavior of changing the entire directory path at 2007-04-22 22:33:29 +00:00
ftp.errors Recognize the (incorrect) error code a MediaHawk server sends in reply to 2002-10-30 06:06:16 +00:00
http.c Ignore HTTP_PROXY if it is defined but empty. This was already handled 2005-08-24 12:28:05 +00:00
http.errors
Makefile Respect MK_INET6_SUPPORT. 2006-07-27 04:54:03 +00:00