NameDateSize

..10-Aug-201812 KiB

.gitignore10-Aug-2018233

acinclude.m410-Aug-201876.8 KiB

aclocal.m410-Aug-201843.4 KiB

Android.bp10-Aug-20186.5 KiB

androidconfigure10-Aug-20182.2 KiB

buildconf10-Aug-201814.1 KiB

buildconf.bat10-Aug-20187.5 KiB

CHANGES10-Aug-2018199 KiB

CMake/10-Aug-20184 KiB

CMakeLists.txt10-Aug-201849.2 KiB

compile10-Aug-20187.2 KiB

config.guess10-Aug-201842.9 KiB

config.sub10-Aug-201835.5 KiB

configure10-Aug-20181.1 MiB

configure.ac10-Aug-2018122 KiB

COPYING10-Aug-20181.1 KiB

curl-config.in10-Aug-20184.8 KiB

depcomp10-Aug-201823 KiB

docs/10-Aug-20184 KiB

include/10-Aug-20184 KiB

install-sh10-Aug-201814.8 KiB

lib/10-Aug-201812 KiB

libcurl.pc.in10-Aug-20181.5 KiB

local-configure.patch10-Aug-20182.5 KiB

ltmain.sh10-Aug-2018316.8 KiB

m4/10-Aug-20184 KiB

MacOSX-Framework10-Aug-20185.1 KiB

Makefile.am10-Aug-201824.4 KiB

maketgz10-Aug-20185.9 KiB

missing10-Aug-20186.7 KiB

MODULE_LICENSE_MIT10-Aug-20180

NOTICE10-Aug-20181.1 KiB

packages/10-Aug-20184 KiB

projects/10-Aug-20184 KiB

README10-Aug-20181.6 KiB

README.version10-Aug-2018234

RELEASE-NOTES10-Aug-20188.5 KiB

scripts/10-Aug-20184 KiB

src/10-Aug-20184 KiB

test-driver10-Aug-20184.5 KiB

tests/10-Aug-20184 KiB

winbuild/10-Aug-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.version

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