我多年來一直使用 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。我不知道為什麼伺服器變得......更慢。