From owner-freebsd-questions Fri Aug 30 4:23:20 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F075137B400 for ; Fri, 30 Aug 2002 04:23:17 -0700 (PDT) Received: from perimeter.co.za (obelix.perimeter.co.za [209.212.102.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id E652443E75 for ; Fri, 30 Aug 2002 04:23:14 -0700 (PDT) (envelope-from bsd@perimeter.co.za) Received: from PATRICK (gateway.mip.co.za [209.212.102.245]) (AUTH: LOGIN bsd@perimeter.co.za) by perimeter.co.za with esmtp; Fri, 30 Aug 2002 13:23:10 +0200 Message-ID: <006601c25017$cd209650$b50d030a@PATRICK> From: "Patrick O'Reilly" To: "magudexter" , misc@openbsd.org Cc: freebsd-questions@freebsd.org References: <20020830072248.84789.qmail@web20304.mail.yahoo.com> Subject: Re: a secure FTP server for BSD? Date: Fri, 30 Aug 2002 13:23:14 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "magudexter" > Hello! > > Can anyone recommend me a good(meaning secure and > reliable) FTP server for BSD? The pure-ftp server is > an option but still we haven't found any concurrent so > far(except for NcFTPd which comes with license). > Is the standard ftpd included with FreeBSD not good enough? I have never found a need to use any other personally. It is at /usr/libexec/ftpd , and you will find it is referenced by default in /etc/inetd.conf. If you want to enable it, just remove the leading # on the line, and do: # kill -HUP `cat /var/run/inetd.pid` See man ftpd for more info. Regards, Patrick O'Reilly. ___ _ __ / _ )__ __ (_)_ __ ___ _/ /____ __ / __/ -_) _) / ~ ) -_), ,-/ -_) _) /_/ \__/_//_/_/~/_/\__/ \__/\__/_/ http://www.perimeter.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message