From owner-freebsd-stable Thu Jan 23 6:59: 3 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4A64F37B401 for ; Thu, 23 Jan 2003 06:59:02 -0800 (PST) Received: from mail.adelphia.net (pa-plum1b-166.pit.adelphia.net [24.53.161.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57E2843F18 for ; Thu, 23 Jan 2003 06:58:56 -0800 (PST) (envelope-from wmoran@potentialtech.com) Received: from potentialtech.com ([172.16.0.95]) by mail.adelphia.net (8.12.3/8.12.3) with ESMTP id h0NF0Fko003029; Thu, 23 Jan 2003 10:00:16 -0500 (EST) (envelope-from wmoran@potentialtech.com) Message-ID: <3E300331.5080902@potentialtech.com> Date: Thu, 23 Jan 2003 09:58:57 -0500 From: Bill Moran User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.1) Gecko/20021127 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomas Palfi Cc: "FreeBSD. ORG (E-mail)" Subject: Re: ftp References: <310AB5D4144D3F4ABC8E6985ACEC2E570C58CA@indy.enzo.phoenixmedical.co.uk> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Tomas Palfi wrote: > to all, > > is there a way how to limit ftp anonymous users to only a certain period of time to be > logged in? say each anonymous ftp user would be able to connect and stay connected for > a limited period of time and then the system would logged it out. [please wrap lines to a reasonable length] Use the -t option when you start ftpd. See the ftpd man page for details. If you're starting ftpd from inetd, just add the -t option to the line in /etc/inetd.conf file that starts ftpd. -- Bill Moran Potential Technologies http://www.potentialtech.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message