활성 모드를 통해 FTP 서버에 연결할 수 없습니다.
Filezilla with Active mode setting
/*******************************************************************************/
Status: Connecting to xx.xx.xx.xx:21...
Status: Connection established, waiting for welcome message...
Error: Could not connect to server
Status: Waiting to retry...
Status: Connecting to xx.xx.xx.xx:21...
Status: Connection established, waiting for welcome message...
Error: Could not connect to server
/*******************************************************************************/
Windows Command Prompt (After disabling Passive mode in Internet Options)
/*******************************************************************************/
ftp> open
To xx.xx.xx.xx
Connected to xx.xx.xx.xx.
Connection closed by remote host.
ftp>
/*******************************************************************************/
포트 스캔을 통해 확인했는데 포트 21과 80이 열려 있습니다. 방화벽 예외를 추가하고 바이러스 백신을 비활성화했습니다.
서버 관리자의 업데이트: 그는 연결할 수 있으며 로그는 다음과 같습니다.
Status: Connecting to xx.xx.xx.xx:21...
Status: Connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER Username
Response: 331 Password required for Username.
Command: PASS ********
Response: 230-Welcome to ftp.site.com
Response: Access to this site is monitored and logged.
Response: Access is restricted to Authorized users only.
Response: If you are not authorized to access this service please disconnect now.
Response: If you encounter any problems, please send a mail to [email protected] for any problems with this service.
Response: 230 User Username logged in.
Command: SYST
Response: 215 Windows_NT
Command: FEAT
Response: 211-FEAT
Response: SIZE
Response: MDTM
Response: 211 END
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PORT 192,168,0,201,226,200
Response: 200 PORT command successful.
Command: LIST
Response: 150 Opening BINARY mode data connection for /bin/ls.
Response: 226 Transfer complete.
Status: Calculating timezone offset of server...
Command: MDTM Global.asax
Response: 213 20080825114103
Status: Timezone offset of server is -21600 seconds.
Status: Directory listing of "/" successful
업데이트: 마지막으로 서버 관리자는 문제를 조사하는 데 동의하고 연결에 사용되는 IP를 요청했습니다. 끝에서 변경된 후; 연결 및 로그인에 성공했지만 디렉터리 목록에 오류가 발생했습니다.
Status: Connecting to xx.xx.xx.xx:21...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Status: Server does not support non-ASCII characters.
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I.
Command: PORT 192,168,1,100,192,167
Response: 500 Invalid PORT Command.
Error: Failed to retrieve directory listing