four-codes / linux-preparation

1 stars 0 forks source link

what is curl and commands? #46

Open four-codes opened 2 years ago

four-codes commented 2 years ago

curl is a command line tool to transfer data to or from a server, using any of the supported protocols (HTTP, FTP, IMAP, POP3, SCP, SFTP, SMTP, TFTP, TELNET, LDAP or FILE). curl is powered by Libcurl. This tool is preferred for automation, since it is designed to work without user interaction. curl can transfer multiple file at once.

syntax:- curl [options] [URL...]

image

four-codes commented 2 years ago

example commands please required