Categories
curl
curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https:) connections, cookies, file transfer resume and more. As you will see below, the amount of features will make your head spin! You can specify any amount of URLs on the command line. Urls can be fetched in a sequential manner in a specified order.
If you specify URL without protocol:// prefix, curl will attempt to guess what protocol you might want. It will then default to HTTP but try other protocols based on often-used host name prefixes. For example, for host names starting with "ftp." curl will assume you want to speak FTP.
Curl will attempt to re-use connections for multiple file transfers, so that getting many files from the same server will not do multiple connects / handshakes. This improves speed. Of course this is only done on files specified on a single command line and cannot be used between separate curl invokes.
Last updated 14 Oct, 2005
Versions
7.15
7.15 stable released 2005-10-13
- Released: 13 Oct, 2005
- Code Maturity: Stable
- Source Archive: http://curl.haxx.se/download/curl-7.15.0.tar.gz
- Licenses: X11
- Interfaces: Command Line
User Community and Support
End user and development documentation at http://curl.haxx.se/docs/
General Resources
Announcement Resources
Support Resources
Development
Developer Resources
- VCS Checkout Command:
:pserver:anonymous@cool.haxx.se:/cvsroot/curl - Mailing List Info/Archive
- Mailing List Info/Archive
- Mailing List Info/Archive



