Name Date Size

..25-Oct-20244 KiB

.gitattributesH A D25-Oct-2024304

.gitee/H25-Oct-20244 KiB

.gitignoreH A D25-Oct-202432

acinclude.m4H A D25-Oct-202442.1 KiB

aclocal.m4H A D25-Oct-202444.9 KiB

appveyor.shH A D25-Oct-20245.6 KiB

BUILD.gnH A D25-Oct-202416.7 KiB

buildconfH A D25-Oct-2024218

buildconf.batH A D25-Oct-20247.8 KiB

bundle.jsonH A D25-Oct-20242.1 KiB

cacert.pemH A D25-Oct-2024203.2 KiB

CHANGESH A D25-Oct-2024299.6 KiB

CMake/H25-Oct-20244 KiB

CMakeLists.txtH A D25-Oct-202462 KiB

compileH A D25-Oct-20247.2 KiB

config.guessH A D25-Oct-202448.3 KiB

config.subH A D25-Oct-202434.6 KiB

configureH A D25-Oct-20241.3 MiB

configure.acH A D25-Oct-2024144.3 KiB

COPYINGH A D25-Oct-20241.1 KiB

curl-config.inH A D25-Oct-20245.2 KiB

curl.mapH A D25-Oct-20242.4 KiB

curl.yamlH A D25-Oct-202475

customized/H25-Oct-20244 KiB

depcompH A D25-Oct-202423 KiB

docs/H25-Oct-20244 KiB

include/H25-Oct-20244 KiB

install-shH A D25-Oct-202415 KiB

lib/H25-Oct-202412 KiB

libcurl.defH A D25-Oct-20241.6 KiB

libcurl.pc.inH A D25-Oct-20241.5 KiB

ltmain.shH A D25-Oct-2024325.2 KiB

m4/H25-Oct-20244 KiB

MacOSX-FrameworkH A D25-Oct-20246.1 KiB

MakefileH A D25-Oct-20241.8 KiB

Makefile.amH A D25-Oct-202419.7 KiB

Makefile.inH A D25-Oct-202466.1 KiB

maketgzH A D25-Oct-20245.9 KiB

missingH A D25-Oct-20246.7 KiB

OAT.xmlH A D25-Oct-20247.6 KiB

packages/H25-Oct-20244 KiB

plan9/H25-Oct-20244 KiB

projects/H25-Oct-20244 KiB

READMEH A D25-Oct-20241.6 KiB

README.OpenSourceH A D25-Oct-2024496

RELEASE-NOTESH A D25-Oct-202416.6 KiB

scripts/H25-Oct-20244 KiB

src/H25-Oct-20244 KiB

test-driverH A D25-Oct-20244.8 KiB

tests/H25-Oct-20244 KiB

winbuild/H25-Oct-20244 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.
21
22  Those documents and more can be found in the docs/ directory.
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.se/mail/
28
29  All contributors to the project are listed in the THANKS document.
30
31WEBSITE
32
33  Visit the curl website for the latest news and downloads:
34
35        https://curl.se/
36
37GIT
38
39  To download the latest source code off the GIT server, do this:
40
41    git clone https://github.com/curl/curl.git
42
43  (you will get a directory named curl created, filled with the source code)
44
45SECURITY PROBLEMS
46
47  Report suspected security problems via our HackerOne page and not in public.
48
49    https://hackerone.com/curl
50
51NOTICE
52
53  Curl contains pieces of source code that is Copyright (c) 1998, 1999
54  Kungliga Tekniska Högskolan. This notice is included here to comply with the
55  distribution terms.
56

README.OpenSource

1[
2    {
3    "Name": "curl",
4    "License": "Apache License V2.0",
5    "License File": "COPYING",
6    "Version Number": "8.6.0",
7    "Owner": "hanjing5@huawei.com",
8    "Upstream URL": "http://curl.haxx.se/",
9    "Description": "A command line tool and library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP. libcurl offers a myriad of powerful features."
10    }
11]
12