我有一臺具有完全訪問設置的虛擬主機服務器。 我是一名網站開發人員,所以FTP是我每天更新網站時使用的。 我正在使用FTP客戶端,設置服務器信息後,當我嘗試連接到 時,我收到了一個錯誤,同時FTP客戶端向服務器發送了「MLSD」命令。將FTP連接到服務器時出現「MLSD」命令錯誤
這裏是客戶端日誌:
Status: Resolving address of si****.co (edited)
Status: Connecting to 74.208.***.***:21... (edited)
Status: Connection established, waiting for welcome message...
Response: 220 ProFTPD 1.3.3e Server (ProFTPD) [74.208.***.***] (edited)
Command: USER si***** (edited)
Response: 331 Password required for si*****
Command: PASS ********
Response: 230 User si***** logged in
Command: SYST
Response: 215 UNIX Type: L8
Command: FEAT
Response: 211-Features:
Response: MDTM
Response: MFMT
Response: TVFS
Response: UTF8
Response: MFF modify;UNIX.group;UNIX.mode;
Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*;
Response: LANG en-US*;fr-FR;it-IT;ja-JP;ko-KR;ru-RU;zh-CN;zh-TW;bg-BG
Response: REST STREAM
Response: SIZE
Response: 211 End
Command: OPTS UTF8 ON
Response: 200 UTF8 set to on
Status: Connected
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is the current directory
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (74,208,*,*,149,88).
Command: MLSD
Error: Connection timed out
Error: Failed to retrieve directory listing
我不知道發生了什麼錯誤。我的其他FTP帳號不同的服務器工作在同一個FTP客戶端軟件好..
此問題的解決方案是..轉到站點管理器 - >傳輸設置..將「傳輸模式」從「默認」更改爲「活動」。 – Shahrukh 2012-06-10 00:28:57