New FTP CCC functionality - adds passive and active mode to accomodate for different server behaviour

This commit is contained in:
Linus Nielsen Feltzing
2007-02-20 22:08:50 +00:00
parent 2f5e99ca02
commit 83e078256c
2 changed files with 4 additions and 4 deletions

View File

@@ -16,6 +16,9 @@ This release includes the following changes:
--raw
o added support for using the NSS library for TLS/SSL
o changed default anonymous FTP password
o changed the CURLOPT_FTP_SSL_CCC option to handle active and passive
CCC shutdown
o Added the --ftp-ssl-ccc-mode command line option
This release includes the following bugfixes:
@@ -28,6 +31,7 @@ This release includes the following bugfixes:
o multi interface HTTPS connection re-use memory leak
o libcurl.m4's --with-libcurl is improved
o curl-config --libs and libcurl.pc no longer list unnecessary dependencies
o fixed an issue with CCC not working on some servers
This release includes the following known bugs: