cURL

From wikieduonline
Revision as of 15:38, 8 December 2019 by Welcome (talk | contribs) (Created page with "{{lowercase title}} cURL is a command-line tool for getting or sending data including files using URL syntax. cURL supports a range of common network pr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

cURL is a command-line tool for getting or sending data including files using URL syntax. cURL supports a range of common network protocols, currently including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, DAP, DICT, TELNET, FILE, IMAP, POP3, SMTP and RTSP.


Basic Usage

curl --user user:pass --cookie-jar ./somefile_with_your_cookies https://xyz.com/a
curl --cookie ./omefile_with_your_cookiese https://xyz.com/b
  • curl --header 'X-JFrog-Art-Api: 1234567890'

Advance usage



See also

Advertising: