CURL
This entry published by the Free Software Foundation.
cURL
http://curl.haxx.se
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.
Documentation
End user and development documentation at http://curl.haxx.se/docs/
Related Projects
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| X11 | Ted Teah | 2453657.514 October 2005 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
| Maintainer | |
|
| Maintainer |
| Contributor |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | Mailing List Info/Archive | http://www.rrette.com/mailman/listinfo/curlpp |
| Bug Tracking | VCS Repository Webview | http://curl.haxx.se/bugreport.html |
| Developer | Mailing List Info/Archive | http://cool.haxx.se/mailman/listinfo/curl-and-php |
| Developer | Mailing List Info/Archive | http://cool.haxx.se/mailman/listinfo/curl-and-python |
| Help | Mailing List Info/Archive | http://cool.haxx.se/mailman/listinfo/curl-announce |
| Bug Tracking | Mailing List Info/Archive | http://cool.haxx.se/mailman/listinfo/curl-tracker |
| Support | Mailing List Info/Archive | http://cool.haxx.se/mailman/listinfo/curl-users |
Software prerequisites
Click here if you'd like to report a problem or make a suggestion that could
This entry (in part or in whole) was last reviewed on 14 October 2005.
Problem with this listing?
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.
This page was last modified on 12 April 2011, at 14:46.

