LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   wget proxy problem (https://www.linuxquestions.org/questions/linux-newbie-8/wget-proxy-problem-201330/)

henryluo 07-05-2004 09:49 AM

wget proxy problem
 
hi all
i know wget use --proxy=on or off can control the proxy, and set the proxy address in ~/.wgetrc ;
now , i want down load the different link use different proxy address ,how can i do,
thanks

Not now, John! 07-05-2004 06:31 PM

Code:

wget --proxy=on <url1> && wget --proxy=off <url2>


All times are GMT -5. The time now is 08:37 AM.