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.
This commit is contained in:
@@ -2,14 +2,15 @@ Curl and libcurl 7.13.0
|
||||
|
||||
Public curl release number: 85
|
||||
Releases counted from the very beginning: 112
|
||||
Available command line options: 103
|
||||
Available curl_easy_setopt() options: 121
|
||||
Available command line options: 104
|
||||
Available curl_easy_setopt() options: 122
|
||||
Number of public functions in libcurl: 46
|
||||
Amount of public web site mirrors: 15
|
||||
Number of known libcurl bindings: 29
|
||||
|
||||
This release includes the following changes:
|
||||
|
||||
o added --ftp-account and CURLOPT_FTP_ACCOUNT
|
||||
o added CURLOPT_SOURCE_URL and CURLOPT_SOURCE_QUOTE
|
||||
o obsoleted CURLOPT_SOURCE_HOST, CURLOPT_SOURCE_PATH, CURLOPT_SOURCE_PORT
|
||||
and CURLOPT_PASV_HOST
|
||||
@@ -49,6 +50,6 @@ advice from friends like these:
|
||||
Werner Koch, Gisle Vanem, Alex Neblett, Kai Sommerfeld, Marty Kuhrt,
|
||||
Hzhijun, Pavel Orehov, Bruce Mitchener, Cyrill Osterwalder, Dan Torop,
|
||||
Martijn Koster, Alex aka WindEagle, Cody Jones, Samuel D<>az Garc<72>a,
|
||||
Stephan Bergmann, Philippe Hameau
|
||||
Stephan Bergmann, Philippe Hameau, Ian Ford
|
||||
|
||||
Thanks! (and sorry if I forgot to mention someone)
|
||||
|
||||
Reference in New Issue
Block a user