wget
Download files over HTTP, HTTPS, or FTP.
Syntax
$wget [OPTIONS] URL
Examples
Examples
$wget https://example.com/file.tar.gz
Examples
$wget -O - https://example.com
Typical use cases
wget https://example.com/file.tar.gz
wget -c https://example.com/large.iso
wget -mk https://example.com
Note
Non-interactive downloader suited for scripts and mirrors.
Export