我在 Windows Server 上安装了 FileZilla Server。当我使用 FileZilla Client 连接它时出现以下错误:
https://filezilla-project.org/
Connecting to server...
Connected, waiting for authentication
Logged on
(000018)2018/10/24 10:56:18 - (not logged in) (50.184.220.141)> Connected, sending welcome message...
(000018)2018/10/24 10:56:18 - (not logged in) (50.184.220.141)> 220-FileZilla Server version 0.9.43 beta
(000018)2018/10/24 10:56:18 - (not logged in) (50.184.220.141)> 220-written by Tim Kosse ([email protected])
(000018)2018/10/24 10:56:18 - (not logged in) (50.184.220.141)> 220 Please visit http://sourceforge.net/projects/filezilla/
(000018)2018/10/24 10:56:18 - (not logged in) (50.184.220.141)> SSH-2.0-FileZilla_3.32.0
(000018)2018/10/24 10:56:18 - (not logged in) (50.184.220.141)> 500 Syntax error, command unrecognized.
FileZilla 服务器监听端口 21。
在我的客户端中我使用sftp://102.33.56.81
端口21
连接服务器,但是失败,服务器日志如上所述。
答案1
这是因为FileZilla Server默认使用FTP协议,它使用端口21
。
连接时不能使用sftp协议,只能使用ftp连接。
ftp://102.33.56.81