Difference between revisions of "Curl"
(wording) |
m (title) |
||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name= | + | |Name=Curl |
|Short description=command line tool and library for transferring data with URL syntax. | |Short description=command line tool and library for transferring data with URL syntax. | ||
|Full description='''cURL''' is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, file transfer resume, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), proxy tunneling, and so on. | |Full description='''cURL''' is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, file transfer resume, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), proxy tunneling, and so on. |
Revision as of 13:05, 3 February 2021
Curl
https://curl.se/
command line tool and library for transferring data with URL syntax.
cURL is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, Telnet and TFTP. curl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, file transfer resume, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), proxy tunneling, and so on.
llibcurl
The client-side URL transfer library that the cURL command line tool uses to transfer data. In some distributions, this library is packaged separately.
Download
https://curl.se/download/curl-7.87.0.tar.gz
version 7.87.0
(stable)
released on 21 December 2022
VCS Checkout
git clone https://github.com/curl/curl.git
Categories
Licensing
License
Verified by
Verified on
Notes
License
Verified by
Genium
Verified on
26 June 2020
Leaders and contributors
Contact(s) | Role |
---|---|
Daniel Stenberg | Author & Maintainer |
Resources and communication
Audience | Resource type | URI |
---|---|---|
Wikidata | General | https://www.wikidata.org/wiki/Q286306 |
Debian | Developer | https://tracker.debian.org/pkg/curl |
User | General | https://curl.se/book.html |
Developer | VCS Repository Webview | https://github.com/curl/curl |
Developer | Bug Tracking | https://github.com/curl/curl/issues |
Developer,User | Download | https://curl.se/download.html |
Developer,User | Mailing List | https://curl.se/mail/ |
Developer | Download | https://github.com/curl/curl/releases |
Software prerequisites
This entry (in part or in whole) was last reviewed on 8 January 2023.
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 or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.