FileZilla не может подключиться к локальному FTP-серверу и отображает журналы ошибок на своем сервере

FileZilla не может подключиться к локальному FTP-серверу и отображает журналы ошибок на своем сервере

Я использую FTP-сервер на Windows 8.1 Pro с IIS. Он работает хорошо. Но сегодня он показывает журналы ошибок, которые ожидающие ошибки циклически повторяются, как показано ниже. Основная ошибка — Retrieving directory listing.... Мой корневой каталог — D:\. Я могу получить к нему доступ из Chrome на мобильном устройстве и ПК.

Status  :   Connecting to 192.168.1.38:21...
Status  :   Connection established, waiting for welcome message...
Status  :   Insecure server, it does not support FTP over TLS.
Status  :   Logged in
Status  :   Retrieving directory listing...
Command :   PWD
Response:   257 "/" is current directory.
Command :   TYPE I
Response:   200 Type set to I.
Command :   PASV
Response:   227 Entering Passive Mode (171,100,164,212,39,145).
Command :   LIST
Response:   150 Opening BINARY mode data connection.
Error   :   The data connection could not be established: ETIMEDOUT - 
            Connection attempt timed out
Response:   550-Data channel timed out.
Response:   Win32 error: The network connection was aborted by the local 
            system. 
Response:   Error details: Data channel timed out.
Response:   550 End
Error   :   Failed to retrieve directory listing
Status  :   Retrieving directory listing...
Command :   CDUP
Response:   250 CDUP command successful.
Command :   PWD
Response:   257 "/" is current directory.
Command :   PASV
Response:   227 Entering Passive Mode (171,100,164,212,39,169).
Command :   LIST
Response:   150 Opening BINARY mode data connection.
Error   :   The data connection could not be established: ETIMEDOUT - 
            Connection attempt timed out
        .
        .
        .
  going forever

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