curl/docs/FEATURES

99 lines
2.3 KiB
Plaintext
Raw Normal View History

2000-05-22 13:35:35 -04:00
_ _ ____ _
___| | | | _ \| |
/ __| | | | |_) | |
| (__| |_| | _ <| |___
\___|\___/|_| \_\_____|
FEATURES
Misc
- full URL syntax
- custom maximum download time
- custom least download speed acceptable
- custom output result after completion
- multiple URLs
- guesses protocol from host name unless specified
- uses .netrc
- progress bar/time specs while downloading
2000-12-11 10:35:57 -05:00
- "standard" proxy environment variables support
2000-05-22 13:35:35 -04:00
- config file support
2003-05-28 06:24:20 -04:00
- compiles on win32 (reported built on 40+ operating systems)
2000-12-11 10:35:57 -05:00
- redirectable stderr
- use selected network interface for outgoing traffic
- IPv6 support
2001-03-12 04:44:08 -05:00
- persistant connections
2003-05-28 06:24:20 -04:00
- socks5 support
2000-05-22 13:35:35 -04:00
HTTP
- HTTP/1.1 compliant
2000-05-22 13:35:35 -04:00
- GET
- PUT
- HEAD
- POST
- multipart POST
2003-05-28 06:24:20 -04:00
- authentication (Basic and Digest)
- resume (both GET and PUT)
2000-05-22 13:35:35 -04:00
- follow redirects
2000-12-11 10:35:57 -05:00
- maximum amount of redirects to follow
2000-05-22 13:35:35 -04:00
- custom HTTP request
2000-12-11 10:35:57 -05:00
- cookie get/send fully parsed
2003-05-28 06:24:20 -04:00
- reads/writes the netscape cookie file format
2000-07-31 18:42:34 -04:00
- custom headers (that can replace/remove internally generated headers)
2000-05-22 13:35:35 -04:00
- custom user-agent string
- custom referer string
- range
- proxy authentication
- time conditions
- via http-proxy
2000-12-11 10:35:57 -05:00
- retrieve file modification date
2003-05-28 06:24:20 -04:00
- Content-Encoding support for deflate and gzip
- Transfer-Encoding: chunked support for "uploads"
2000-05-22 13:35:35 -04:00
HTTPS (*1)
- (all the HTTP features)
- using certificates
2000-12-11 10:35:57 -05:00
- verify server certificate
2000-05-22 13:35:35 -04:00
- via http-proxy
2003-05-28 06:24:20 -04:00
- select desired encryption
2000-05-22 13:35:35 -04:00
FTP
- download
- authentication
2000-09-21 04:53:59 -04:00
- kerberos security
2001-12-03 05:07:49 -05:00
- active/passive using PORT, EPRT, PASV or EPSV
2000-05-22 13:35:35 -04:00
- single file size information (compare to HTTP HEAD)
- 'type=' URL support
- dir listing
- dir listing names-only
- upload
- upload append
- upload via http-proxy as HTTP PUT
- download resume
- upload resume
2000-07-31 18:42:34 -04:00
- custom ftp commands (before and/or after the transfer)
2000-05-22 13:35:35 -04:00
- simple "range" support
- via http-proxy
2000-09-15 09:20:34 -04:00
- all operations can be tunneled through a http-proxy
2000-12-11 10:35:57 -05:00
- customizable to retrieve file modification date
2000-05-22 13:35:35 -04:00
TELNET
- connection negotiation
2001-03-12 04:44:08 -05:00
- custom telnet options
2000-05-22 13:35:35 -04:00
- stdin/stdout I/O
LDAP (*2)
- full LDAP URL support
DICT
- extended DICT URL support
GOPHER
- GET
- via http-proxy
FILE
- URL support
*1 = requires OpenSSL
*2 = requires OpenLDAP