From owner-freebsd-questions Tue Oct 14 22:14:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA17158 for questions-outgoing; Tue, 14 Oct 1997 22:14:37 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA17144 for ; Tue, 14 Oct 1997 22:14:29 -0700 (PDT) (envelope-from grog@freebie.lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id OAA07083; Wed, 15 Oct 1997 14:44:13 +0930 (CST) Message-ID: <19971015144413.61249@lemis.com> Date: Wed, 15 Oct 1997 14:44:13 +0930 From: Greg Lehey To: Robert Watson Cc: questions@FreeBSD.ORG Subject: Re: secure anonymous FTP References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.84e In-Reply-To: ; from Robert Watson on Tue, Oct 14, 1997 at 11:51:19PM -0400 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, Oct 14, 1997 at 11:51:19PM -0400, Robert Watson wrote: > > I wish to set up an anonymous ftp server that only serves anonymous users > -- i.e., it does not need to authenticate users using passwords ever, and > would live entirely chroot'd, hopefully. This would minimize the chances > of attacks using anonymous ftp; is there a daemon available that would fit > into this nitch or do I need to roll my own? man 8 ftpd Look at the -A option. Greg