ServerName "FTP"
ServerType standalone
DefaultServer on
Port 21
Umask 022
MaxInstances 30
UseReverseDNS off
User nobody
Group nobody
DefaultRoot /home/ftp
<Directory /*>
AllowOverwrite on
</Directory>
<Anonymous /home/ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 10
MaxClientsPerHost 2 "Please don't open more than 2 sessions."
DisplayLogin welcome.msg
DisplayFirstChdir .message
RequireValidShell on
<Limit WRITE>
DenyAll
</Limit>
<Directory incoming>
AllowStoreRestart on
<Limit WRITE>
AllowALL
</Limit>
</Directory>
</Anonymous>