#If you're using date dirs (yuck)
#message .message cwd=/incoming/0*/*
#message .message cwd=/incoming/1*/*

#If you're using categories
message .message cwd=/incoming/games/*
message .message cwd=/incoming/utils/*

#message .message cwd=/reqs/*
#message /misc/welcome.txt login
#message /misc/weektop.txt cwd=/incoming
#message /misc/new.txt cwd=/incoming/0???
#message /misc/new.txt cwd=/incoming/1???

loginfails 2

class   local   real,guest,anonymous *.domain 0.0.0.0 
class   remote  real,guest,anonymous *

#these paths are relative to the true root
limit   local   20  Any                 /etc/msgs/msg.toomany
limit   remote  20 SaSu|Any1800-0600   /etc/msgs/msg.toomany
limit   remote  20  Any                 /etc/msgs/msg.toomany

readme  README*    login
readme  README*    cwd=*


compress        no             local remote
tar             no             local remote

# allow use of private file for SITE GROUP and SITE GPASS?
private         no

# passwd-check  <none|trivial|rfc822>  [<enforce|warn>]
passwd-check    rfc822  warn

log commands anonymous,guest,real
log transfers anonymous,guest,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      guest,anonymous               # chmod permission?
umask           no      guest,anonymous               # umask permission?

# specify the upload directory information
upload  /    *             no
upload  /incoming * yes 

# 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

# nodupecheck dirs (daemon will not dupecheck these dirs)
#nodupecheck /reqs/
#nodupecheck /requests/
#nodupecheck /test/

# creditonly dirs (gives credits * multiplier, but no weekly,alltime,daily bytes)
creditonly /reqs/ 5
#creditonly /requests/ 5
#creditonly /test/ 0

# freedl dirs (dl all you want, no credit subtraction )
#freedl /free/

#ziptagdir dirs (tag all zipfiles with tagfile(s))
#ziptagdir /incoming/Games/
#ziptagdir /incoming/Utils/
#ziptagdir /test/

#ziptagfile file (insert these files into zips uploaded to daemon)
#ziptagfile /misc/rFtpd.nfo
#ziptagfile /misc/firewire.nfo
#ziptagfile /misc/DA.nfo

#zipcommentfile file (add this ascii to zip comment)
#zipcommentfile /misc/firewire.tag



#The name of your site, don't put spaces
SITE_NAME_LONG MySiteName

#The abbreviation for your site, 3 chars max
SITE_NAME_SHORT MSN

#The log file paths are relative to the site root
PATH_DUPELOG /log/dupe.log
PATH_DIRLOG /log/lastdirs.log
PATH_WHOLOG /log/who.log
PATH_NUKELOG /log/nuke.log

#Create these text files if you want to override the default output
#These paths are relative to the site root
PATH_HELP_SITEOP /misc/morehelp.txt
PATH_KENO_HELP /misc/keno.txt
PATH_USERTOP /misc/usertop.txt
PATH_GROUPTOP /misc/grouptop.txt
PATH_WEEKTOP /misc/weektop.txt
PATH_HELP /misc/help.txt
PATH_LOGOFF /misc/logoff.txt
PATH_RULES /misc/rules.txt

#where is your site
PATH_SITEDIR /home/reanimtr/site/

#make sure these two are just PATH_SITEDIR/etc/passwd,group
PATH_ALTPASSWD /home/reanimtr/site/etc/passwd
PATH_ALTGROUP /home/reanimtr/site/etc/group

#where do you want to keep daemon files
#these are all relative to true root
PATH_DAEMONDIR /home/reanimtr/
PATH_XFERLOGBIN /home/reanimtr/log/xferlog.bin
PATH_FLAGDIR /home/reanimtr/etc/flags
PATH_FTPUSERS /home/reanimtr/etc/ftpusers
PATH_CVT /home/reanimtr/etc/ftpconversions
PATH_PRIVATE /home/reanimtr/etc/ftpgroups
PATH_PIDNAMES /home/reanimtr/etc/ftp.pids-%s
PATH_XFERLOG /home/reanimtr/log/xferlog
PATH_FTPHOSTS /home/reanimtr/etc/ftphosts


#don't change this
PATH_FTPACCESS /etc/rftpdaccess

