Skip to content

Basic Acknowledges

myon edited this page Jun 8, 2023 · 5 revisions

About curl command

The basic description is the followings.

  • curl is a tool for transferring data from or to a server.

  • For example, the protocols of HTTP, HTTPS, FTP, Telnet and so on.

  • Of course, by using curl, it can make HTTP request send to a server.

Reference : https://curl.se/docs/manpage.html

Clone this wiki locally