
However, curl supports over two dozen protocols.


Run curl command mac portable#
The curl command line utility is part of the cURL (“client for URLs”) project that includes the libcurl library.īecause curl often “just works”, is highly portable and installed by default on many systems, and is something of a de-facto standard in API documentation, it is a popular tool among developers and DevOps engineers. #What is curl?Ĭurl is an open source command line utility for transferring data using URL syntax and a wide range of network protocols including HTTP(S), FTP, SFTP, LDAP(S), and SMTP. If you’re familiar with curl but just need a quick refresher, feel free to jump to a specific section.

If you’re new to curl, we recommend reading the article end-to-end. Here we’ll provide examples for multiple curl download commands you can use to meet different requirements. Of course, there is much more to learn about downloading files with curl than just the -O parameter. If you’re looking for a quick answer, the curl -O command lets you use the curl command-line utility to download a file.
