29
Oct/080
Oct/080
Linux: Download files using wget from protected url’s – resume broken downloads
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>
Related posts:
- Linux: .htaccess and .htpasswd files
- Linux: Copy files between Linux Servers with scp
- Linux: vsftpd and symbolic links
- Linux: A simple and quick way of sharing a folder with Windows systems using Samba
- Linux: Mount remote Windows shares with smbfs
Enjoy this article?
Please, insert a valid App ID, otherwise your plugin won't work correctly.
Comments (0)
Trackbacks (0) ( subscribe to comments on this post )
No comments yet.
Leave a comment
No trackbacks yet.
