Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 1 | _ _ ____ _ |
| 2 | ___| | | | _ \| | |
| 3 | / __| | | | |_) | | |
| 4 | | (__| |_| | _ <| |___ |
| 5 | \___|\___/|_| \_\_____| |
| 6 | |
| 7 | README |
| 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 | |
Haibo Huang | b51266f | 2020-03-04 02:22:48 -0800 | [diff] [blame] | 24 | All of those documents and more can be found in the docs/ directory. |
| 25 | |
Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 26 | CONTACT |
| 27 | |
| 28 | If you have problems, questions, ideas or suggestions, please contact us |
Alex Deymo | 8f1a214 | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 29 | by posting to a suitable mailing list. See https://curl.haxx.se/mail/ |
Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 30 | |
| 31 | All contributors to the project are listed in the THANKS document. |
| 32 | |
Haibo Huang | c3c04f4 | 2020-08-19 13:00:07 -0700 | [diff] [blame^] | 33 | WEBSITE |
Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 34 | |
Haibo Huang | c3c04f4 | 2020-08-19 13:00:07 -0700 | [diff] [blame^] | 35 | Visit the curl website for the latest news and downloads: |
Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 36 | |
Alex Deymo | 8f1a214 | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 37 | https://curl.haxx.se/ |
Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 38 | |
| 39 | GIT |
| 40 | |
| 41 | To download the very latest source off the GIT server do this: |
| 42 | |
Alex Deymo | 8f1a214 | 2016-06-28 14:49:26 -0700 | [diff] [blame] | 43 | git clone https://github.com/curl/curl.git |
Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 44 | |
| 45 | (you'll get a directory named curl created, filled with the source code) |
| 46 | |
Haibo Huang | 34ab346 | 2019-05-22 00:50:27 -0700 | [diff] [blame] | 47 | SECURITY PROBLEMS |
| 48 | |
| 49 | Report suspected security problems via our HackerOne page and not in public! |
| 50 | |
| 51 | https://hackerone.com/curl |
| 52 | |
Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 53 | NOTICE |
| 54 | |
| 55 | Curl contains pieces of source code that is Copyright (c) 1998, 1999 |
Bertrand SIMONNET | e6cd738 | 2015-07-01 15:39:44 -0700 | [diff] [blame] | 56 | Kungliga Tekniska Högskolan. This notice is included here to comply with the |
Kristian Monsen | 5ab5018 | 2010-05-14 18:53:44 +0100 | [diff] [blame] | 57 | distribution terms. |