diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-08-18 19:43:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-08-18 19:43:06 +0200 |
commit | ac20f52ed3f17cdbb48f9c6e0c83f2cdde3e319b (patch) | |
tree | e3bfc4162e4e3e6980f5e22c2ec63c7073e364b3 /docs | |
parent | 59842d4d5fdf04b585a3107b99f32f6c9ceef350 (diff) | |
download | curl-ac20f52ed3f17cdbb48f9c6e0c83f2cdde3e319b.tar.gz |
FAQ: update the list of supported protocols
Diffstat (limited to 'docs')
-rw-r--r-- | docs/FAQ | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -125,7 +125,9 @@ FAQ libcurl A free and easy-to-use client-side URL transfer library, supporting FTP, - FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, FILE, LDAP and LDAPS. + FTPS, HTTP, HTTPS, SCP, SFTP, TFTP, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, + SMTP, POP3, RTMP and RTSP. + libcurl supports HTTPS certificates, HTTP POST, HTTP PUT, FTP uploading, kerberos, HTTP form based upload, proxies, cookies, user+password authentication, file transfer resume, http proxy tunneling and more! @@ -143,9 +145,8 @@ FAQ A command line tool for getting or sending files using URL syntax. - Since curl uses libcurl, it supports a range of common Internet protocols, - currently including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, LDAPS, - DICT, TELNET and FILE. + Since curl uses libcurl, curl supports the same wide range of common + Internet protocols that libcurl does. We pronounce curl and cURL with an initial k sound: [kurl]. |