diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 14:40:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-05-13 16:51:19 +0200 |
commit | 72b1aaf9da73cdf302b774c0190fe97ca05be524 (patch) | |
tree | 306dfd602a7c53344b19dca3521536015c4e468f /docs/cmdline-opts | |
parent | 81a54b12c631e8126e3eb484c74040b991e78f0c (diff) | |
download | curl-72b1aaf9da73cdf302b774c0190fe97ca05be524.tar.gz |
docs: unify protocol lists
We boast support for 25 transfer protocols. Make sure the lists are
consistent
Closes #5384
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/page-header | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/cmdline-opts/page-header b/docs/cmdline-opts/page-header index 60c3b07fe..209159bdc 100644 --- a/docs/cmdline-opts/page-header +++ b/docs/cmdline-opts/page-header @@ -31,8 +31,9 @@ curl \- transfer a URL .B curl is a tool to transfer data from or to a server, using one of the supported protocols (DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, -LDAPS, MQTT, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, -TELNET and TFTP). The command is designed to work without user interaction. +LDAPS, MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, +SMTPS, TELNET and TFTP). 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 |