NameDateSize

..11-Jun-201812 KiB

.dir-locals.el11-Jun-2018280

.gitattributes11-Jun-201873

.github/11-Jun-20184 KiB

.gitignore11-Jun-2018485

.travis.yml11-Jun-2018496

acinclude.m411-Jun-201885.3 KiB

Android.bp11-Jun-20186.5 KiB

androidconfigure11-Jun-20181.5 KiB

appveyor.yml11-Jun-20181.7 KiB

buildconf11-Jun-201814.1 KiB

buildconf.bat11-Jun-20188.3 KiB

CHANGES11-Jun-2018313

CHANGES.011-Jun-2018772.2 KiB

CMake/11-Jun-20184 KiB

CMakeLists.txt11-Jun-201845 KiB

configure.ac11-Jun-2018111.4 KiB

COPYING11-Jun-20181.1 KiB

CTestConfig.cmake11-Jun-2018524

curl-config.in11-Jun-20184.7 KiB

docs/11-Jun-20184 KiB

GIT-INFO11-Jun-20181.6 KiB

include/11-Jun-20184 KiB

lib/11-Jun-201812 KiB

libcurl.pc.in11-Jun-20181.5 KiB

local-configure.patch11-Jun-20181.5 KiB

m4/11-Jun-20184 KiB

MacOSX-Framework11-Jun-20185.5 KiB

Makefile.am11-Jun-201822.8 KiB

Makefile.dist11-Jun-201817 KiB

maketgz11-Jun-20185.6 KiB

MODULE_LICENSE_MIT11-Jun-20180

NOTICE11-Jun-20181.1 KiB

packages/11-Jun-20184 KiB

projects/11-Jun-20184 KiB

README11-Jun-20181.6 KiB

README.md11-Jun-20181.8 KiB

README.version11-Jun-2018292

RELEASE-NOTES11-Jun-20183.9 KiB

scripts/11-Jun-20184 KiB

src/11-Jun-20184 KiB

tests/11-Jun-20184 KiB

update_curl.sh11-Jun-20184.7 KiB

winbuild/11-Jun-20184 KiB

README

1                                  _   _ ____  _
2                              ___| | | |  _ \| |
3                             / __| | | | |_) | |
4                            | (__| |_| |  _ <| |___
5                             \___|\___/|_| \_\_____|
6
7README
8
9  Curl is a command line tool for transferring data specified with URL
10  syntax. Find out how to use curl by reading the curl.1 man page or the
11  MANUAL document. Find out how to install Curl by reading the INSTALL
12  document.
13
14  libcurl is the library curl is using to do its job. It is readily
15  available to be used by your software. Read the libcurl.3 man page to
16  learn how!
17
18  You find answers to the most frequent questions we get in the FAQ document.
19
20  Study the COPYING file for distribution terms and similar. If you distribute
21  curl binaries or other binaries that involve libcurl, you might enjoy the
22  LICENSE-MIXING document.
23
24CONTACT
25
26  If you have problems, questions, ideas or suggestions, please contact us
27  by posting to a suitable mailing list. See https://curl.haxx.se/mail/
28
29  All contributors to the project are listed in the THANKS document.
30
31WEB SITE
32
33  Visit the curl web site for the latest news and downloads:
34
35        https://curl.haxx.se/
36
37GIT
38
39  To download the very latest source off the GIT server do this:
40
41    git clone https://github.com/curl/curl.git
42
43  (you'll get a directory named curl created, filled with the source code)
44
45NOTICE
46
47  Curl contains pieces of source code that is Copyright (c) 1998, 1999
48  Kungliga Tekniska Högskolan. This notice is included here to comply with the
49  distribution terms.
50

README.md

1![curl logo](https://cdn.rawgit.com/curl/curl-www/master/logo/curl-logo.svg)
2[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/63/badge)](https://bestpractices.coreinfrastructure.org/projects/63)
3
4Curl is a command-line tool for transferring data specified with URL
5syntax. Find out how to use curl by reading [the curl.1 man
6page](https://curl.haxx.se/docs/manpage.html) or [the MANUAL
7document](https://curl.haxx.se/docs/manual.html). Find out how to install Curl
8by reading [the INSTALL document](https://curl.haxx.se/docs/install.html).
9
10libcurl is the library curl is using to do its job. It is readily available to
11be used by your software. Read [the libcurl.3 man
12page](https://curl.haxx.se/libcurl/c/libcurl.html) to learn how!
13
14You find answers to the most frequent questions we get in [the FAQ
15document](https://curl.haxx.se/docs/faq.html).
16
17Study [the COPYING file](https://curl.haxx.se/docs/copyright.html) for
18distribution terms and similar. If you distribute curl binaries or other
19binaries that involve libcurl, you might enjoy [the LICENSE-MIXING
20document](https://curl.haxx.se/legal/licmix.html).
21
22## Contact
23
24If you have problems, questions, ideas or suggestions, please contact us by
25posting to a suitable [mailing list](https://curl.haxx.se/mail/).
26
27All contributors to the project are listed in [the THANKS
28document](https://curl.haxx.se/docs/thanks.html).
29
30## Website
31
32Visit the [curl web site](https://curl.haxx.se/) for the latest news and
33downloads.
34
35## Git
36
37To download the very latest source off the Git server do this:
38
39    git clone https://github.com/curl/curl.git
40
41(you'll get a directory named curl created, filled with the source code)
42
43## Notice
44
45Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga
46Tekniska Högskolan. This notice is included here to comply with the
47distribution terms.
48

README.version

1URL: https://curl.haxx.se/download/curl-7.54.1.tar.gz
2Version: 7.54.1
3Upstream commit: 54b636f14546d3fde9f9c67c3b32701d78563161
4License: MIT
5License File: NOTICE
6BugComponent: 31714
7Owners: deymo, enh
8
9Description:
10Curl is a command line tool for transferring data specified with URL syntax.
11