1*6236dae4SAndroid Build Coastguard Worker<!-- 2*6236dae4SAndroid Build Coastguard WorkerCopyright (C) Daniel Stenberg, <[email protected]>, et al. 3*6236dae4SAndroid Build Coastguard Worker 4*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl 5*6236dae4SAndroid Build Coastguard Worker--> 6*6236dae4SAndroid Build Coastguard Worker 7*6236dae4SAndroid Build Coastguard Worker# [](https://curl.se/) 8*6236dae4SAndroid Build Coastguard Worker 9*6236dae4SAndroid Build Coastguard WorkerCurl is a command-line tool for transferring data specified with URL syntax. 10*6236dae4SAndroid Build Coastguard WorkerLearn how to use curl by reading [the 11*6236dae4SAndroid Build Coastguard Workermanpage](https://curl.se/docs/manpage.html) or [everything 12*6236dae4SAndroid Build Coastguard Workercurl](https://everything.curl.dev/). 13*6236dae4SAndroid Build Coastguard Worker 14*6236dae4SAndroid Build Coastguard WorkerFind out how to install curl by reading [the INSTALL 15*6236dae4SAndroid Build Coastguard Workerdocument](https://curl.se/docs/install.html). 16*6236dae4SAndroid Build Coastguard Worker 17*6236dae4SAndroid Build Coastguard Workerlibcurl is the library curl is using to do its job. It is readily available to 18*6236dae4SAndroid Build Coastguard Workerbe used by your software. Read [the libcurl 19*6236dae4SAndroid Build Coastguard Workermanpage](https://curl.se/libcurl/c/libcurl.html) to learn how. 20*6236dae4SAndroid Build Coastguard Worker 21*6236dae4SAndroid Build Coastguard Worker## Open Source 22*6236dae4SAndroid Build Coastguard Worker 23*6236dae4SAndroid Build Coastguard Workercurl is Open Source and is distributed under an MIT-like 24*6236dae4SAndroid Build Coastguard Worker[license](https://curl.se/docs/copyright.html). 25*6236dae4SAndroid Build Coastguard Worker 26*6236dae4SAndroid Build Coastguard Worker## Contact 27*6236dae4SAndroid Build Coastguard Worker 28*6236dae4SAndroid Build Coastguard WorkerContact us on a suitable [mailing list](https://curl.se/mail/) or 29*6236dae4SAndroid Build Coastguard Workeruse GitHub [issues](https://github.com/curl/curl/issues)/ 30*6236dae4SAndroid Build Coastguard Worker[pull requests](https://github.com/curl/curl/pulls)/ 31*6236dae4SAndroid Build Coastguard Worker[discussions](https://github.com/curl/curl/discussions). 32*6236dae4SAndroid Build Coastguard Worker 33*6236dae4SAndroid Build Coastguard WorkerAll contributors to the project are listed in [the THANKS 34*6236dae4SAndroid Build Coastguard Workerdocument](https://curl.se/docs/thanks.html). 35*6236dae4SAndroid Build Coastguard Worker 36*6236dae4SAndroid Build Coastguard Worker## Commercial support 37*6236dae4SAndroid Build Coastguard Worker 38*6236dae4SAndroid Build Coastguard WorkerFor commercial support, maybe private and dedicated help with your problems or 39*6236dae4SAndroid Build Coastguard Workerapplications using (lib)curl visit [the support page](https://curl.se/support.html). 40*6236dae4SAndroid Build Coastguard Worker 41*6236dae4SAndroid Build Coastguard Worker## Website 42*6236dae4SAndroid Build Coastguard Worker 43*6236dae4SAndroid Build Coastguard WorkerVisit the [curl website](https://curl.se/) for the latest news and downloads. 44*6236dae4SAndroid Build Coastguard Worker 45*6236dae4SAndroid Build Coastguard Worker## Source code 46*6236dae4SAndroid Build Coastguard Worker 47*6236dae4SAndroid Build Coastguard WorkerDownload the latest source from the Git server: 48*6236dae4SAndroid Build Coastguard Worker 49*6236dae4SAndroid Build Coastguard Worker git clone https://github.com/curl/curl.git 50*6236dae4SAndroid Build Coastguard Worker 51*6236dae4SAndroid Build Coastguard Worker## Security problems 52*6236dae4SAndroid Build Coastguard Worker 53*6236dae4SAndroid Build Coastguard WorkerReport suspected security problems via [our HackerOne 54*6236dae4SAndroid Build Coastguard Workerpage](https://hackerone.com/curl) and not in public. 55*6236dae4SAndroid Build Coastguard Worker 56*6236dae4SAndroid Build Coastguard Worker## Notice 57*6236dae4SAndroid Build Coastguard Worker 58*6236dae4SAndroid Build Coastguard WorkerCurl contains pieces of source code that is Copyright (c) 1998, 1999 Kungliga 59*6236dae4SAndroid Build Coastguard WorkerTekniska Högskolan. This notice is included here to comply with the 60*6236dae4SAndroid Build Coastguard Workerdistribution terms. 61*6236dae4SAndroid Build Coastguard Worker 62*6236dae4SAndroid Build Coastguard Worker## Backers 63*6236dae4SAndroid Build Coastguard Worker 64*6236dae4SAndroid Build Coastguard WorkerThank you to all our backers [Become a backer](https://opencollective.com/curl#section-contribute). 65*6236dae4SAndroid Build Coastguard Worker 66*6236dae4SAndroid Build Coastguard Worker## Sponsors 67*6236dae4SAndroid Build Coastguard Worker 68*6236dae4SAndroid Build Coastguard WorkerSupport this project by becoming a [sponsor](https://curl.se/sponsors.html). 69