ServerName "Sexyman's FTP"
ServerAdmin [email protected]
ServerIdent off "Come on!"
IdentLookups off
UseReverseDNS off
Port 21
TimesGMT off
MaxInstances 10
MaxLoginAttempts 3
TimeoutLogin 300
TimeoutNoTransfer 300
User nobody
Group nobody
DefaultTransferMode ascii
AllowForeignAddress on
AllowRetrieveRestart on
RateReadBPS 30000
RateReadHardBPS off
RateReadFreeBytes 0
AllowStoreRestart on
RateWriteBPS 30000
RateWriteHardBPS off
RateWriteFreeBytes 0
DeleteAbortedStores on
<Directory /*>
AllowOverwrite off
</Directory>
#--- End of the global configuration ---#
<Anonymous /home/ftp/anonymous>
User anonymous
Group anonymous
AnonRequirePassword off
MaxClients 20 "No more anonymous users allowed, hosting %m users"
DisplayLogin welcome.msg
DisplayFirstChdir directory.msg
<Limit WRITE>
DenyAll
</Limit>
<Directory /home/ftp/anonymous/incoming/*>
AllowOverwrite on
<Limit STOR RETR APPE WRITE>
AllowAll
</Limit>
<Limit DELE SITE_CHMOD>
DenyAll
</Limit>
</Directory>
</Anonymous>