wget
Download files from the web.
$ wget
Examples
# Download file wget https://example.com/file.zip # Custom output name wget -O output.zip https://example.com/file.zip # Resume download wget -c https://example.com/large.iso # Quiet mode wget -q https://example.com/file.zip # With authentication wget --user=admin --password=secret https://example.com/private.zip