

cURL
182 likes
cURL is a computer software project providing a library and command-line tool for transferring data using various protocols with URL syntax: supporting FTP, FTPS, SCP, SFTP, HTTP, HTTPS, TFTP, TELNET, DICT, LDAP, LDAPS and FILE.
License model
- Free • Open Source
Application types
Country of Origin
Sweden
EU
Platforms
- Mac
- Windows
- Linux
- BSD
- Cygwin
- Haiku
Features
cURL News & Activities
Highlights • All activities
Recent News
- POX published news article about cURLcURL version 8.4.0 released with two high-risk security patches and IPFS URL support
cURL, the URL syntax-based data transfer command-line tool, has released its version 8.4.0, featuri...
Recent activities
- CommonRob reviewed cURL
It can be used as a command line tool or as a library for development. It's very handy for all kinds of HTTP API automation.
cURL information
AlternativeTo Categories
Development, File Sharing, OS & UtilitiesGitHub repository
- 37,683 Stars
- 6,674 Forks
- 49 Open Issues
- Updated Apr 22, 2025
Comments and Reviews
It can be used as a command line tool or as a library for development. It's very handy for all kinds of HTTP API automation.
After reading this, I want you to take a look at the cURL manual. There is so much you can do with this tool it blows my mind.
Use command like this to troubleshoot websites with 3XX redirects: curl --silent --verbose --location --output /dev/null --url example.com
Efficient, popular with good integration with other libraries