wget
Description
The wget command downloads files served with HTTP, HTTPS, or FTP over a network.
sudo apt-get install wget | If your operating system is Ubuntu, or another Debian-based Linux distribution which uses APT for package management, you can install wget with apt-get | |
wget http://website.com/files/file.zip | Would download the file file.zip into the working directory |