add example "limit" command

This commit is contained in:
lukem 2000-01-08 13:17:17 +00:00
parent 5a458d0c73
commit fb456363d7
1 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: ftpd.conf,v 1.2 1999/12/26 09:38:47 lukem Exp $
# $NetBSD: ftpd.conf,v 1.3 2000/01/08 13:17:17 lukem Exp $
#
# example /etc/ftpd.conf
@ -22,6 +22,11 @@ upload guest off
rateget slowmo 5k
rateput slowmo 5k
# Limit the number of simultaneous `foo' class connections to 50,
# and display /etc/ftptoomany when this limit is reached
#
limit foo 50 ftptoomany
# Support automatic conversions.
# (For anonymous connections, ~ftp/usr/bin should be a symlink to ~ftp/bin,
# and gzip and tar should exist in the latter directory.)