curl command examples.md 456 B


Title: curl command examples Date: 2017-03-18 12:56:37 Categories: [cli] tags: [curl]

Authors: sedlav

curl is a command line tool used to transfer data to/from a server. The tool supports various protocols such as : DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMB, SMBS, SMTP, SMTPS, TELNET and TFTP.

Part1