Difference between revisions of "Curl"

From Free Software Directory
Jump to: navigation, search
(Added Ruby link)
(curl-7.87.0)
 
(17 intermediate revisions by 3 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
|User level=intermediate
 
|Is High Priority Project=No
 
|Component programs=libcurl
 
|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/Obsolete=No
 
|Donate=https://curl.haxx.se/donation.html
 
|Accepts cryptocurrency donations=No
 
|IRC general=irc://irc.freenode.net/curl
 
|Related projects=gnurl
 
|Version identifier=7.52.1
 
|Version date=2016/12/23
 
|Version status=stable
 
|Version download=https://curl.haxx.se/download.html
 
|Test entry=No
 
|Last review by=Bendikker
 
|Last review date=2018/04/17
 
|Submitted date=2013-03-20
 
|Is GNU=No
 
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=Other
+
|License=Curl
|License copyright=© 1996-2012, Daniel Stenberg <daniel@haxx.se>
+
|License copyright=Copyright (c) 1996 - 2020, Daniel Stenberg, <daniel@haxx.se>
|License verified by=Debian
+
|License verified by=Genium
|License verified date=2013-03-20
+
|License verified date=2020-06-26
|License note=License: curl
+
|License note=https://github.com/curl/curl/blob/master/COPYING
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
 
}}
 
}}
{{Project license
+
{{Software category
|License=Other
+
|Interface=command-line, library
|License copyright=© 2010, DirecTV
+
|Programming-language=C
|License verified by=Debian
+
|Runs-on=Windows, BSD, OS X, Android, GNU/Linux, GNU/Hurd
|License verified date=2013-03-20
+
|Use=software-development, system-administration
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
 
}}
 
}}
{{Project license
+
{{EntryGNU
|License=Other
+
|Is GNU=No
|License copyright=© 2012, Nick Zitzmann <nickzman@gmail.com>
 
© 2012, Daniel Stenberg <daniel@haxx.se>
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2010, Howard Chu <hyc@highlandsun.com>
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2012, Marc Hoersken <info@marc-hoersken.de>
 
© 2012, Mark Salisbury <mark.salisbury@hp.com>
 
© 2012, Daniel Stenberg <daniel@haxx.se>
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=ISC
 
|License copyright=© 1996-2001 Internet Software Consortium
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: ISC
 
 
 
Permission to use, copy, modify, and/or distribute this software
 
for any purpose with or without fee is hereby granted, provided
 
that the above copyright notice and this permission notice appear
 
in all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL
 
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
 
WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE
 
AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR
 
CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
 
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 
NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
 
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
}}
 
{{Project license
 
|License=BSD_3Clause
 
|License copyright=© 2004-2011 Daniel Stenberg
 
© 1995-1999 Kungliga Tekniska Högskolan
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: BSD-3-Clause
 
 
 
Redistribution and use in source and binary forms, with or
 
without modification, are permitted provided that the following
 
conditions are met:
 
 
 
1. Redistributions of source code must retain the above copyright
 
notice, this list of conditions and the following disclaimer.
 
 
 
2. Redistributions in binary form must reproduce the above
 
copyright    notice, this list of conditions and the following
 
disclaimer in the    documentation and/or other materials
 
provided with the distribution.
 
 
 
3. Neither the name of the Institute nor the names of its
 
contributors    may be used to endorse or promote products
 
derived from this software    without specific prior written
 
permission.
 
 
 
THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS
 
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 
FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
 
INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 1990-1992, RSA Data Security, Inc
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License:
 
 
 
License to copy and use this software is granted provided that it
 
is identified as the "RSA Data Security, Inc. MD4 Message-Digest
 
Algorithm" in all material mentioning or referencing this
 
software or this function.
 
 
 
License is also granted to make and use derivative works provided
 
that such works are identified as "derived from the RSA Data
 
Security, Inc. MD4 Message-Digest Algorithm" in all material
 
mentioning or referencing the derived work.
 
 
 
RSA Data Security, Inc. makes no representations concerning
 
either the merchantability of this software or the suitability of
 
this software for any particular purpose. It is provided "as is"
 
without express or implied warranty of any kind.
 
 
 
These notices must be retained in any copies of any part of this
 
documentation and/or software.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2011-2012, Daniel Stenberg <daniel@haxx.se>
 
© 2010, Howard Chu <hyc@openldap.org>
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2010-2011, Hoi-Ho Chan <hoiho.chan@gmail.com>
 
© 2012, Daniel Stenberg <daniel@haxx.se>
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2009, 2011, Markus Moeller, <markus_moeller@compuserve.com>
 
© 2012, Daniel Stenberg, <daniel@haxx.se>
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2000-2009, EdelWeb for EdelKey and OpenEvidence
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 1983 Regents of the University of California
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: BSD-4-Clause
 
 
 
Redistribution and use in source and binary forms, with or
 
without modification, are permitted provided that the following
 
conditions are met:
 
 
 
1. Redistributions of source code must retain the above copyright
 
notice, this list of conditions and the following disclaimer.
 
 
 
2. Redistributions in binary form must reproduce the above
 
copyright    notice, this list of conditions and the following
 
disclaimer in the    documentation and/or other materials
 
provided with the distribution.
 
 
 
3. Neither the name of the Institute nor the names of its
 
contributors    may be used to endorse or promote products
 
derived from this software    without specific prior written
 
permission.
 
 
 
4. Neither the name of the <organization> nor the    names of its
 
contributors may be used to endorse or promote products
 
derived from this software without specific prior written
 
permission.
 
 
 
THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS
 
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 
FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
 
INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 1998-2010, Mandy Wu <mandy.wu@intel.com>
 
© 2011-2012, Daniel Stenberg <daniel@haxx.se>
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=BSD_3Clause
 
|License copyright=© 2003, Simtec Electronics
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: BSD-3-Clause
 
 
 
Redistribution and use in source and binary forms, with or
 
without modification, are permitted provided that the following
 
conditions are met:
 
 
 
1. Redistributions of source code must retain the above copyright
 
notice, this list of conditions and the following disclaimer.
 
 
 
2. Redistributions in binary form must reproduce the above
 
copyright    notice, this list of conditions and the following
 
disclaimer in the    documentation and/or other materials
 
provided with the distribution.
 
 
 
3. Neither the name of the Institute nor the names of its
 
contributors    may be used to endorse or promote products
 
derived from this software    without specific prior written
 
permission.
 
 
 
THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS
 
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 
FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
 
INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
}}
 
{{Project license
 
|License=BSD_3Clause
 
|License copyright=© 2011, Jim Hollinger
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: BSD-3-Clause
 
 
 
Redistribution and use in source and binary forms, with or
 
without modification, are permitted provided that the following
 
conditions are met:
 
 
 
1. Redistributions of source code must retain the above copyright
 
notice, this list of conditions and the following disclaimer.
 
 
 
2. Redistributions in binary form must reproduce the above
 
copyright    notice, this list of conditions and the following
 
disclaimer in the    documentation and/or other materials
 
provided with the distribution.
 
 
 
3. Neither the name of the Institute nor the names of its
 
contributors    may be used to endorse or promote products
 
derived from this software    without specific prior written
 
permission.
 
 
 
THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS
 
IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 
FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
 
INSTITUTE OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
 
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
 
WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
 
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2003, The OpenEvidence Project
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2003, The OpenEvidence Project
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License:
 
 
 
Redistribution and use in source and binary forms, with or
 
without modification, are permitted provided that the following
 
conditions are met:
 
 
 
1. Redistributions of source code must retain the above copyright
 
notice, this list of conditions, the following disclaimer,    and
 
the original OpenSSL and SSLeay Licences below.
 
 
 
2. Redistributions in binary form must reproduce the above
 
copyright    notice, this list of conditions, the following
 
disclaimer    and the original OpenSSL and SSLeay Licences below
 
in    the documentation and/or other materials provided with the
 
distribution.
 
 
 
3. All advertising materials mentioning features or use of this
 
software must display the following acknowledgments:    "This
 
product includes software developed by the Openevidence Project
 
for use in the OpenEvidence Toolkit.
 
(http://www.openevidence.org/)"    This product includes software
 
developed by the OpenSSL Project    for use in the OpenSSL
 
Toolkit (http://www.openssl.org/)"    This product includes
 
cryptographic software written by Eric Young
 
(eay@cryptsoft.com).  This product includes software written by
 
Tim    Hudson (tjh@cryptsoft.com)."
 
 
 
4. The names "OpenEvidence Toolkit" and "OpenEvidence Project"
 
must not be    used to endorse or promote products derived from
 
this software without    prior written permission. For written
 
permission, please contact    openevidence-core@openevidence.org.
 
 
 
5. Products derived from this software may not be called
 
"OpenEvidence"    nor may "OpenEvidence" appear in their names
 
without prior written    permission of the OpenEvidence Project.
 
 
 
6. Redistributions of any form whatsoever must retain the
 
following    acknowledgments:    "This product includes software
 
developed by the OpenEvidence Project    for use in the
 
OpenEvidence Toolkit (http://www.openevidence.org/)    This
 
product includes software developed by the OpenSSL Project    for
 
use in the OpenSSL Toolkit (http://www.openssl.org/)"    This
 
product includes cryptographic software written by Eric Young
 
(eay@cryptsoft.com).  This product includes software written by
 
Tim    Hudson (tjh@cryptsoft.com)."
 
 
 
THIS SOFTWARE IS PROVIDED BY THE OpenEvidence PROJECT ``AS IS''
 
AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
 
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
 
FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
 
OpenEvidence PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY
 
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT
 
OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
 
OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
 
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 
DAMAGE.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2001, Eric Lavigne
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License:
 
 
 
Permission is granted to anyone to use this software for any
 
purpose on any computer system, and to redistribute it freely,
 
subject to the following restrictions: - The author is not
 
responsible for the consequences of use of this software, no
 
matter how awful, even if they arise from defects in it. - The
 
origin of this software must not be misrepresented, either by
 
explicit claim or by omission. - You are allowed to distributed
 
modified copies of the software, in source and binary form,
 
provided they are marked plainly as altered versions, and are not
 
misrepresented as being the original software.
 
}}
 
{{Project license
 
|License=Other
 
|License copyright=© 2000-2010, Domenico Andreoli <cavok@debian.org>
 
© 2010-2011, Ramakrishnan Muthukrishnan <rkrishnan@debian.org>
 
© 2011, Alessandro Ghedini <ghedo@debian.org>
 
|License verified by=Debian
 
|License verified date=2013-03-20
 
|License note=License: curl
 
 
 
All rights reserved.
 
 
 
Permission to use, copy, modify, and distribute this software for
 
any purpose with or without fee is hereby granted, provided that
 
the above copyright notice and this permission notice appear in
 
all copies.
 
 
 
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE
 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
 
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
 
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 
 
Except as contained in this notice, the name of a copyright
 
holder shall not be used in advertising or otherwise to promote
 
the sale, use or other dealings in this Software without prior
 
written authorization of the copyright holder.
 
 
}}
 
}}
 
{{Person
 
{{Person
 
|Real name=Daniel Stenberg
 
|Real name=Daniel Stenberg
|Role=Maintainer
+
|Role=Author & Maintainer
 
|Email=daniel@haxx.se
 
|Email=daniel@haxx.se
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Ruby (Ref)
+
|Resource audience=Developer
|Resource URL=https://rubygems.org/gems/curl
+
|Resource kind=Bug Tracking
 +
|Resource URL=https://github.com/curl/curl/issues
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Debian (Ref)
+
|Resource audience=Developer
|Resource URL=https://tracker.debian.org/pkg/curl
+
|Resource kind=VCS Repository Webview
 +
|Resource URL=https://github.com/curl/curl
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer,User
+
|Resource audience=Developer
 
|Resource kind=Download
 
|Resource kind=Download
|Resource URL=https://curl.haxx.se/download.html
+
|Resource URL=https://github.com/curl/curl/releases
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource audience=Developer,User
|Resource kind=VCS Repository Webview
+
|Resource kind=Download
|Resource URL=https://github.com/curl/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.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 06: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.