From owner-freebsd-questions Wed Feb 12 8:25:32 2003 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 A51D537B401 for ; Wed, 12 Feb 2003 08:25:30 -0800 (PST) Received: from mail3.sento.com (translate.sento.com [12.160.33.128]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5303043FDD for ; Wed, 12 Feb 2003 08:25:29 -0800 (PST) (envelope-from Darren_Spruell@sento.com) Received: from sento.com ([10.1.62.83]) by mail3.sento.com with Microsoft SMTPSVC(5.0.2195.2966); Wed, 12 Feb 2003 09:24:48 -0700 Message-ID: <3E4A754F.9060604@sento.com> Date: Wed, 12 Feb 2003 09:24:47 -0700 From: Darren Spruell User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: questions Subject: ftp_proxy syntax X-Enigmail-Version: 0.65.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 12 Feb 2003 16:24:48.0164 (UTC) FILETIME=[42CF0E40:01C2D2B3] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to enable apps such as ftp and yafc to use our Squid proxy for outgoing FTP connections, but my environment variable doesn't seem to work... =================================================================== [darren@freebsd:~]$ echo $SHELL /usr/local/bin/bash [darren@freebsd:~]$ export ftp_proxy="squid.sento.com:8080" [darren@freebsd:~]$ echo $ftp_proxy squid.sento.com:8080 [darren@freebsd:~]$ ftp ftp.FreeBSD.org ^C[darren@freebsd:~]$ yafc ftp.FreeBSD.org yafc 0.7.10 Copyright (C) 1998-2001 Martin Hedenfalk . This program comes with ABSOLUTELY NO WARRANTY; for details type 'warranty'. This is free software; type 'copyright' for details. Connecting to ftp.beastie.tdk.net (62.243.72.50) at port 21... =================================================================== ...and just sits there. Shouldn't the connection be made to squid.sento.com:8080? Trying to run 'ftp ftp.gnu.org' from shell ends up doing the same thing. What am I doing wrong? I know our proxy listens on 8080 and supports FTP. TIA, -- Darren Spruell Sento IS Department darren_spruell@sento.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message