Difference between revisions of "CURL"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase title}}  
 
{{lowercase title}}  
[[w:CURL (software)|cURL]]<ref>http://man7.org/linux/man-pages/man1/curl.1.html</ref> 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.
+
[[wikipedia:CURL (software)|cURL]]<ref>http://man7.org/linux/man-pages/man1/curl.1.html</ref> 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.
  
  
Line 24: Line 24:
 
* [[Netcat]]
 
* [[Netcat]]
 
* [[wget]]: <code>wget -r http://example.com/</code>  
 
* [[wget]]: <code>wget -r http://example.com/</code>  
* iwr (Invoke-WebRequest) [[PowerShell]] functionality
+
* <code>[[iwr]]</code> (Invoke-WebRequest) [[PowerShell]] functionality
 
* [[links (browser)]], [[lynx (browser)]], [[Elinks (browser)]] command line browsers
 
* [[links (browser)]], [[lynx (browser)]], [[Elinks (browser)]] command line browsers
  
 
[[Category:Linux]]
 
[[Category:Linux]]
 
[[Category:Networking]]
 
[[Category:Networking]]

Revision as of 05:09, 2 January 2020

cURL[1] 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

Advance usage



See also

  • http://man7.org/linux/man-pages/man1/curl.1.html
  • Advertising: