wenn ich mich mit Filezilla mit meinem Server verbinde, kommt dieser Fehler

wenn ich mich mit Filezilla mit meinem Server verbinde, kommt dieser Fehler
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

Antwort1

Ihr Server erlaubt keinen Zugriff auf das /Verzeichnis:

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

Hierfür gibt es zwei wahrscheinliche Ursachen:

  • Gemessen an der IP hinter dem Hostnamen scheint der FTP-Dienst von einem Hosting-Anbieter bereitgestellt zu werden. Haben Sie die Anweisungen zur Verwendung des FTP-Dienstes befolgt? Möglicherweise müssen Sie auf ein Verzeichnis wie /users/username/webo. Ä. zugreifen.

  • Da Sie ausdrücklich gesagt haben, dass esdeinServer: In diesem Fall würde ich davon ausgehen, dass Ihr Benutzerkonto über die richtigen Dateisystemberechtigungen für den Zugriff verfügt /. In diesem Fall handelt es sich höchstwahrscheinlich um einen Konfigurationsfehler im FTP-Dienst. Das FTP-Dienstprotokoll sollte weitere Informationen bieten und es ist unmöglich, dieses Problem zu beheben, ohne zu wissen, welche Software der Server verwendet.

verwandte Informationen