diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-01-05 23:11:14 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-01-05 23:11:14 +0000 |
commit | 4750e6f3c5fd42e19998242ddb63d7d5506b9fd9 (patch) | |
tree | da414a616a37056c35bda6312721064e7d65839b /CHANGES | |
parent | b7aaa4d9071227d481eb163887d7dd21535b7ae3 (diff) |
- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it
will make libcurl shutdown SSL/TLS after the authentication is done on a
FTP-SSL operation.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel (5 January 2007) +- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to + curl that uses the new CURLOPT_FTP_SSL_CCC option in libcurl. If enabled, it + will make libcurl shutdown SSL/TLS after the authentication is done on a + FTP-SSL operation. + Daniel (4 January 2007) - David McCreedy made changes to allow base64 encoding/decoding to work on non-ASCII platforms. |