quando estou me conectando ao meu servidor usando o filezilla, ele traz esse erro

quando estou me conectando ao meu servidor usando o filezilla, ele traz esse erro
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Command:    USER ewemwa.org
Response:   331 User ewemwa.org OK. Password required
Command:    PASS *************
Response:   530 Login authentication failed
Error:  Critical error: Could not connect to server
Status: Disconnected from server
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/" is your current location
Command:    TYPE I
Response:   200 TYPE is now 8-bit binary
Command:    PASV
Response:   227 Entering Passive Mode (192,185,115,188,132,70)
Command:    MLSD
Response:   150 Accepted data connection
Response:   421 chdir: Permission denied
Error:  Failed to retrieve directory listing
Error:  GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Error:  Could not read from socket: ECONNABORTED - Connection aborted
Error:  Disconnected from server
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/" is your current location
Command:    TYPE I
Response:   200 TYPE is now 8-bit binary
Command:    PASV
Response:   227 Entering Passive Mode (192,185,115,188,195,68)
Command:    MLSD
Response:   150 Accepted data connection
Response:   421 chdir: Permission denied
Error:  Failed to retrieve directory listing
Error:  GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Status: Disconnected from server: ECONNABORTED - Connection aborted
Status: Disconnected from server
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing of "/"...
Command:    CWD /
Response:   550 Can't change directory to /: Permission denied
Error:  Failed to retrieve directory listing
Status: Disconnected from server
Status: Resolving address of ftp.ewemwa.org
Status: Connecting to 192.185.115.188:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Logged in
Status: Retrieving directory listing of "/"...
Command:    CWD /
Response:   550 Can't change directory to /: Permission denied
Command:    PWD
Response:   257 "/" is your current location
Command:    TYPE I
Response:   200 TYPE is now 8-bit binary
Command:    PASV
Response:   227 Entering Passive Mode (192,185,115,188,152,114)
Command:    MLSD
Response:   150 Accepted data connection
Response:   421 chdir: Permission denied
Error:  Failed to retrieve directory listing
Error:  GnuTLS error -110: The TLS connection was non-properly terminated.
Status: Server did not properly shut down TLS connection
Status: Disconnected from server: ECONNABORTED - Connection aborted

Responder1

Seu servidor não permite acesso ao /diretório:

Response:   550 Can't change directory to /: Permission denied

Existem duas causas prováveis ​​para isso:

  • A julgar pelo IP por trás do nome do host, parece que o serviço FTP é fornecido por um provedor de hospedagem. Você seguiu as instruções sobre como usar o serviço FTP? Você pode precisar acessar um diretório como /users/username/webou algo assim.

  • Já que você disse especificamente que éseuserver: Nesse caso, presumo que sua conta de usuário tenha as permissões corretas de sistema de arquivos para acessar arquivos /. Nesse caso, provavelmente se trata de um erro de configuração no serviço FTP. O log do serviço FTP deve fornecer mais informações e é impossível resolver esse problema sem saber qual software o servidor está usando.

informação relacionada