Difference between revisions of "Curl"
m (Update to new website domain curl.se) |
m (version date) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Entry | {{Entry | ||
− | |Name= | + | |Name=Curl |
− | |Short description=command line tool for transferring data with URL syntax | + | |Short description=command line tool and library for transferring data with URL syntax. |
− | |Full description=''' | + | |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. |
− | The | + | ===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. | |
− | |||
|Homepage URL=https://curl.se/ | |Homepage URL=https://curl.se/ | ||
|Is High Priority Project=No | |Is High Priority Project=No | ||
Line 15: | Line 14: | ||
|Donate=https://curl.se/donation.html | |Donate=https://curl.se/donation.html | ||
|IRC general=irc://irc.freenode.net/curl | |IRC general=irc://irc.freenode.net/curl | ||
− | |Related projects= | + | |Related projects=gnurl, PycURL, TclCurl |
− | |Version identifier=7. | + | |Version identifier=7.75.0 |
− | |Version date= | + | |Version date=2021/02/03 |
|Version status=stable | |Version status=stable | ||
− | |Version download=https://curl.se/download/curl-7. | + | |Version download=https://curl.se/download/curl-7.75.0.tar.xz |
|Last review by=Genium | |Last review by=Genium | ||
− | |Last review date= | + | |Last review date=2021/02/03 |
|Submitted date=2013-03-20 | |Submitted date=2013-03-20 | ||
|User level=intermediate | |User level=intermediate | ||
|Component programs=libcurl | |Component programs=libcurl | ||
+ | |Paid support=https://curl.se/support.html | ||
|Accepts cryptocurrency donations=No | |Accepts cryptocurrency donations=No | ||
− | |OpenPGP signature=https://curl.se/download/curl-7. | + | |OpenPGP signature=https://curl.se/download/curl-7.75.0.tar.gz.asc |
|Test entry=No | |Test entry=No | ||
− | |||
}} | }} | ||
{{Project license | {{Project license | ||
Line 36: | Line 35: | ||
|License verified date=2020/06/26 | |License verified date=2020/06/26 | ||
|License note=https://github.com/curl/curl/blob/master/COPYING | |License note=https://github.com/curl/curl/blob/master/COPYING | ||
+ | }} | ||
+ | {{Software category | ||
+ | |Interface=command-line, library | ||
+ | |Programming-language=C | ||
+ | |Runs-on=Windows, BSD, OS X, Android, GNU/Linux, GNU/Hurd | ||
+ | |Use=software-development, system-administration | ||
}} | }} | ||
{{Person | {{Person | ||
Line 43: | Line 48: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Developer |
− | |Resource kind=Developer | + | |Resource kind=Bug Tracking |
− | |Resource URL=https:// | + | |Resource URL=https://github.com/curl/curl/issues |
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=VCS Repository Webview | ||
+ | |Resource URL=https://github.com/curl/curl | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=Developer | ||
+ | |Resource kind=Download | ||
+ | |Resource URL=https://github.com/curl/curl/releases | ||
}} | }} | ||
{{Resource | {{Resource | ||
Line 51: | Line 66: | ||
|Resource kind=Download | |Resource kind=Download | ||
|Resource URL=https://curl.se/download.html | |Resource URL=https://curl.se/download.html | ||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
Line 66: | Line 76: | ||
|Resource kind=General | |Resource kind=General | ||
|Resource URL=https://curl.se/book.html | |Resource URL=https://curl.se/book.html | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
Line 82: | Line 82: | ||
|Resource URL=https://www.wikidata.org/wiki/Q286306 | |Resource URL=https://www.wikidata.org/wiki/Q286306 | ||
}} | }} | ||
− | {{ | + | {{Resource |
− | | | + | |Resource audience=Debian |
− | | | + | |Resource kind=Developer |
− | | | + | |Resource URL=https://tracker.debian.org/pkg/curl |
− | |||
}} | }} | ||
{{Featured}} | {{Featured}} |
Revision as of 13:38, 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.