aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2006-09-23 19:37:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2006-09-23 19:37:23 +0000
commitf7d31bb3e35c89feb3de34b77961523eab1f66d6 (patch)
tree62665d084c16d21714a4401045de16f531383009 /CHANGES
parent9cd928674f6a66b98a6d1581fa0aed5cf69c870b (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--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 510c0ad3f..7c60922f4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.