Friday 19 April 2019

cURL - command-line data transfer


cURL is a command-line tool for getting or sending data including files using URL syntax. It 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. Basically, you can use cURL to download content from the internet. For example, if you run the cURL command with the web address set to: http://www.yahoo.com the linked page will be downloaded. You can use cURL to download physical web pages, images, documents, and files. Free and open source.

Download

0 comments:

Post a Comment

 
Back to top!