From owner-freebsd-questions Sun Jan 14 18:18:11 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id SAA08702 for questions-outgoing; Sun, 14 Jan 1996 18:18:11 -0800 (PST) Received: from cwbone.bsi.com.br ([200.250.250.14]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id SAA08686 for ; Sun, 14 Jan 1996 18:17:49 -0800 (PST) Received: from cwbtwo (cwbtwo [200.250.250.2]) by cwbone.bsi.com.br (8.6.11/8.6.9) with SMTP id AAA25791; Mon, 15 Jan 1996 00:16:54 GMT Date: Mon, 15 Jan 1996 00:14:50 +0000 () From: Sergio Lenzi X-Sender: lenzi@cwbtwo To: Mike Evans cc: questions@FreeBSD.ORG Subject: Re: Anonymous FTP Server In-Reply-To: <199601140030.QAA29139@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG Precedence: bulk Hello Mike, I've done my anonymous ftp this way: 1) Make an account for ftp by doing vipw or adduser 2) in the directory home for ftp (/home/ftp) create bin pub 3) in the bin put the command ls (cp /bin/ls /home/ftp/bin) after that try ftp anonymous in the machine.... Sergio de Almeida Lenzi.