diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2009-02-06 19:25:32 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2009-02-06 19:25:32 +0000 |
commit | 44c02227e9220dfa2aaefa6be8827261da56d05c (patch) | |
tree | 6a0ec50e6d6f506b95102ae07c204a3907c23b3d | |
parent | 77da9a00871cbdbb624f9560f7fcd40fbeda046f (diff) |
Mention the first release of CURLOPT_FTP_FILEMETHOD
-rw-r--r-- | docs/libcurl/curl_easy_setopt.3 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index 579016bb7..09e3de3fd 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -1190,6 +1190,7 @@ libcurl does one CWD with the full target directory and then operates on the file \&"normally" (like in the multicwd case). This is somewhat more standards compliant than 'nocwd' but without the full penalty of 'multicwd'. .RE +(Added in 7.15.1) .SH PROTOCOL OPTIONS .IP CURLOPT_TRANSFERTEXT A parameter set to 1 tells the library to use ASCII mode for FTP transfers, |