Saturday, February 6, 2010

How to use wget to download recursively, using HTTP basic authentication

wget --http-user=john --http-password=smith -e robots=off
--recursive --level=1 --no-directories --no-host-directories
http://myhost.mydomain.com/path/to/files/


Share

No comments:

Post a Comment