README 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. README
  7. Curl is a command line tool for transferring data specified with URL
  8. syntax. Find out how to use curl by reading the curl.1 man page or the
  9. MANUAL document. Find out how to install Curl by reading the INSTALL
  10. document.
  11. libcurl is the library curl is using to do its job. It is readily
  12. available to be used by your software. Read the libcurl.3 man page to
  13. learn how.
  14. You find answers to the most frequent questions we get in the FAQ document.
  15. Study the COPYING file for distribution terms.
  16. Those documents and more can be found in the docs/ directory.
  17. CONTACT
  18. If you have problems, questions, ideas or suggestions, please contact us
  19. by posting to a suitable mailing list. See https://curl.se/mail/
  20. All contributors to the project are listed in the THANKS document.
  21. WEBSITE
  22. Visit the curl website for the latest news and downloads:
  23. https://curl.se/
  24. GIT
  25. To download the latest source code off the GIT server, do this:
  26. git clone https://github.com/curl/curl.git
  27. (you will get a directory named curl created, filled with the source code)
  28. SECURITY PROBLEMS
  29. Report suspected security problems via our HackerOne page and not in public.
  30. https://hackerone.com/curl
  31. NOTICE
  32. Curl contains pieces of source code that is Copyright (c) 1998, 1999
  33. Kungliga Tekniska Högskolan. This notice is included here to comply with the
  34. distribution terms.