Difference between revisions of "Curl"
(Added Ruby link) |
(Added R link) |
||
Line 25: | Line 25: | ||
|Test entry=No | |Test entry=No | ||
|Last review by=Bendikker | |Last review by=Bendikker | ||
− | |Last review date=2018/04/ | + | |Last review date=2018/04/19 |
|Submitted date=2013-03-20 | |Submitted date=2013-03-20 | ||
|Is GNU=No | |Is GNU=No | ||
Line 661: | Line 661: | ||
|Role=Maintainer | |Role=Maintainer | ||
|Email=daniel@haxx.se | |Email=daniel@haxx.se | ||
+ | }} | ||
+ | {{Resource | ||
+ | |Resource audience=R (Ref) | ||
+ | |Resource URL=https://cran.r-project.org/web/packages/curl | ||
}} | }} | ||
{{Resource | {{Resource |
Revision as of 09:52, 19 April 2018
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.