Ver Resposta Única
Antigo 15-07-2004, 11:27   #1 (permalink)
Padrão Servidor PROFTPD não aceita conexão...

Bom Dia amigos,



Estou enfrentando um problema com meu servidor Proftpd... reinstalei meu servidor e voltei os backups mas o FTP Server não carrega mais. já verifiquei o arquivo proftpd.conf, que antes da instalação funcionava normalmente...
Com base no meu arquivo conf, será q alguém poderia me dar uma força?

Obs: onde aparecer "server_name" são mensagens customisadas com o nome de meu servidor...


# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD server_name"
ServerType standalone
DefaultServer on
ServerAdmin root@server_name.net
SyslogFacility auth

# Allow FTP resuming.
# Remember to set to off if you have an incoming ftp for upload.
AllowStoreRestart on

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

MaxInstances 10

# Set the user and group under which the server will run.
User nobody
Group nogroup


# Normally, we want files to be overwriteable.
DefaultRoot ~
DefaultRoot ~
<Directory /home>
AllowOverwrite on
AllowAll
</Directory>

# Needed for NIS.

PersistentPasswd off

# Default root can be used to put users in a chroot environment.
# As an example if you have a user foo and you want to put foo in /home/foo
# chroot environment you would do this:
#
# DefaultRoot /home/foo foo
<Global>
DefaultRoot ~
RootLogin off
AnonymousGroup "ftp ftpusers"
AuthAliasOnly on
MaxLoginAttempts 10
UseFtpUsers on
</Global>
RootLogin on
AuthAliasOnly on
DisplayConnect ""FTP server_name!!""
DisplayGoAway ""SERVIDOR OCUPADO - TENTE MAIS TARDE!""
DisplayLogin ""server_name."
DisplayQuit ""server_name... ""
<Anonymous /temp>
DeleteAbortedStores on
LoginPasswordPrompt on
AllowAll
RequireValidShell on
UseFtpUsers off
RootLogin on
AnonRequirePassword on
AuthAliasOnly on
DisplayGoAway ""SERVIDOR OCUPADO! TENTE MAIS TARDE!""
DisplayLogin ""server_name!!!"""
DisplayQuit "BYE"
</Anonymous>
UseFtpUsers off

Se alguém tiver alguma dica...



Abraços.


Fábio.
__________________
FabioRB
FabioRB
 
Avatar de FabioRB
 
Registrado em: Oct 2003
Posts: 24
Agradeceu: 0
Agradecido 0 vez(es) em 0 Posts
Reputação: 0 FabioRB
Enviar mensagem via ICQ para FabioRB Enviar mensagem via Windows Live Messenger para FabioRB
FabioRB está offline