【发布时间】:2014-08-25 08:15:37
【问题描述】:
我正在运行 Filezilla Server 0.9.45 beta 来远程管理我的服务器。
设置完成后,我测试了使用 IP 127.0.0.1 连接它,它工作成功。但是,要远程连接到服务器,我将端口转发到端口 21,并尝试使用我的计算机的 IP 进行连接。
Status: Connecting to [My IP]:21...
Status: Connection established, waiting for welcome message...
Response: 220 Powered By FileZilla Server version 0.9.45 beta
Command: USER hussain khalil
Response: 331 Password required for user
Command: PASS *********
Response: 230 Logged on
Status: Connected
Status: Retrieving directory listing...
Command: CWD /
Response: 250 CWD successful. "/" is current directory.
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PORT 192,168,0,13,205,63
Response: 200 Port command successful
Command: MLSD
Response: 150 Opening data channel for directory listing of "/"
Response: 425 Can't open data connection for transfer of "/"
Error: Failed to retrieve directory listing
这继续在本地工作,但在远程连接时不能......我该如何解决这个问题?
【问题讨论】:
-
嘿,在 prestashop 怎么样?我已经通过 sftp.pswebstore.com 尝试了 Cary 的回答,但状态显示连接尝试失败并显示“ECONNREFUSED - 服务器拒绝连接”