home *** CD-ROM | disk | FTP | other *** search
- loginfails 2
-
- class local real,guest,anonymous *.domain 0.0.0.0
- class remote real,guest,anonymous *
-
- limit local 20 Any /etc/msgs/msg.toomany
- limit remote 100 SaSu|Any1800-0600 /etc/msgs/msg.toomany
- limit remote 60 Any /etc/msgs/msg.toomany
-
- readme README* login
- readme README* cwd=*
-
- message /welcome.msg login
- message .message cwd=*
-
- compress yes local remote
- tar yes local remote
-
- # allow use of private file for SITE GROUP and SITE GPASS?
- private yes
-
- # passwd-check <none|trivial|rfc822> [<enforce|warn>]
- passwd-check rfc822 warn
-
- log commands real
- log transfers anonymous,real inbound,outbound
- shutdown /etc/shutmsg
-
- # all the following default to "yes" for everybody
- delete no guest,anonymous # delete permission?
- overwrite no guest,anonymous # overwrite permission?
- rename no guest,anonymous # rename permission?
- chmod no anonymous # chmod permission?
- umask no anonymous # umask permission?
-
- # specify the upload directory information
- upload /var/ftp * no
- upload /var/ftp /incoming yes root daemon 0600 dirs
- upload /var/ftp /bin no
- upload /var/ftp /etc no
-
- # directory aliases... [note, the ":" is not required]
- alias inc: /incoming
-
- # cdpath
- cdpath /incoming
- cdpath /pub
- cdpath /
-
- # path-filter...
- path-filter anonymous /etc/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^-
- path-filter guest /etc/pathmsg ^[-A-Za-z0-9_\.]*$ ^\. ^-
-
- # specify which group of users will be treated as "guests".
- guestgroup ftponly
-
- email user@hostname
-