summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-15 14:33:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-15 14:33:05 +0200
commit7aa79dce1009ec57650ffdbefbc01282ed98236b (patch)
tree35d6c595c257d1882c990b73bf2059290f6ab1a6
parent8e82f2a04a238c54ba91e553e9a8452e6d405965 (diff)
downloadcurl-7aa79dce1009ec57650ffdbefbc01282ed98236b.tar.gz
FAQ: add GOPHERS + curl works on data, not files
-rw-r--r--docs/FAQ8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/FAQ b/docs/FAQ
index 586f276f4..2a9695106 100644
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -135,9 +135,9 @@ FAQ
libcurl
A free and easy-to-use client-side URL transfer library, supporting DICT,
- FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT,
- POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET
- and TFTP.
+ FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS,
+ MQTT, POP3, POP3S, RTMP, RTMPS, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS,
+ TELNET and TFTP.
libcurl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading,
Kerberos, SPNEGO, HTTP form based upload, proxies, cookies, user+password
@@ -154,7 +154,7 @@ FAQ
curl
- A command line tool for getting or sending files using URL syntax.
+ A command line tool for getting or sending data using URL syntax.
Since curl uses libcurl, curl supports the same wide range of common
Internet protocols that libcurl does.