From owner-freebsd-questions@FreeBSD.ORG Thu Jul 3 15:47:19 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 7EAD337B401 for ; Thu, 3 Jul 2003 15:47:19 -0700 (PDT) Received: from snickers.hotpop.com (snickers.hotpop.com [204.57.55.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC3EF44005 for ; Thu, 3 Jul 2003 15:47:18 -0700 (PDT) (envelope-from kitbsdlists@HotPOP.com) Received: from hotpop.com (kubrick.hotpop.com [204.57.55.16]) by snickers.hotpop.com (Postfix) with SMTP id C810772462 for ; Thu, 3 Jul 2003 22:47:09 +0000 (UTC) Received: from fortytwo. (ip68-109-49-234.lu.dl.cox.net [68.109.49.234]) by smtp-2.hotpop.com (Postfix) with SMTP id F402D1800C6; Thu, 3 Jul 2003 22:47:12 +0000 (UTC) Date: Fri, 4 Jul 2003 18:46:21 -0500 From: Vulpes Velox To: Per olof Ljungmark Message-Id: <20030704184621.709e7824.kitbsdlists@HotPOP.com> In-Reply-To: <3F04AB61.2010405@intersonic.se> References: <3F04AB61.2010405@intersonic.se> X-Mailer: Sylpheed version 0.8.10claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-HotPOP: ----------------------------------------------- Sent By HotPOP.com FREE Email Get your FREE POP email at www.HotPOP.com ----------------------------------------------- cc: freebsd-questions@freebsd.org Subject: Re: Opinions on ftp-server 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: Thu, 03 Jul 2003 22:47:19 -0000 On Fri, 04 Jul 2003 00:17:05 +0200 Per olof Ljungmark wrote: > Hi all, > > Not being entirely satisfied with the stock ftpd (i'm running > 4.6/4.7-REL) I'm interested in hearing some opinions on alternatives. > > Access is for clients editing webpages, no anonymous. Number of users is > low so authorization through passwd is fine. > > Stability and security is what I'm after. AFAIK there is no anonymous by defualt... To make a user have ftp only access what you need to do is create a new user, but give that user a shell that does not exist. This shell must be listed in /etc/shells to.