05 June 2007

wget.exe with proxy

For those that whish to use wget on windows (wget.exe) but need to specify a proxy, here is the howto:

set http_proxy=http://myproxy:8080
wget --proxy=on http://my-url.com/....

1 comment:

Anonymous said...

Hi, for httpS the env var name is, https_proxy, it is no whrere mentioned, that each protocollvariant need its own variable. For ftp this might be reasonable, but for https ...