Filezilla客户端无法从Filezilla Server获取目录列表(Windows)

我在FileZilla服务器中设置了自签名证书,并通过SSL / TPS启用了FTP.当我从客户端FileZilla连接时,我能够进行身份验证但无法获取目录列表:
Status: Connecting to MY_SERVER_IP:21...
Status: Connection established,waiting for welcome message...
Response:   220-FileZilla Server version 0.9.39 beta
Response:   220-written by Tim Kosse (Tim.Kosse@gmx.de)
Response:   220 Please visit http://sourceforge.net/projects/filezilla/
Command:    AUTH TLS
Response:   234 Using authentication type TLS
Status: Initializing TLS...
Status: Verifying certificate...
Command:    USER MYUSER
Status: TLS/SSL connection established.
Response:   331 Password required for MYUSER
Command:    PASS ********
Response:   230 Logged on
Command:    PBSZ 0
Response:   200 PBSZ=0
Command:    PROT P
Response:   200 Protection level set to P
Status: Connected
Status: Retrieving directory listing...
Command:    PWD
Response:   257 "/" is current directory.
Command:    TYPE I
Response:   200 Type set to I
Command:    PORT 10,10,25,85,219,172
Response:   200 Port command successful
Command:    MLSD
Response:   150 opening data channel for directory list.
Response:   425 Can't open data connection.
Error:  Failed to retrieve directory listing

我在防火墙上打开了端口21和50001到50005.我们正在迁移服务器 – 50001 – 50005是帮助FTPS在旧服务器上运行的事情之一.我不确定这个安装会使用相同的端口吗?还有什么可能是问题?

您正在使用所需的其他端口.您也可以检查服务器上的本地防火墙设置.

相关文章

Windows注册表操作基础代码 Windows下对注册表进行操作使用的...
黑客常用WinAPI函数整理之前的博客写了很多关于Windows编程的...
一个简单的Windows Socket可复用框架说起网络编程,无非是建...
Windows文件操作基础代码 Windows下对文件进行操作使用的一段...
Winpcap基础代码 使用Winpcap进行网络数据的截获和发送都需要...
使用vbs脚本进行批量编码转换 最近需要使用SourceInsight查看...