summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-25 21:20:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-25 21:20:39 +0000
commit9d904ee41b880bde9ad88c2f7ec742836a44490e (patch)
tree9e62d50860d369cd32ea19c833150fdf2298c592
parentfcc3e2ca3484f16865b2d22bb0ea3df0f1dd6c9f (diff)
downloadgnurl-9d904ee41b880bde9ad88c2f7ec742836a44490e.tar.gz
gnurl-9d904ee41b880bde9ad88c2f7ec742836a44490e.tar.bz2
gnurl-9d904ee41b880bde9ad88c2f7ec742836a44490e.zip
updated
-rw-r--r--docs/FEATURES12
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/FEATURES b/docs/FEATURES
index 1bbbfef08..75aefce60 100644
--- a/docs/FEATURES
+++ b/docs/FEATURES
@@ -33,6 +33,7 @@ libcurl supports
- supports large files (>2GB and >4GB) both upload/download
- replacable memory functions (malloc, free, realloc, etc)
- asynchronous name resolving (*6)
+ - both a push and a pull style interface
HTTP
- HTTP/1.1 compliant (optionally uses 1.0)
@@ -40,6 +41,7 @@ HTTP
- PUT
- HEAD
- POST
+ - Pipelining
- multipart formpost (RFC1867-style)
- authentication: Basic, Digest, NTLM(*1), GSS-Negotiate/Negotiate(*3) and
SPNEGO (*4) to server and proxy
@@ -94,6 +96,13 @@ FTPS (*1)
- explicit "AUTH TSL" and "AUTH SSL" usage to "upgrade" plain ftp://
connection to use SSL for both or one of the connections
+SCP (*8)
+ - both password and public key auth
+
+SFTP (*8)
+ - both password and public key auth
+ - with custom commands sent before/after the transfer
+
TFTP
- download / upload
@@ -116,10 +125,11 @@ FILE
FOOTNOTES
=========
- *1 = requires OpenSSL, GnuTLS or NSS
+ *1 = requires OpenSSL, GnuTLS, NSS or yassl
*2 = requires OpenLDAP
*3 = requires a GSSAPI-compliant library, such as Heimdal or similar.
*4 = requires FBopenssl
*5 = requires a krb4 library, such as the MIT one or similar.
*6 = requires c-ares
*7 = requires OpenSSL or NSS, as GnuTLS only supports SSLv3 and TLSv1
+ *8 = requires libssh2