From owner-freebsd-questions Wed May 31 7: 9:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 7422F37B58D for ; Wed, 31 May 2000 07:09:45 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.14 #1) id 12x9B8-000Clb-00; Wed, 31 May 2000 16:09:02 +0200 Date: Wed, 31 May 2000 16:09:02 +0200 From: Marc Silver To: Massimo De Giorgi Cc: FreeBSD Questions Subject: Re: setting up an ftp server Message-ID: <20000531160902.W2219@draenor.org> References: <000301bfcb09$515da8e0$71b92397@oemcomputer> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000301bfcb09$515da8e0$71b92397@oemcomputer>; from madg66@libero.it on Wed, May 31, 2000 at 04:03:57PM +0200 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG You don't need to run DNS to run a FTP Service. All you need to do is make sure for instance that you have the following line uncommented in /etc/inetd.conf ftp stream tcp nowait root /usr/libexec/ftpd ftpd -l -l (note the two -l's at the end for extra logging). Then just make sure that inetd is running and you'll have an FTP service. :) Try man ftpd for more information. If you don't want to use the standard FTPd, then look at some of the FTPd in the ports section or at NcFTPd (www.ncftpd.com). Cheers, Marc On Wed, May 31, 2000 at 04:03:57PM +0200, Massimo De Giorgi wrote: > Hello > > I'd like to make my freebsd system work as an ftp server. > Do I need to install a DNS service too? ftpd and ppp > man pages say nothing about it. This is a standalone system > and I don't need to forward packets etc.., I just want to be able to > receive ftp calls via modem. > > Bye. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message