]> granicus.if.org Git - curl/commit
- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This
authorDaniel Stenberg <daniel@haxx.se>
Fri, 1 Jan 2010 14:44:44 +0000 (14:44 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 1 Jan 2010 14:44:44 +0000 (14:44 +0000)
commit605bbfc4c0fa838f50bf9d18e69e417168f524c0
tree405fa3f29adea6bacbaad6b1edf8ad8f9e5b718a
parent42d365f199f9637820de4ecdee21bc7d4668f138
- Ingmar Runge enhanced libcurl's FTP engine to support the PRET command. This
  command is a special "hack" used by the drftpd server, but even though it is
  a custom extension I've deemed it fine to add to libcurl since this server
  seems to survive and people keep using it and want libcurl to support
  it. The new libcurl option is named CURLOPT_FTP_USE_PRET, and it is also
  usable from the curl tool with --ftp-pret. Using this option on a server
  that doesn't support this command will make libcurl fail.
15 files changed:
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
docs/libcurl/libcurl-errors.3
include/curl/curl.h
lib/ftp.c
lib/ftp.h
lib/strerror.c
lib/url.c
lib/urldata.h
src/main.c
tests/data/Makefile.am
tests/data/test1107 [new file with mode: 0644]
tests/data/test1108 [new file with mode: 0644]