ServerIdent On "Internet Information Server (FTP) 4.0" ServerAdmin coco@jamba.ku ServerName ftp.koko.jamba.kuku MaxClients 50 MaxLoginAttempts 10 AuthPAM off AuthPAMAuthoritative off DefaultRoot ~ <Directory /usr/home/> <Limit ALL> AllowAll </Limit> </Directory>
<Global> <Directory /> <Limit ALL> DenyUser !(юзеры) </Limit> </Directory>
</Global>
<Anonymous ~ftp> User ftp Group ftp UserAlias anonymous ftp MaxClients 10 RequireValidShell off # DisplayLogin welcome.msg # DisplayFirstChdir .message # DefaultRoot ~ftp <Limit LOGIN> Allow All </Limit>
<Limit WRITE> Deny All </Limit>
</Anonymous>
Буду признателен за ответ.