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/....
05 June 2007
Subscribe to:
Post Comments (Atom)
Why "Lord of The Ping" ? It's a bit complicated, but yes it's a mix of a famous movie and Networking's most famous command.
1 comment:
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 ...
Post a Comment