Using wget with proxy on windows

This entry was posted by on Wednesday, 7 October, 2009 at
If the enviroment variable http_proxy is set wget will automaticly use it

set http_proxy=http://12.34.56.78
wget -proxy on http://iserver09.example.com/
set http_proxy=


Leave a Reply