From owner-cvs-all Thu Aug 30 9:46: 3 2001 Delivered-To: cvs-all@freebsd.org Received: from coffee.q9media.com (coffee.q9media.com [216.94.229.19]) by hub.freebsd.org (Postfix) with ESMTP id A4B3437B405; Thu, 30 Aug 2001 09:45:55 -0700 (PDT) (envelope-from mike@coffee.q9media.com) Received: (from mike@localhost) by coffee.q9media.com (8.11.2/8.11.3) id f7UGjEX82510; Thu, 30 Aug 2001 12:45:14 -0400 (EDT) (envelope-from mike) Date: Thu, 30 Aug 2001 12:45:14 -0400 From: Mike Barcroft To: Dima Dorfman Cc: Joseph Mallett , "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/ftp fetch.c Message-ID: <20010830124514.B80938@coffee.q9media.com> Mail-Followup-To: Mike Barcroft , Dima Dorfman , Joseph Mallett , "Andrey A. Chernov" , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <20010830130536.A75112@NewGold.NET> <20010830132612.4952B3E2F@bazooka.unixfreak.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010830132612.4952B3E2F@bazooka.unixfreak.org>; from dima@unixfreak.org on Thu, Aug 30, 2001 at 06:26:07AM -0700 Organization: The FreeBSD Project Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dima Dorfman writes: > Why does ftp(1) have HTTP capability, anyway? I think the only reason > someone would use it instead of fetch(1) is when they want an > interactive interface, which ftp(1) provides for FTP, but not HTTP. > If it really does need HTTP capability for some reason, it should > really use fetch(3). Why duplicate code when it's not necessary? It was originally from NetBSD's ftp(1), I believe. I also don't see the need for duplicate functionality here. But since we will eventually be using lukemftp (aka NetBSD's ftp(1)) anyway, there's no point in removing the functionality. Best regards, Mike Barcroft To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message