【发布时间】:2018-04-15 12:01:10
【问题描述】:
当我在计算机上使用 localhost 连接时,filezilla 服务器位于它上面工作得非常好,但是当我使用 IP-Adress 连接时(端口转发正确,我 100% 确定)会发生这种情况:
Status: Connecting to **.**.**.**:800...
Status: Connection established, waiting for welcome message...
Status: Insecure server, it does not support FTP over TLS.
Status: Logged in
Status: Retrieving directory listing...
Command: PWD
Response: 257 "/" is current directory.
Command: TYPE I
Response: 200 Type set to I
Command: PASV
Response: 227 Entering Passive Mode (**,**,**,**,***,***)
Command: MLSD
Error: The data connection could not be established: ECONNREFUSED -
Connection refused by server
Response: 425 Can't open data connection for transfer of "/"
Error: Failed to retrieve directory listing
【问题讨论】:
-
防火墙? NAT?您的防火墙上打开了哪些端口?
-
请将您的问题移至Super User(在此处删除,在此处重新发布)。这是off-topic here。
-
@EssemCSH 你解决了吗?