【发布时间】:2012-04-21 20:07:20
【问题描述】:
我有一个可以完全访问设置的 Web 托管服务器。 我是一名 Web 开发人员,所以 FTP 是我更新网站的日常使用。 我正在使用 FTP 客户端,设置服务器信息后,当我尝试 连接,当 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 客户端软件上运行良好..
【问题讨论】:
-
此问题的解决方案是.. 转到站点管理器-> 传输设置.. 将“传输模式”从“默认”更改为“活动”。
标签: ftp connection ftp-client