]> granicus.if.org Git - curl/commit
Ian Ford asked about support for the FTP command ACCT, and I discovered it is
authorDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jan 2005 22:13:12 +0000 (22:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 25 Jan 2005 22:13:12 +0000 (22:13 +0000)
commit177dbc7be07125582ddb7416dba7140b88ab9f62
tree427fa08bfdea3642ac8ecd19776b43b888b2bc24
parentf2e71edcbd479345678bb03e76fad17157fc318e
Ian Ford asked about support for the FTP command ACCT, and I discovered it is
present in RFC959... so now (lib)curl supports it as well. --ftp-account and
CURLOPT_FTP_ACCOUNT set the account string. (The server may ask for an account
string after PASS have been sent away. The client responds with "ACCT [account
string]".) Added test case 228 and 229 to verify the functionality. Updated
the test FTP server to support ACCT somewhat.
12 files changed:
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/ftp.c
lib/url.c
lib/urldata.h
src/main.c
tests/data/Makefile.am
tests/data/test228 [new file with mode: 0644]
tests/data/test229 [new file with mode: 0644]