Difference between revisions of "Curl"
(cleaning, added curl license, review needed) |
(curl-7.87.0) |
||
(14 intermediate revisions by 2 users 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 | + | |Version download=https://curl.se/download/curl-7.87.0.tar.gz |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |Version download=https://curl | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
− | |||
{{Project license | {{Project license | ||
|License=Curl | |License=Curl | ||
|License copyright=Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se> | |License copyright=Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se> | ||
|License verified by=Genium | |License verified by=Genium | ||
− | |License verified date=2020- | + | |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 | ||
+ | }} | ||
+ | {{EntryGNU | ||
+ | |Is GNU=No | ||
+ | }} | ||
{{Person | {{Person | ||
|Real name=Daniel Stenberg | |Real name=Daniel Stenberg | ||
Line 44: | Line 31: | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Developer |
− | |Resource URL=https:// | + | |Resource kind=Bug Tracking |
+ | |Resource URL=https://github.com/curl/curl/issues | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Developer |
− | |Resource URL=https:// | + | |Resource kind=VCS Repository Webview |
+ | |Resource URL=https://github.com/curl/curl | ||
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Developer |
− | |Resource URL=https:// | + | |Resource kind=Download |
+ | |Resource URL=https://github.com/curl/curl/releases | ||
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Developer,User | |Resource audience=Developer,User | ||
|Resource kind=Download | |Resource kind=Download | ||
− | |Resource URL=https://curl | + | |Resource URL=https://curl.se/download.html |
− | |||
− | |||
− | |||
− | |||
− | |||
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=Developer,User | |Resource audience=Developer,User | ||
|Resource kind=Mailing List | |Resource kind=Mailing List | ||
− | |Resource URL=https://curl | + | |Resource URL=https://curl.se/mail/ |
}} | }} | ||
{{Resource | {{Resource | ||
|Resource audience=User | |Resource audience=User | ||
|Resource kind=General | |Resource kind=General | ||
− | |Resource URL= | + | |Resource URL=https://curl.se/book.html |
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Wikidata |
− | |Resource kind= | + | |Resource kind=General |
− | |Resource URL=https:// | + | |Resource URL=https://www.wikidata.org/wiki/Q286306 |
}} | }} | ||
{{Resource | {{Resource | ||
− | |Resource audience= | + | |Resource audience=Debian |
− | |Resource kind= | + | |Resource kind=Developer |
− | |Resource URL=https:// | + | |Resource URL=https://tracker.debian.org/pkg/curl |
}} | }} | ||
− | {{ | + | {{EntryDetails |
− | | | + | |Is High Priority Project=No |
− | | | + | |VCS checkout command=git clone https://github.com/curl/curl.git |
− | + | |Computer languages=C | |
− | + | |Decommissioned or Obsolete=No | |
− | + | |Version identifier=7.87.0 | |
− | | | + | |Version date=2022-12-21 |
− | | | + | |Version status=stable |
− | | | + | |Last review by=Genium |
− | + | |Last review date=2023-01-08 | |
− | + | |Accepts cryptocurrency donations=No | |
− | | | + | |Test entry=No |
− | | | ||
− | | | ||
− | |||
− | |||
− | | | ||
− | |||
− | | | ||
− | | | ||
}} | }} | ||
{{Featured}} | {{Featured}} |
Latest revision as of 05:18, 8 January 2023
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.