diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-07-26 23:20:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-07-26 23:20:47 +0000 |
commit | 4d4151f6c10c8770c70dd3b1d06a84ca5191142f (patch) | |
tree | c228d865275442bc1ac67420753ef3daa50905fa /CHANGES | |
parent | 518becfe2ea21a96e923149df45a433f2501e5fd (diff) |
David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both
control and data connection, as the existing --ftp-ssl option only requests
it.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog Daniel (27 July 2006) +- David McCreedy added --ftp-ssl-reqd which makes curl *require* SSL for both + control and data connection, as the existing --ftp-ssl option only requests + it. + - [Hiper-related work] Added a function called curl_multi_assign() that will set a private pointer added to the internal libcurl hash table for the particular socket passed in to this function: |