Silent and unattended large file download with wget

If you would like to download large file like HD Video or Linux ISO image while you’re working at your Linux PC or laptop I recommend to use the following command:

wget -c -b “http://file/you/wish/to/download.ext” –limit-rate=100k

Where, -c will continue getting partially-downloaded file (if connection was dropped or smth else), -b will put wget downloading into background, –limit-rate=100k will limit downloading speed at 100 KBytes per second (KB/s).

P.S. man wget still works :)

 
 
» You might also be interested in the following articles:
Utorrent in Ubuntu with Firefox support
Tiny bash scripts: check Internet connection availability
Create Encrypted Filesystem Within a File (truecrypt way)
Install Firefox 3 in Debian Etch
FAQ: How to order pizza from Linux CLI?



» Want to stay up to date? Subscribe to our E-MAIL or RSS feed!

1 Response to “Silent and unattended large file download with wget”


  1. 1 malinens

    tnx man!

Leave a Reply




Friendly Sites:Who is behind Linux Screw?
GeekyBits³ | Bash Cures Cancer | OMG! Ubuntu!
My SysAd Blog | Web Upd8
ZEPY | Linux config Wiki | Planet Sysadmin
a non-geek's linux notes | Linux Today
Linux HOWTOs, Tutorials & Projects with Adam Palmer | LinuxAlt.Com
My name is Artem N. (artiomix AT gmail DOT com) and I'm Linux/Unix, Cisco systems engineer. The main idea of Linux Screw is to share relevant knowledge, skills and observations over The Web. Here you can find a lot of information related to different Linux distributions, FreeBSD, IOS as well as a other Open Source around staff. Read more ››