or if you need a FTP server then this is a copy of the template fragment that I use
in /etc/e-smith/templates-custom/etc/proftpd.conf
I created
05MaxInstances
this contains
MaxInstances5
I also created
50AnonymousePrimary
this contains
{
#------------------------------------------------------------
# How to handle anonymous FTP logins: chroot to the primary files
# directory.
#------------------------------------------------------------
}
User public
Group public
UserAlias anonymous public
UserAlias ftp public
AnonRequirePassword on
UseFtpUsers on
MaxClients 5
DisplayLogin welcome.msg
DisplayFirstChdir .message
DenyAll
DenyAll