bug-wget
[Top][All Lists]
Advanced

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

Re: [Bug-wget] Wget proxy issue on windows


From: Ángel González
Subject: Re: [Bug-wget] Wget proxy issue on windows
Date: Mon, 07 May 2012 17:17:22 +0200
User-agent: Thunderbird

On 03/05/12 08:17, Steven Smith wrote:
> Hi,
> I've been trying to use wget with the internet at my school, where
> everything must go through a proxy. I can wait until I get home to get this
> file, but I don't see any reason why this error would be occuring.
>
> C:\Users\Stevn>set http_proxy=http://proxy.cite.wa.edu.au:8080 && wget
> http://android-x86.googlecode.com/files/android-x86-4.0-RC1-eeepc.iso--proxy=on
> SYSTEM_WGETRC = c:/progra~1/wget/etc/wgetrc
> syswgetrc = C:\Users\stevn\Downloads\GetGnuWin32\gnuwin32/etc/wgetrc
> Error parsing proxy URL http://proxy.cite.wa.edu.au:8080 : Bad port number.
> C:\Users\Stevn>
>
> Any thoughts? Thanks.
>
> Steven Smith
> address@hidden
Remove the protocol, ie. 

 set http_proxy=proxy.cite.wa.edu.au:8080


It's probably splitting at the first colon




reply via email to

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