From owner-freebsd-questions Fri May 18 12: 4:36 2001 Delivered-To: freebsd-questions@freebsd.org Received: from dsl-64-193-218-89.telocity.com (dsl-64-193-218-89.telocity.com [64.193.218.89]) by hub.freebsd.org (Postfix) with SMTP id 8716B37B422 for ; Fri, 18 May 2001 12:04:30 -0700 (PDT) (envelope-from lucas@slb.to) Received: (qmail 22422 invoked by uid 1000); 18 May 2001 19:04:48 -0000 Date: Fri, 18 May 2001 14:04:47 -0500 From: Lucas Bergman To: Charles E Hamilton III Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftpd Message-ID: <20010518140447.B29486@billygoat.slb.to> Reply-To: lucas@slb.to References: <1081.24.31.94.178.990211426.squirrel@secure.darkscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <1081.24.31.94.178.990211426.squirrel@secure.darkscape.net>; from musashi@darkscape.net on Fri, May 18, 2001 at 08:43:46AM -1000 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 > Is there any way to configure the stock ftpd (the one included when > you install freebsd) to have a limit on the amount of concurrent > logins that a user can have? No. If you want to limit anonymous FTP use, and you don't want to use something like wu-ftpd (I don't blame you), you have options. For example, you can get one of the small, anonymous-only FTP daemons out there (or use the -A option to the stock ftpd) and give it a concurrency limit with inetd, tcpserver, etc. (If you still wanted to run non-anonymous FTP, you'd have to do something clever, though. Running on a different port or using some kind of "virtual host" setup come to mind.) Lucas To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message