diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-12-06 10:07:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-12-06 10:07:12 +0000 |
commit | 4dcd606b47b3c9aa47457fd28eddfc2ba4a0b7dc (patch) | |
tree | 7e69cb74270322026b71138b99e330dffc7155ef /docs | |
parent | 393ddd6e1fcdabcf6bae2c092eac87e90605ebdf (diff) |
7.16.1 knows SFTP too
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 0a85992e5..e83779af6 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -30,8 +30,8 @@ curl \- transfer a URL .SH DESCRIPTION .B curl is a tool to transfer data from or to a server, using one of the supported -protocols (HTTP, HTTPS, FTP, FTPS, SCP, TFTP, DICT, TELNET, LDAP or FILE). -The command is designed to work without user interaction. +protocols (HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, DICT, TELNET, LDAP or +FILE). The command is designed to work without user interaction. curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL connections, cookies, file transfer |