From owner-freebsd-questions Thu Sep 16 3:54:53 1999 Delivered-To: freebsd-questions@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 6B97414ECE for ; Thu, 16 Sep 1999 03:54:44 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 11RZ99-000FSX-00; Thu, 16 Sep 1999 12:52:11 +0200 From: Sheldon Hearn To: Evren Yurtesen Cc: Ferhat Doruk , freebsd-questions@FreeBSD.ORG Subject: Re: FTP Servers In-reply-to: Your message of "Thu, 16 Sep 1999 13:25:46 GMT." <37E0EFD9.8EA36C51@ispro.net.tr> Date: Thu, 16 Sep 1999 12:52:11 +0200 Message-ID: <59428.937479131@axl.noc.iafrica.com> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 16 Sep 1999 13:25:46 GMT, Evren Yurtesen wrote: > Is it possible to limit bandwidth usage for anonymous users? It is possible to throttle bandwidth for a class of service using dummynet(4). But if your anonymous users and your named useres are all connecting to the same port, then there probably isn't an easy way to do this. Perhaps one of the 3rd-party ftp daemons offer you that. Have a look. :-) > and also is it possible to have different kinds of access lists ? for > example I do not want any file to be downloaded from /etc directory > even that person can see that directory... is this possible with the > standart ftpd which comes with FreeBSD? The suggestions I gave you would make it impossible for your users to even _see_ the /etc directory, let alone grab files from it. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message