From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22639 invoked by alias); 7 Jul 2006 08:34:05 -0000 Received: (qmail 22629 invoked by uid 22791); 7 Jul 2006 08:34:04 -0000 X-Spam-Check-By: sourceware.org Received: from snape.ecoscentric.com (HELO snape.ecoscentric.com) (212.13.207.199) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 07 Jul 2006 08:34:00 +0000 Received: from localhost (localhost [127.0.0.1]) by snape.ecoscentric.com (Postfix) with ESMTP id F2C8F2C030; Fri, 7 Jul 2006 09:33:57 +0100 (BST) Received: from snape.ecoscentric.com ([127.0.0.1]) by localhost (snape.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Vo1z-JS9J4X4; Fri, 7 Jul 2006 09:33:56 +0100 (BST) Message-ID: <44AE1C6D.8000405@ecoscentric.com> Date: Fri, 07 Jul 2006 08:34:00 -0000 From: Alex Schuilenburg User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: Fischetti Antonio Cc: ecos-discuss@ecos.sourceware.org References: <6f506bf60607060934x2d1bc981uf65b5e0e5a1be5f1@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] Re: Re: wget problem for the Proxy X-SW-Source: 2006-07/txt/msg00024.txt.bz2 Fischetti Antonio wrote: > Hi, it seems it improved a bit. > My 'wgetrc' file now looks like (I replaced the real Proxy name, IP > and port with > , , and ) > > ______________ > > http_proxy = : > ftp_proxy = : > use_proxy = on > ______________ > > > This is what gets displayed on my Cygwin window > ______________ > $ wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl > --10:05:41-- ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl > => `ecos-install.tcl.1' > Resolving ... > Connecting to ||:... connected. > Proxy request sent, awaiting response... 407 Proxy Authentication > Required > 10:05:41 ERROR 407: Proxy Authentication Required. > ______________ > > And it stops. > When I usually connect to the proxy (i.e. to surf the web) I provide a > username and password. How can I add Username/password to 'wgetrc'? Or > is there anything else to be done? Also add to .wgetrc proxy_user = proxy_passwd = -- Alex Managing Director / CEO eCosCentric Limited http://www.ecoscentric.com/ The eCos and RedBoot experts > > > Thanx alot, > Antonio. > > On 7/6/06, Grant Mills wrote: >> Find and edit .wgetrc >> >> Set the proxies. There is one for http and one for ftp: >> >> http_proxy = >> ftp_proxy = >> >> Don't forget to enable the proxies either: >> >> use_proxy = on >> >> This may be of little use if your ftp proxy server does not conform to >> what wget supports. NcFTP and FileZilla both have much broader >> support for proxy servers. >> >> On 7/6/06, Fischetti Antonio wrote: >> > I'm can't download with >> > wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl >> > >> > It says "Unresolved Host". >> > I am under a proxy. >> > Do I need a special version of wget. Sort of 'socks' style? >> > >> > Thanx. >> > >> > -- >> > Before posting, please read the FAQ: >> http://ecos.sourceware.org/fom/ecos >> > and search the list archive: >> http://ecos.sourceware.org/ml/ecos-discuss >> > >> > >> >> >> -- >> Grant Mills >> gmills@ucsd.edu >> > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss