+ Responder ao Tópico



  1. #1

    Padrão Proftpd com problema sério ....

    Preciso de ajuda urgente ... seguinte... meu proftpd ta dando merda agora
    Não consigo me conectar de jeito nenhum
    Abaixo vai o erro:

    220 ProFTPD 1.2.10 Server (servidor) [127.0.0.1]
    Name (localhost:root): usuario
    331 Password required for usuario.
    Password:
    421 Service not available, remote server has closed connection
    Login failed.
    No control connection for command: Success

    Proftpd+mysql

    Alguma sugestão?

  2. #2
    karfax
    Visitante

    Padrão Proftpd com problema sério ....

    Voce tem que olhar a RFC do ftp pra identificar o que exatamente é o codogo de erro 412 - Service Not available. (Serviço não disponível).
    Ou o daemon não está rodando, ou não está autorizado a rodar (xinetd?) ou está bloqueado em hosts.allow/hosts.deny

    Seria melhor voce tentar uma conexão via linha de comando.
    Por exemplo:

    [xxxx@host] ftp localhost

    Connected to localhost (127.0.0.1).
    220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------
    220-You are user number 1 of 50 allowed.
    220-Local time is now 07:16. Server port: 21.
    220-IPv6 connections are also welcome on this server.
    220 You will be disconnected after 15 minutes of inactivity.
    Name (localhost:xxxx): xxxx
    331 User xxxx OK. Password required
    Password:
    230-Your bandwidth usage is restricted
    230-User xxxxx has group access to: group1 xxxx group2
    230-This server supports FXP transfers
    230 OK. Current restricted directory is /
    Remote system type is UNIX.
    Using binary mode to transfer files.
    ftp>quit
    221-Goodbye. You uploaded 0 and downloaded 0 kbytes.
    221 Logout.
    [xxx@host /home]

    HTH,