From owner-freebsd-hackers Sun Mar 16 22:36:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA23540 for hackers-outgoing; Sun, 16 Mar 1997 22:36:09 -0800 (PST) Received: from tarkhil.dialup.aha.ru (ppp90.cityline.ru [194.84.93.90]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA23495 for ; Sun, 16 Mar 1997 22:35:39 -0800 (PST) Received: from localhost (tarkhil@localhost) by tarkhil.dialup.aha.ru (8.8.5/8.6.9) with SMTP id JAA02121 for ; Mon, 17 Mar 1997 09:10:23 +0300 (MSK) Message-Id: <199703170610.JAA02121@tarkhil.dialup.aha.ru> X-Authentication-Warning: tarkhil.dialup.aha.ru: tarkhil@localhost didn't use HELO protocol X-Mailer: exmh version 2.0gamma 1/27/96 To: hackers@freebsd.org Subject: Re: fetch through ftp proxy? In-reply-to: Your message of "Sun, 16 Mar 1997 11:53:14 CST." <199703161753.LAA03747@Mars.mcs.net> Reply-To: tarkhil@aha.ru Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 17 Mar 1997 09:10:23 +0300 From: Alex Povolotsky Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199703161753.LAA03747@Mars.mcs.net>, Lars Jonas Olsson writes: You seems to connect to HTTP proxy, instead of FTP. Either use FTP proxy or no proxy at all. Alex. > I'm trying to get fetch to work through a netscape proxy server. >I have set FTP_PROCY environment variable and get the following >scrambled error message. > Any ideas? At least there seems to be some error with error messages. >It seems the first 3-4 characters of every line are missing. > >Jonas > >#fetch -v ftp://freefall.cdrom.com/pub/FreeBSD/LOCAL_PORTS/MG.tar.Z >Sending: USER anonymous@freefall.cdrom.com >L>Proxy denies fulfilling the request >Y>

Proxy denies fulfilling the request

> client either is not allowed to access the requested object >ugh this proxy, or the proxy denies requests from your IP address >gether. >Sending: QUIT >fetch: proxy: connection in wrong state > >