From owner-freebsd-questions@FreeBSD.ORG Tue Sep 9 12:47:20 2003 Return-Path: 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 CF00916A4BF for ; Tue, 9 Sep 2003 12:47:20 -0700 (PDT) Received: from out005.verizon.net (out005pub.verizon.net [206.46.170.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9131143F93 for ; Tue, 9 Sep 2003 12:47:19 -0700 (PDT) (envelope-from mike@pcmedx.com) Received: from duron.pcmedx.com ([4.46.22.189]) by out005.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030909194718.PDFS15786.out005.verizon.net@duron.pcmedx.com>; Tue, 9 Sep 2003 14:47:18 -0500 Received: from localhost (localhost [127.0.0.1]) by duron.pcmedx.com (Postfix) with ESMTP id 17F1FACA1; Tue, 9 Sep 2003 12:47:18 -0700 (PDT) Received: from mike (mike.pcmedx.com [192.168.240.244]) by duron.pcmedx.com (Postfix) with SMTP id 669D0AC56; Tue, 9 Sep 2003 12:47:17 -0700 (PDT) Message-ID: <001801c3770b$2ea90400$f4f0a8c0@pcmedx.com> From: "Mike Maltese" To: "FreeBSD Questions" References: Date: Tue, 9 Sep 2003 12:47:20 -0700 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 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Virus-Scanned: by amavisd (http://www.amavis.org) and f-prot (http://www.f-prot.com) at pcmedx.com X-Authentication-Info: Submitted using SMTP AUTH at out005.verizon.net from [4.46.22.189] at Tue, 9 Sep 2003 14:47:18 -0500 cc: Incredible Networks Subject: Re: Best FTPD... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2003 19:47:20 -0000 I rather like ProFTPd. It's very robust, highly configurable, and should be capable of the requirements you've listed. http://www.proftpd.org ----- Original Message ----- From: "Incredible Networks" To: "FreeBSD Questions" Sent: Tuesday, September 09, 2003 12:18 PM Subject: Best FTPD... > Hi, > > I need an FTP Server for FreeBSD 4.8 that complies with the following: > > 1. Anonymous (Read Only) and Authenticated (Read/Write) Access > 2. Listens on multiple Interfaces (one for anynomous) > 3. Anonymous Access redirect to specific location (partition) > 4. Cannot Browse root (cd /) and expose directory structure (folders) > 5. Can support Active Transfers (not passive) > 6. Fast and Robust > > > Any suggestions would be greatly appreciated, and installation pointers > (configuration) would even be better! > > Currently running FTPD (Standard FreeBSD FTPD), but you can browse the whole > server. :(