curl/curl

Created May 6, 2022 · View the curl/curl repository page

A command line tool and library for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, GOPHERS, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, MQTT, MQTTS, POP3, POP3S, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET, TFTP, WS and WSS. libcurl offers a myriad of powerful features

Want this for your repo?

Render a free sample of any GitHub repo in seconds.

Visualize your own →

Contributors

1,066

Lines of Code

80,589

From

Dec 29, 1999

To

May 6, 2022

About curl/curl

curl is a command-line tool and library for transferring data to and from servers using URLs. It supports an extensive range of protocols including HTTP, HTTPS, FTP, SFTP, SCP, SMTP, POP3, IMAP, LDAP, MQTT, WebSocket, and many others, making it highly versatile for data transfer tasks across different network protocols.

The project consists of both a standalone curl command-line utility and libcurl, a reusable C library that provides the core functionality. libcurl can be embedded into other software applications to enable URL-based data transfer capabilities. The tool is particularly notable for its widespread adoption as a fundamental component in countless applications and systems that require reliable network communication.

Written in C, curl is distributed under an MIT-like license as open source software. The project maintains active community engagement through mailing lists, GitHub issues, and discussions, and also offers commercial support options. It has become an industry standard for data transfer operations, with extensive documentation available through man pages and comprehensive guides.

Share this video