Date: Thu, 23 Jan 2003 09:58:57 -0500 From: Bill Moran <wmoran@potentialtech.com> To: Tomas Palfi <tpalfi@phoenixmedical.co.uk> Cc: "FreeBSD. ORG (E-mail)" <freebsd-stable@FreeBSD.ORG> Subject: Re: ftp Message-ID: <3E300331.5080902@potentialtech.com> References: <310AB5D4144D3F4ABC8E6985ACEC2E570C58CA@indy.enzo.phoenixmedical.co.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3E300331.5080902>