2022-05-17 12:16:50 +03:00
|
|
|
<!--
|
2023-01-02 15:51:48 +03:00
|
|
|
Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-05-17 12:16:50 +03:00
|
|
|
|
2016-05-30 11:46:35 +03:00
|
|
|
SPDX-License-Identifier: curl
|
2022-05-17 12:16:50 +03:00
|
|
|
-->
|
|
|
|
|
2022-10-09 20:33:21 +03:00
|
|
|
# [![curl logo](https://curl.se/logo/curl-logo.svg)](https://curl.se/)
|
2017-11-11 21:16:58 +03:00
|
|
|
|
2016-05-30 11:46:35 +03:00
|
|
|
Curl is a command-line tool for transferring data specified with URL
|
2016-03-07 13:09:56 +03:00
|
|
|
syntax. Find out how to use curl by reading [the curl.1 man
|
2020-11-04 16:02:01 +03:00
|
|
|
page](https://curl.se/docs/manpage.html) or [the MANUAL
|
|
|
|
document](https://curl.se/docs/manual.html). Find out how to install Curl
|
|
|
|
by reading [the INSTALL document](https://curl.se/docs/install.html).
|
2016-03-07 13:03:55 +03:00
|
|
|
|
|
|
|
libcurl is the library curl is using to do its job. It is readily available to
|
2016-03-07 13:09:56 +03:00
|
|
|
be used by your software. Read [the libcurl.3 man
|
2021-11-26 10:46:59 +03:00
|
|
|
page](https://curl.se/libcurl/c/libcurl.html) to learn how.
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2019-09-26 22:37:24 +03:00
|
|
|
You can find answers to the most frequent questions we get in [the FAQ
|
2020-11-04 16:02:01 +03:00
|
|
|
document](https://curl.se/docs/faq.html).
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2020-11-04 16:02:01 +03:00
|
|
|
Study [the COPYING file](https://curl.se/docs/copyright.html) for
|
2020-09-11 18:17:54 +03:00
|
|
|
distribution terms.
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2016-05-30 11:46:35 +03:00
|
|
|
## Contact
|
2016-03-07 13:03:55 +03:00
|
|
|
|
|
|
|
If you have problems, questions, ideas or suggestions, please contact us by
|
2020-11-04 16:02:01 +03:00
|
|
|
posting to a suitable [mailing list](https://curl.se/mail/).
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2016-03-07 13:09:56 +03:00
|
|
|
All contributors to the project are listed in [the THANKS
|
2020-11-04 16:02:01 +03:00
|
|
|
document](https://curl.se/docs/thanks.html).
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2021-04-23 09:59:08 +03:00
|
|
|
## Commercial support
|
|
|
|
|
|
|
|
For commercial support, maybe private and dedicated help with your problems or
|
2021-12-26 01:47:02 +03:00
|
|
|
applications using (lib)curl visit [the support page](https://curl.se/support.html).
|
2021-04-23 09:59:08 +03:00
|
|
|
|
2016-05-30 11:46:35 +03:00
|
|
|
## Website
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2020-11-04 16:02:01 +03:00
|
|
|
Visit the [curl website](https://curl.se/) for the latest news and
|
2016-03-07 13:09:56 +03:00
|
|
|
downloads.
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2016-05-30 11:46:35 +03:00
|
|
|
## Git
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2022-09-27 19:53:54 +03:00
|
|
|
To download the latest source from the Git server, do this:
|
2016-03-07 13:03:55 +03:00
|
|
|
|
|
|
|
git clone https://github.com/curl/curl.git
|
|
|
|
|
2021-10-31 18:34:44 +03:00
|
|
|
(you will get a directory named curl created, filled with the source code)
|
2016-03-07 13:03:55 +03:00
|
|
|
|
2019-04-20 13:19:47 +03:00
|
|
|
## Security problems
|
|
|
|
|
2019-04-29 00:14:23 +03:00
|
|
|
Report suspected security problems via [our HackerOne
|
2022-09-19 18:30:30 +03:00
|
|
|
page](https://hackerone.com/curl) and not in public.
|
2019-04-20 13:19:47 +03:00
|
|
|
|
2016-05-30 11:46:35 +03:00
|
|
|
## Notice
|
2016-03-07 13:03:55 +03:00
|
|
|
|
|
|
|
Curl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga
|
|
|
|
Tekniska Högskolan. This notice is included here to comply with the
|
|
|
|
distribution terms.
|
2018-04-12 08:40:17 +03:00
|
|
|
|
|
|
|
## Backers
|
|
|
|
|
2023-05-31 23:20:18 +03:00
|
|
|
Thank you to all our backers! 🙏 [Become a backer](https://opencollective.com/curl#section-contribute).
|
2018-04-12 08:40:17 +03:00
|
|
|
|
|
|
|
## Sponsors
|
|
|
|
|
2022-10-31 01:56:41 +03:00
|
|
|
Support this project by becoming a [sponsor](https://curl.se/sponsors.html).
|