From owner-freebsd-bugs Thu Apr 23 13:40:02 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21489 for freebsd-bugs-outgoing; Thu, 23 Apr 1998 13:40:02 -0700 (PDT) (envelope-from owner-freebsd-bugs@FreeBSD.ORG) Received: (from gnats@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA21480; Thu, 23 Apr 1998 13:40:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 23 Apr 1998 13:40:01 -0700 (PDT) Message-Id: <199804232040.NAA21480@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: bin/6371: fetch(1) uses HTTP_PROXY for ftp requests when FTP_PROXY undefined Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/6371; it has been noted by GNATS. From: Bill Fenner To: cracauer@cons.org, freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/6371: fetch(1) uses HTTP_PROXY for ftp requests when FTP_PROXY undefined Date: Thu, 23 Apr 1998 11:57:48 PDT Setting FTP_PROXY to host:port gives you fetch's traditional behavior of contacting an FTP proxy to fetch the file. Setting FTP_PROXY to "" goes directly no matter what. Unsetting FTP_PROXY uses HTTP_PROXY if it's set or goes directly if not. I share Dave's amazement that there's so much brouhaha over this straightforward change. Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message