tor 2009-08-20 klockan 12:51 +0200 skrev jose luis sanchez:

> wget --proxy localhost:3128 "http://localhost:8080/MyApplication";

The correct way of using a proxy with wget is


env http_proxy=http://localhost:3128 wget http://localhost:8080/MyApplication

You normally do not need to specify the --proxy option to wget, it's
automatically set if there is an http_proxy environment variable.
Specifying --proxy is only needed if you have an .wgetrc specifying
--no-proxy and still want to use the proxy..

Regards
Henrik

Reply via email to