In my office I want to update and download through wget and here they are using a proxy. How can I get wget to use the proxy from the command-line?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
||||
|
Either export the
To |
||||
|
If your machine is behind a proxy running a Microsoft NTLM based web proxy you may need something like the (python based) ntlmaps to sit between wget/apt-get and the real proxy to do the authentication for you. |
|||
|
|
apt-getbut the question is aboutwget. Which one of the two are you interested in? – Riccardo Murri Oct 15 '10 at 14:51