romeome trafiks vzgudav ipfw-ti (ipfirewall, FreeBSD)
quote from
http://www.wu-ftpd.org/examples/" ftpd stops accepting connections when a lot of connections come in.
This is a feature of inetd, not ftpd. Inetd will limit the amount of connections that can be made to a service per minute. Some versions allow to specify this amount in inetd.conf, by specifying it in the nowait flag, like :
ftp stream tcp nowait.256 root /usr/sbin/ftpd ftpd -a
which will allow 256 connections per minute. Check the manpage for inetd"
quote from
http://www.wu-ftpd.org/man/ftpaccess.html"data-limit [<raw>] <in|out|total> <count> [<class>]
Limit the number of data bytes a user in the given
class may transfer. The limit may be place on bytes
in, out or total. If no class is specified, the
limit is the default for classes which do not have a
limit specified. The optional raw parameter applies
the limit to total traffic rather than just data
files."
saertod man brzaneba ascorebs...
magalitad
$ man ftpaccess
an
$ man ftpd