FileZilla 425 Can't open data connection

来源:互联网 发布:家庭防火知多少作文 编辑:程序博客网 时间:2024/05/21 07:04

WIN 2008 SERVER+FileZilla FTP Server,FTP端口:7890

防火墙中已允许FTP Server及端口访问,设置好后,FileZilla FTP Client客户端,被动模式,能连接,但是出错:425 Can't open data connection,不能读出目录列表,服务端也提示:425 Can't open data connectio。

解决方法:

1、首先尝试取消FileZilla FTP Client被动模式,还是不能列表;

2、只能到服务器上找原因了。

FileZilla FTP Server->Edit->Settings->Passive mode settings,指定被动模式使用的端口范围,将Use custom port range前面打开,设置端口范围为2014到2020,然后在Windows防火墙中打开这些端口。

3、在安全组中间开放2014-2020端口

OK,问题解决,客户端连接正常,可以列表。

0 0