[5] Comentário enviado por
Iron Fist em 07/04/2007 - 17:20h:
Olá pessoal, estou com uma dúvida, é o seguinte. Eu configurei o meuservidor ftp, mas ele não está aceitando conexões, se for pelo Browser, ele fica sempre pedindo a senha, se for pelo Linux, com o comando ftp ele fala Login Failed. Não estou entendendo o que está acontecendo pois em outro servidor que fiz a instalação do aplicativo (no Suse 9.3 deu certo) e neste que é o Slackware 11.0 tá dando errado.
Vou postar a configuração:
ServerName "Slackware.DBINFOR"
#ServerType inetd
ServerType standalone
DefaultServer on
Port 21
Umask 011
SystemLog /var/log/proftpd.log
MaxInstances 20
# Set the user and group under which the server will run.
User nobody
Group nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Normally, we want files to be overwriteable.
AllowOverwrite on
# Bar use of SITE CHMOD by default
<Limit SITE_CHMOD>
DenyAll
</Limit>
# A basic anonymous configuration, no upload directories. If you do not
# want anonymous users, simply delete this entire <Anonymous> section.
<Anonymous />
User ftp
Group ftp
AnonRequirePassword off
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
# Limit the maximum number of anonymous logins
MaxClients 1
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
<Limit LOGIN>
AllowAll
</Limit>
<Limit WRITE>
#DenyAll
AllowAll
</Limit>
</Anonymous>
E outra, no AnonRequirePassword, se eu logar como anônimo, ele também me pede a senha. Não estou entendendo...
Por favor, se puderem me ajudem por favor.
Desde já agradeço.