wget behind a proxy server with authentication
Recently we implemented proxy authentication and lot some amount of content filtering at my college. Several people here are using wget as the download manager. Here is how you make wget work behind the proxy. sunil@debianserver:~$ export http_proxy=192.168.0.5:3128 ( Replace with your proxy ip and port). You can specify the proxy user name and password… Continue reading wget behind a proxy server with authentication