FileZilla는 로컬 FTP 서버에 연결할 수 없으며 해당 서버에 오류 로그를 표시합니다.

FileZilla는 로컬 FTP 서버에 연결할 수 없으며 해당 서버에 오류 로그를 표시합니다.

IIS가 설치된 Windows 8.1 Pro에서 FTP 서버를 실행하고 있습니다. 잘 작동합니다. 그런데 오늘은 아래와 같은 보류 오류 루프에 대한 오류 로그가 표시됩니다. 주요 오류는 약 입니다 Retrieving directory listing.... 내 루트 디렉토리는 입니다 D:\. 모바일과 PC의 크롬에서 접속이 가능합니다.

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

관련 정보