저는 수년 동안 FileZilla FTP 클라이언트를 사용해 왔습니다. 현재 버전은 3.43.0입니다. 문제는 버전 3.XX를 사용하여 vsFTPd 2.0.7 서버를 사용하여 내 스토리지 -> netgear stora 중 하나에 연결할 수 없다는 것입니다(패시브 포트는 라우터에서 열립니다). 내가 얻은 오류는 다음과 같습니다.
Status: Resolving address of MY-IP
Status: Connecting to MY-IP:2121...
Status: Connection established, waiting for welcome message...
Response: 220 (vsFTPd 2.0.7)
Command: USER XXX
Response: 331 Please specify the password.
Command: PASS
Response: 530 Login incorrect.
Error: Critical error: Could not connect to server
동일한 컴퓨터에서 Windows ftp 클라이언트, WinSCP, 심지어 FileZilla v2를 사용하여 연결할 수 있습니다.
Status: Disconnected from server
Status: Connecting to MY-IP:2121 ...
Status: Connected with MY-IP:2121. Waiting for welcome message...
Response: 220 (vsFTPd 2.0.7)
Command: USER video
Response: 331 Please specify the password.
Command: PASS *********
Response: 230 Login successful.
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: EPRT
Response: EPSV
Response: MDTM
Response: PASV
Response: REST STREAM
Response: SIZE
Response: TVFS
Response: UTF8 OFF
Response: UTF8 ON
Response: 211 End
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/...."
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CDUP
Response: 250 Directory successfully changed.
Command: PWD
Response: 257 "/...."
Command: TYPE A
Response: 200 Switching to ASCII mode.
Command: PASV
Response: 227 Entering Passive Mode (XXX,XXX,XXX,XXX,XXX,XXX).
Command: LIST
Response: 150 Here comes the directory listing.
Response: 226 Directory send OK.
Status: Directory listing successful
Status: Retrieving directory listing...
Command: CWD XXX
Response: 250 Directory successfully changed.
Command: PWD
Response: 257 "/...."
Status: Directory listing successful
FileZilla3 옵션에서 "암호화" 탭을 일반 FTP만 사용(안전하지 않음)으로 설정했습니다.
확실하지 않지만 몇 주 전에는 작동하고 있었습니다. FTP 서버, 라우터 설정 등을 변경하지 않았습니다. 또한 FileZilla 버전을 이전 버전으로 다운그레이드하려고 시도했지만 성공하지 못했습니다. 어떤 아이디어?
미리 감사드립니다!
답변1
해결책을 찾은 것 같아요. FileZilla v.3 클라이언트 -> 설정 -> 연결 -> 제한 시간을 30~35초로 늘립니다. 왜 서버가 느려지는지 모르겠습니다.