Friday, May 16, 2008

wget, and HTTP passwords

So, it turns out that wget has support for passworded HTTP files. It doesn't prompt by default like most browsers do; it just gets the 401 error code. However, using the options "--user=username" or "--http-user=username" and "--password=pass" or "--http-password=pass", you can get files hidden behind these user:pass mechanisms.

No comments: