FTP不起作用,但telnet起作用


0

我无法使用我的FTP客户端登录到FTP。但是我可以使用telnet登录到FTP。

我的vsftp日志中看不到任何错误。

有什么帮助吗?


如果您描述了这些症状(例如,“它会在尝试连接时永久挂起”,“我得到的用户没有此类”,“ 421服务器不可用”),将大有帮助。
aecolley

Answers:


0

FTP使用TCP端口22传输命令。它使用其他TCP端口传输文件,这些端口可能被防火墙阻止。

另外,尝试将FTP客户端设置为“被动模式”。


您的意思是端口
21。– aecolley
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.