- Linus Nielsen Feltzing introduced the --ftp-ssl-ccc command line option to
authorDaniel Stenberg <daniel@haxx.se>
Fri, 5 Jan 2007 23:11:14 +0000 (23:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 5 Jan 2007 23:11:14 +0000 (23:11 +0000)
commit4750e6f3c5fd42e19998242ddb63d7d5506b9fd9
treeda414a616a37056c35bda6312721064e7d65839b
parentb7aaa4d9071227d481eb163887d7dd21535b7ae3
- 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.
16 files changed:
CHANGES
RELEASE-NOTES
docs/curl.1
docs/libcurl/curl_easy_setopt.3
include/curl/curl.h
lib/ftp.c
lib/gtls.c
lib/gtls.h
lib/sslgen.c
lib/sslgen.h
lib/ssluse.c
lib/ssluse.h
lib/strerror.c
lib/url.c
lib/urldata.h
src/main.c