From owner-freebsd-questions@FreeBSD.ORG Fri Mar 19 10:43:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E28016A4D4 for ; Fri, 19 Mar 2004 10:43:42 -0800 (PST) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 128F043D46 for ; Fri, 19 Mar 2004 10:43:42 -0800 (PST) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i2JIhXON085681; Fri, 19 Mar 2004 12:43:33 -0600 (CST) (envelope-from dan) Date: Fri, 19 Mar 2004 12:43:33 -0600 From: Dan Nelson To: Brady Montz Message-ID: <20040319184333.GH99558@dan.emsphone.com> References: <20040319181729.GG99558@dan.emsphone.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: using wget for FETCH_CMD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Mar 2004 18:43:42 -0000 In the last episode (Mar 19), Brady Montz said: > Dan Nelson writes: > > In the last episode (Mar 19), Brady Montz said: > >> The problem is, that I while I fetch does seem to be able to > >> download HTTP urls, I can't get it to download FTP urls through > >> the proxy. > >> > >> I've tried various combinations of FTP_PROXY and FTP_PASSIVE_MODE. > >> Is there anything else I can set? > > > > Setting FTP_PROXY to http://proxyserver:port/ works for me and a > > squid proxy. If it's using a proxy, I don't think FTP_PASSIVE_MODE > > is checked. > > Sadly, it doesn't work for me. And, as much as I hate this proxy > server, it is what I have to go through. What doesn't work, exactly? Try comparing the output of "fetch -vv ftp://ftp.netscape.com/Welcome" and "wget -d ftp://ftp.netscape.com/Welcome". -- Dan Nelson dnelson@allantgroup.com