wget
Download files from the web.
Examples
wget http://example.com/file.zip
Download 'file.zip' from 'http://example.com'.
wget -c http://example.com/largefile.iso
Resume downloading 'largefile.iso' if the download was interrupted.
Notes
This command affects only the current shell session.