SANS Institute - curl: Difference between revisions

From GCA ACT
Jump to navigationJump to search
(Updated via script)
Tag: Manual revert
(Updated via script)
 
Line 1: Line 1:
=Description=
=Description=
<br>
<br>
Curl is a command line tool for transferring data specified with URL syntax. Curl supports a wide range of protocols including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, DAP, DICT, TELNET, FILE, IMAP, POP3, SMTP and SMTPS. Curl also supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication
Curl is a command line tool for transferring data specified with URL syntax. Curl supports a wide range of protocols including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, DAP, DICT, TELNET, FILE, IMAP, POP3, SMTP and SMTPS.
<br>
<br>
=More Information=
=More Information=

Latest revision as of 03:01, 24 April 2024

Description


Curl is a command line tool for transferring data specified with URL syntax. Curl supports a wide range of protocols including HTTP, HTTPS, FTP, FTPS, SCP, SFTP, TFTP, LDAP, DAP, DICT, TELNET, FILE, IMAP, POP3, SMTP and SMTPS.

More Information


https://curl.haxx.se/