Date: Fri, 18 May 2001 14:04:47 -0500 From: Lucas Bergman <lucas@slb.to> To: Charles E Hamilton III <musashi@darkscape.net> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: ftpd Message-ID: <20010518140447.B29486@billygoat.slb.to> 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 References: <1081.24.31.94.178.990211426.squirrel@secure.darkscape.net>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010518140447.B29486>