diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-05-28 11:28:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-05-28 11:28:40 +0000 |
commit | 404e23734b77e52ee466f1e40c4fc5d6f12a8fe1 (patch) | |
tree | 4409338b85b21761dc7306c212267a92632b917b /docs/FEATURES | |
parent | 973d63f4f29591b4589013775a9e5536285f0d9c (diff) | |
download | curl-404e23734b77e52ee466f1e40c4fc5d6f12a8fe1.tar.gz |
correct explicit/implicit terms for FTPS
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index a41c01619..a8d8427fd 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -91,8 +91,8 @@ FTP - no dir depth limit FTPS (*1) - - explicit ftps:// support that use SSL on both connections - - implicit "AUTH TSL" and "AUTH SSL" usage to "upgrade" plain ftp:// + - implicit ftps:// support that use SSL on both connections + - explicit "AUTH TSL" and "AUTH SSL" usage to "upgrade" plain ftp:// connection to use SSL for both or one of the connections TFTP |