bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] wgetrc wget tor proxy


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


Zitat von Zark Page <address@hidden>:


C:\Program Files (x86)\GnuWin32\bin>wget "http://www.foo.org.uk/images/picture1.png"; -O "D:\picture1.png" http_proxy=http://127.0.0.1:8118/
--2010-04-11 19:20:10--  http://www.foo.org.uk/images/picture1.png
Resolving www.foo.org.uk... 123.45.67.890
Connecting to www.foo.org.uk|123.45.67.890|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 272 [image/png]
Saving to: `D:/picture1.png'
100%[=========================================================>] 272         1.3K/s   in 0.1s
2010-04-11 19:20:11 (1.3 K/s) - `D:/picture1.png' saved [272/272]
http_proxy=http://127.0.0.1:8118/: Unsupported scheme.
FINISHED --2010-04-11 19:20:11--
Downloaded: 1 files, 272 in 0.1s (1.3 K/s)

note the above error: "http_proxy=http://127.0.0.1:8118/: Unsupported scheme." <- i reckon this means it didn't go through Tor either :(

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





reply via email to

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