Thursday, December 12, 2024

Linux - Curl

The following is a Linux Dictionary word of the day:

curl – display, upload or download data from one server to another using supported protocols (FTP, HTTP, IMAP, POP3, SCP, SFTP, TFTP, etc.).

Example displays contents of URL:

curl http://www.kmo.name

Example using curl with ftp to download all files in free directory that have oneill in the name and are a .pdf:

curl ftp://ftp.kmo.name/free/[oneill].pdf



As an Amazon Associate, I earn from qualifying purchases.

No comments:

Post a Comment