Estoy intentando conectarme a mi servidor ftp pero obtengo
Status: Disconnected from server
Status: Connecting to 127.0.0.1:21...
Status: Connection established, waiting for welcome message...
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/home/jenia" is the current directory
Command: TYPE I
Response: 200 Switching to Binary mode.
Command: PASV
Response: 227 Entering Passive Mode (127,0,0,1,240,11).
Command: LIST
Response: 150 Here comes the directory listing.
Error: Connection closed by server
Error: Failed to retrieve directory listing
No entiendo cuál es el problema en términos de establecer una conexión entre mi cliente ftp (Filezilla) y mi servidor.
Todo esto contrasta con cuando apagué vsftpd
:
Status: Connecting to 127.0.0.1:21...
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to 127.0.0.1:21...
Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server".
Error: Could not connect to server
Porqué el Error: Failed to retrieve directory listing
?
Gracias de antemano.
PD: Me estoy conectando 127.0.0.1
porque tengo (probablemente) el mismo problema en mi teléfono Android y decidí probar Filezilla para comenzar a investigar el problema.