Desconectado do servidor: ECONNABORTED - Conexão anulada

1

Eu tento conectar-me ao meu FTP, mas recebo esse erro e não consigo ver meus arquivos. Eu corro um servidor Debian 8 e uso VSFTPD para FTP.

meu vsftpd.conf tem a seguinte linha:

allow_writeable_chroot=YES

O modo de transferência no Filezilla está ativo.

Este é o erro que recebo no filezilla:

Status: Disconnected from server
Status: Connecting to {ip}:21...
Status: Connection established, waiting for welcome message...
Status: Initializing TLS...
Status: Verifying certificate...
Status: TLS connection established.
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/"
Command:    TYPE I
Response:   200 Switching to Binary mode.
Command:    PORT 10,206,61,154,216,42
Response:   500 Illegal PORT command.
Command:    PASV
Response:   227 Entering Passive Mode ({ip},242,183).
Command:    LIST
Response:   150 Here comes the directory listing.
Error:  GnuTLS error -15: An unexpected TLS packet was received.
Error:  Disconnected from server: ECONNABORTED - Connection aborted
Error:  Failed to retrieve directory listing
Error:  Connection timed out after 20 seconds of inactivity
Error:  Could not connect to server

Isso é o que recebo no meu log VSFTPD:

Fri May 12 12:09:48 2017 [pid 17474] CONNECT: Client "::ffff:194.104.70.4"
Fri May 12 12:09:48 2017 [pid 17473] [allviddie] OK LOGIN: Client "::ffff:194.1$
    
por Jeroen de Beer 12.05.2017 / 12:37

0 respostas

Tags