Код: Выделить всё
[ebuild R ] net-ftp/proftpd-1.3.0-r1 USE="acl authfile ncurses pam ssl tcpd -clamav -hardened -ifsession -ipv6 -ldap -mysql -noauthunix -opensslcrypt -postgres -radius -rewrite (-selinux) -shaper -sitemisc -softquota -vroot -xinetd" 0 kBИ что бы я не делал невозможно дать пользователям анонимный вход, в логах вот что:
Код: Выделить всё
Sep 20 15:52:49 shrikes proftpd[7690]: shrikes.dod.ua (10.222.114.90[10.222.114.90]) - mod_delay/0.5: delaying for 293 usecs
Sep 20 15:52:49 shrikes proftpd[7690]: shrikes.dod.ua (10.222.114.90[10.222.114.90]) - ftp: Directory /home/ftp/ is not accessible.
Sep 20 15:52:49 shrikes proftpd[7690]: shrikes.dod.ua (10.222.114.90[10.222.114.90]) - mod_delay/0.5: delaying for 20853 usecs
Sep 20 15:52:49 shrikes proftpd[7690]: shrikes.dod.ua (10.222.114.90[10.222.114.90]) - FTP session closed.Под обычным пользователем авторизоваться можно
У домашней директории пользователя ftp права 755
Вот кусок конфига, отвечающего за анонимный вход
Код: Выделить всё
<Anonymous /home/ftp>
User ftp
Group ftp
UserAlias anonymous ftp
MaxClients 10
DisplayLogin welcome.msg
DisplayFirstChdir .message
<Limit WRITE>
DenyAll
</Limit>
</Anonymous>Подскажите, что сюда можно добавить, чтобы все пошло хорошо!