wget

wget#

Non-interactive HTTP / FTP downloader.

$ wget https://example.com/file.tar.gz
$ wget -c URL
$ wget -mkEpnp https://example.com/
$ wget -qO- URL | tar -xz