几个小时前,FileZilla 运行良好。然后,我突然收到此错误:
Status: Resolving address of ftp.readtypechinese.com
Status: Connecting to 69.175.14.60:21...
Status: Connection established, waiting for welcome message...
Error: Connection timed out
Error: Could not connect to server
我的所有网站都出现了这种情况:
Status: Resolving address of edasich.dreamhost.com
Status: Connecting to 173.236.223.223:21...
Status: Connection established, waiting for welcome message...
Error: Connection timed out
Error: Could not connect to server
我正在使用 FileZilla 3.5.0 和 Ubuntu 11.10。
有什么建议可以解决这个问题?(我已经尝试了被动模式,但没有效果)。
编辑:
有时,日志超出了...等待欢迎消息的范围:
Status: Connection established, waiting for welcome message...
Response: 220 DreamHost FTP Server
Command: USER aleche23
Error: Connection timed out
Error: Could not connect to server
但连接再次超时。
奇怪...我刚刚意识到我在其他 FTP 程序中也遇到了同样的问题:
FTP(通用文件传输协议):
Looking up ftp.readtypechinese.com
Trying readtypechinese.com:21
Connected to readtypechinese.com:21
220 ProFTPD 1.3.2 Server (server) [69.175.14.60]
USER [email protected]
Connection to ftp.readtypechinese.com timed out
答案1
我刚刚解决了更改 ftp 连接设置中的一个选项(实际上不是必需的)的问题。因此,在站点管理器中,选择到您的 ftp 的连接,并在加密时选择要求在 TLS 上使用显式 FTP。
连接时它会询问证书(如果您信任来源,请接受它,就您的示例而言),现在连接就可以正常工作了。