Difference between revisions of "CURL"

From Free Software Directory
Jump to: navigation, search
(New version)
(redirected page to curl)
(Tag: New redirect)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Entry
+
#REDIRECT [[curl]]
|Name=cURL
 
|Short description=curl and libcurl is a tool for transferring files using URL syntax
 
|Full description=curl offers a busload of useful tricks like proxy support, user authentication, ftp upload, HTTP post, SSL (https:) connections, cookies, file transfer resume and more. As you will see below, the amount of features will make your head spin! You can specify any amount of URLs on the command line. Urls can be fetched in a sequential manner in a specified order. If you specify URL without protocol:// prefix, curl will attempt to guess what protocol you might want. It will then default to HTTP but try other protocols based on often-used host name prefixes. For example, for host names starting with "ftp." curl will assume you want to speak FTP. Curl will attempt to re-use connections for multiple file transfers, so that getting many files from the same server will not do multiple connects / handshakes. This improves speed. Of course this is only done on files specified on a single command line and cannot be used between separate curl invokes.
 
|Homepage URL=http://curl.haxx.se
 
|User level=none
 
|VCS checkout command=:pserver:anonymous@cool.haxx.se:/cvsroot/curl
 
|Computer languages=C
 
|Documentation note=End user and development documentation at http://curl.haxx.se/docs/
 
|Related projects=AdacURL,guile-curl,gnurl
 
|Keywords=URl,Web pages,CURL
 
|Version identifier=7.53.1
 
|Version date=2017/02/24
 
|Version status=stable
 
|Version download=https://github.com/curl/curl/archive/curl-7_53_1.tar.gz
 
|Last review by=Alejandroindependiente
 
|Last review date=2017/03/09
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Status=
 
|Is GNU=No
 
|License verified date=2005-10-14
 
}}
 
{{Project license
 
|License=X11
 
|License verified by=Ted Teah
 
|License verified date=2005-10-14
 
}}
 
{{Person
 
|Role=Maintainer
 
|Resource URL=
 
}}
 
{{Person
 
|Real name=Daniel Stenberg
 
|Role=Maintainer
 
|Email=daniel@haxx.se
 
|Resource URL=
 
}}
 
{{Person
 
|Role=Contributor
 
|Resource URL=
 
}}
 
{{Resource
 
|Resource audience=Bug Tracking
 
|Resource kind=VCS Repository Webview
 
|Resource URL=http://curl.haxx.se/bugreport.html
 
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://cool.haxx.se/mailman/listinfo/curl-and-php
 
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://cool.haxx.se/mailman/listinfo/curl-and-python
 
}}
 
{{Resource
 
|Resource audience=Help
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://cool.haxx.se/mailman/listinfo/curl-announce
 
}}
 
{{Resource
 
|Resource audience=Bug Tracking
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://cool.haxx.se/mailman/listinfo/curl-tracker
 
}}
 
{{Resource
 
|Resource audience=Support
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://cool.haxx.se/mailman/listinfo/curl-users
 
}}
 
{{Resource
 
|Resource audience=Developer
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://www.rrette.com/mailman/listinfo/curlpp
 
}}
 
{{Software category
 
|Interface=command-line
 
|Internet-application=tool
 
|Use=internet-application
 
}}
 
{{Featured}}
 

Latest revision as of 09:14, 26 June 2020

Redirect to:



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.