I have tried to configure ProFTP to allow a FTP access to anly one
USER. Somone can help me to give me an example or tell me
where are my mistakes in my config file ??
Thanksssssssssssssssss
------------------proftp.conf---------------------------------------------- ServerName "SirenaCorp FTPserver on Melkor" <Directory /var/www/html/*> <Global>
AllowStoreRestart on
Umask 022
MaxInstances 30
PersistentPasswd off
MaxClients 2
MaxLoginAttempts 2
DeferWelcome on
DefaultRoot /var/www/html
User zerocool
Group zerocool
AllowOverwrite yes
<Limit ALL>
Deny from all
AllowUser zerocool
</Limit>
</Directory>
</Global>
---------------------------------------------------------------------------