From owner-freebsd-questions Tue Oct 14 23:05:08 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA20237 for questions-outgoing; Tue, 14 Oct 1997 23:05:08 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from attila.stevens-tech.edu (root@attila.stevens-tech.edu [155.246.14.11]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA20229 for ; Tue, 14 Oct 1997 23:05:03 -0700 (PDT) (envelope-from wweng@attila.stevens-tech.edu) Received: from attila.stevens-tech.edu (attila.stevens-tech.edu [155.246.14.11]) by attila.stevens-tech.edu (8.8.5/8.8.3.1) with SMTP id CAA16361 for ; Wed, 15 Oct 1997 02:04:58 -0400 (EDT) Date: Wed, 15 Oct 1997 02:04:57 -0400 (EDT) From: Wei Weng To: freebsd-questions Subject: Re: secure anonymous FTP In-Reply-To: <19971015144413.61249@lemis.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk But where can I put the options in? What file contains the start up of ftpd? ja ne ************************************************************ Wei Weng & A N NIIIM MEEEE * Box s-1398 & A A NN N I MM MM * Stevens Institute of Technology& A A N N N I M M MEEEE * Hoboken, NJ 07030 & AAAAAAAN NN I M M * wweng@stevens-tech.edu &A A NIIIM MEEEE * ************************************************************ On Wed, 15 Oct 1997, Greg Lehey wrote: > 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 >