diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-01-07 14:50:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-07 14:50:11 +0000 |
commit | 23cfb9a832ddaf64a9153216f120fdf7068805af (patch) | |
tree | 5507fb0335ead38865d71c3288ae29a6c9f1553c | |
parent | b921777057eb0fe48032ba2dab7036dce87a1cc0 (diff) |
feature update
-rw-r--r-- | docs/FEATURES | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 261b37aab..e7a3d624e 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -25,6 +25,7 @@ Misc - socks5 support - supports user name + password in proxy environment variables - operations through proxy "tunnel" (using CONNECT) + - supports transfers of large files (>2GB and >4GB) HTTP - HTTP/1.1 compliant (optionally uses 1.0) @@ -80,6 +81,11 @@ FTP - all operations can be tunneled through a http-proxy - customizable to retrieve file modification date +FTPS (*1) + - explicit ftps:// support that use SSL on both connections + - implicit "AUTH TSL" and "AUTH SSL" usage to "upgrade" plain ftp:// + connection to use SSL for both or one of the connections + TELNET - connection negotiation - custom telnet options |