>конфиг в студию
Вот мой конфиг:
ServerName "Hostel5 FTP Server"
ServerAdmin xaknix@vth.ru
ServerType standalone
DefaultServer on
ServerIdent off
RootLogin on
Port 21
Umask 022
User ftp
Group ftp
MaxInstances 30
MaxClients 10 "Limit kolichestva soedinenii s serverom dostignut"
MaxClientsPerHost 3 "%m klienta uje podklucheni s vashego hosta"
MaxLoginAttempts 3 "Slishkom mnogo popitok voiti"
#UseHostsAllowFile /etc/proftpd.allow
#UseHostsDenyFile /etc/proftpd.deny
TimeoutIdle 180
TimeoutLogin 120
TimeoutNoTransfer 360
TimeoutStalled 640
#RateReadBPS 204800
#RateReadHardBPS on
AccessDenyMsg "ATTENTION!!! ALL CONNECTIONS LOGED!!!"
AccessGrantMsg "Now apload/download files!!!"
DisplayGoAway "Access Denied!!!"
DefaultRoot /var/ftp wheel
DefaultRoot /var/ftp users
SyslogLevel notice
UseReverseDNS off
TransferLog /var/log/ftp/proftpd-tran.log
ExtendedLog /var/log/ftp/proftpd-ext.log
SystemLog /var/log/ftp/proftpd-error.log
# Normally, we want files to be overwriteable.
#AllowOverwrite on
<Directory /var/ftp>
AllowOverwrite on
</Directory>
# A basic anonymous configuration, no upload directories. If you do not
# want anonymous users, simply delete this entire <Anonymous> section.
<Anonymous /var/ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 20
MaxClientsPerHost 3
# DisplayLogin welcome.msg
# DisplayFirstChdir .message
<Limit LOGIN>
DenyAll
</Limit>
<Limit WRITE /upload>
AllowAll
</Limit>
</Anonymous>