когда я подключаюсь к своему серверу с помощью FileZilla, возникает эта ошибка

когда я подключаюсь к своему серверу с помощью FileZilla, возникает эта ошибка
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

решение1

Ваш сервер не разрешает доступ к /каталогу:

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

Возможны две причины этого:

  • Судя по IP за именем хоста, похоже, что FTP-сервис предоставляется хостинг-провайдером. Вы следовали их инструкциям по использованию FTP-сервиса? Возможно, вам понадобится доступ к каталогу /users/username/webили что-то в этом роде.

  • Поскольку вы конкретно сказали, что этотвойсервер: В этом случае я бы предположил, что у вашей учетной записи пользователя есть необходимые разрешения файловой системы для доступа /. В этом случае, скорее всего, это ошибка конфигурации в службе FTP. Журнал службы FTP должен предоставить больше информации, и решить эту проблему невозможно, не зная, какое программное обеспечение использует сервер.

Связанный контент