diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2006-09-23 19:37:23 +0000 |
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2006-09-23 19:37:23 +0000 |
| commit | f7d31bb3e35c89feb3de34b77961523eab1f66d6 (patch) | |
| tree | 62665d084c16d21714a4401045de16f531383009 /CHANGES | |
| parent | 9cd928674f6a66b98a6d1581fa0aed5cf69c870b (diff) | |
Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only
encrypt the control connection and use the data connection "plain".
Diffstat (limited to 'CHANGES')
| -rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changelog Daniel (23 September 2006) +- Mike Protts added --ftp-ssl-control to make curl use FTP-SSL, but only + encrypt the control connection and use the data connection "plain". + - Dmitriy Sergeyev provided a patch that made the SOCKS[45] code work better as it now will read the full data sent from servers. The SOCKS-related code was also moved to the new lib/socks.c source file. |
