Network
The wget command
Downloads files from the internet with a single command.
Syntax
wget [opciones] <url>Most useful options
-OSaves with the name you give-cContinues a broken download-qNo progress barCopy-ready examples
$ wget miguelacm.esDownload a page$ wget -c archivo.zipResume a downloadYou can try them in the browser terminal: it does not touch your computer.
Typical mistakes
- It downloads into the current folder with the remote file name.
FAQ
Can I download a whole folder?
Not directly: for that there are other tools or a compressed file.
Learn to actually use it
The basic Linux course takes you from zero to console fluency with 24 self-grading lessons.
Start the free course