Linux: Download files using wget from protected url’s – resume broken downloads
by Ali on Oct.29, 2008, under Linux
To download a file from a password protected url (ftp and http):
wget --user=<username> --password=<password> <url>
Download a file to a different directory:
wget <source> -O <destination>
Resume a broken download:
wget -c <url>
To the extent possible under law, the creator has waived all copyright and related or neighboring rights to this work.