Difference between revisions of "Curl"

From Free Software Directory
Jump to: navigation, search
(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=cURL
+
|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='''Curl''' is a command line tool and library for transferring data with URLs.
+
|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 both do transfers using Internet protocols, including DICT, FILE, FTP, FTPS, Gopher, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMTP, SMTPS, Telnet and TFTP.
+
===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.
Curl also supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, HTTP/2, cookies, user+password authentication (Basic, Plain, Digest, CRAM-MD5, NTLM, Negotiate and Kerberos), file transfer resume, proxy tunneling and more.
+
|Homepage URL=https://curl.se/
|Homepage URL=https://curl.haxx.se/
+
|Version download=https://curl.se/download/curl-7.87.0.tar.gz
|Is High Priority Project=No
 
|VCS checkout command=git clone git://github.com/curl/curl.git
 
|Computer languages=C
 
|Documentation note=Online documentation available at: https://curl.haxx.se/docs/
 
|Decommissioned or Obsolete=No
 
|Donate=https://curl.haxx.se/donation.html
 
|IRC general=irc://irc.freenode.net/curl
 
|Related projects=gnurl
 
|Version identifier=7.69.0
 
|Version date=2020/03/04
 
|Version status=stable
 
|Version download=https://curl.haxx.se/download/curl-7.69.0.tar.xz
 
|Last review by=Genium
 
|Last review date=2020/03/09
 
|Submitted date=2013-03-20
 
|User level=intermediate
 
|Component programs=libcurl
 
|Accepts cryptocurrency donations=No
 
|Test entry=No
 
|Is GNU=No
 
 
}}
 
}}
 
 
{{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-03-09
+
|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=R (Ref)
+
|Resource audience=Developer
|Resource URL=https://cran.r-project.org/web/packages/curl
+
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/curl/curl/issues
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Ruby (Ref)
+
|Resource audience=Developer
|Resource URL=https://rubygems.org/gems/curl
+
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/curl/curl
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Developer
|Resource URL=https://tracker.debian.org/pkg/curl
+
|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.haxx.se/download.html
+
|Resource URL=https://curl.se/download.html
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=VCS Repository Webview
 
|Resource URL=https://github.com/curl/curl
 
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=Developer,User
 
|Resource audience=Developer,User
 
|Resource kind=Mailing List
 
|Resource kind=Mailing List
|Resource URL=https://curl.haxx.se/mail/
+
|Resource URL=https://curl.se/mail/
 
}}
 
}}
 
{{Resource
 
{{Resource
 
|Resource audience=User
 
|Resource audience=User
 
|Resource kind=General
 
|Resource kind=General
|Resource URL=http://bookcurl.haxx.se/
+
|Resource URL=https://curl.se/book.html
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Wikidata
|Resource kind=Download
+
|Resource kind=General
|Resource URL=https://github.com/curl/curl/releases
+
|Resource URL=https://www.wikidata.org/wiki/Q286306
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Debian
|Resource kind=Bug Tracking
+
|Resource kind=Developer
|Resource URL=https://github.com/curl/curl/issues
+
|Resource URL=https://tracker.debian.org/pkg/curl
 
}}
 
}}
{{Resource
+
{{EntryDetails
|Resource audience=Guix
+
|Is High Priority Project=No
|Resource kind=Homepage
+
|VCS checkout command=git clone https://github.com/curl/curl.git
|Resource URL=https://www.gnu.org/software/guix/packages/c.html
+
|Computer languages=C
}}
+
|Decommissioned or Obsolete=No
{{Resource
+
|Version identifier=7.87.0
|Resource audience=Gentoo
+
|Version date=2022-12-21
|Resource kind=Homepage
+
|Version status=stable
|Resource URL=https://packages.gentoo.org/packages/net-misc/curl
+
|Last review by=Genium
}}
+
|Last review date=2023-01-08
{{Resource
+
|Accepts cryptocurrency donations=No
|Resource audience=NetBSD
+
|Test entry=No
|Resource kind=Homepage
 
|Resource URL=http://pkgsrc.se/www/curl
 
}}
 
{{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
 
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 05:18, 8 January 2023


[edit]

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.





Licensing

License

Verified by

Verified on

Notes

License

Curl

Verified by

Genium

Verified on

26 June 2020




Leaders and contributors

Contact(s)Role
Daniel Stenberg Author & Maintainer


Resources and communication

AudienceResource typeURI
WikidataGeneralhttps://www.wikidata.org/wiki/Q286306
DebianDeveloperhttps://tracker.debian.org/pkg/curl
UserGeneralhttps://curl.se/book.html
DeveloperVCS Repository Webviewhttps://github.com/curl/curl
DeveloperBug Trackinghttps://github.com/curl/curl/issues
Developer,UserDownloadhttps://curl.se/download.html
Developer,UserMailing Listhttps://curl.se/mail/
DeveloperDownloadhttps://github.com/curl/curl/releases


Software prerequisites

This entry (in part or in whole) was last reviewed on 8 January 2023.




Entry





"Curl" is not in the list (ACEL, AFL-3.0, AGPL-1.0, AGPL-1.0-or-later, AGPL-3.0, AGPL-3.0-or-later, AGPL-3.0-or-later-with-exception, AGPL-3.0-with-exception, AGPLv1orlater, AGPLv3, ...) of allowed values for the "License" property.





"Author & Maintainer" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.








"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"User" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Wikidata" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Debian" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.





Property "Submitted by" (as page type) with input value "{{{Submitted by}}}" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. "{{{Submitted date}}}" contains an extrinsic dash or other characters that are invalid for a date interpretation.







Date 2013-03-20
Source Debian import
Source link http://packages.debian.org/sid/curl

[[Category:]]



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.