bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fwd: Re: [Bug-wget] wgetrc wget tor proxy


From: Jochen Roderburg
Subject: Fwd: Re: [Bug-wget] wgetrc wget tor proxy
Date: Sun, 11 Apr 2010 23:53:34 +0200
User-agent: Dynamic Internet Messaging Program (DIMP) H3 (1.1.4)

Resent to list.   ;-)


----- Weitergeleitete Nachricht von address@hidden -----
     Datum: Sun, 11 Apr 2010 19:20:51 +0200
       Von: Keisial <address@hidden>
   Betreff: Re: [Bug-wget] wgetrc wget tor proxy
        An: Jochen Roderburg <address@hidden>

Jochen Roderburg wrote:
You get an "Unsupported scheme" error because the http_proxy string is
seen as an URL. To get an wgetrc parameter definition onto the command
line you must use the -e/--execute parameter like:
wget  -e http_proxy=http://127.0.0.1:8118/  URL

Best regards,
J. Roderburg

Alternatively, use an environment variable:
set http_proxy=http://127.0.0.1:8118/
wget "http://www.foo.org.uk/images/picture1.png"; -O "D:\picture1.png"
wget "http://www.foo.org.uk/images/picture2.png"; -O "D:\picture2.png"
....



----- Ende der weitergeleiteten Nachricht -----






reply via email to

[Prev in Thread] Current Thread [Next in Thread]