无法连接到networking托pipe与Filezilla – 显示初始化TLS

我正在尝试使用filezilla打开我的虚拟主机帐户,但一直无法通过Filezilla打开它。 在Initializing TLS...之后,它总是会超时Initializing TLS...我的托pipe服务提供商说他们能够成功login!

我启用debugging和loginfilezilla以获得更多的细节,这里是debugging输出的片段:

 00:06:44 Status: Connection established, waiting for welcome message... 00:06:45 Trace: CFtpControlSocket::OnReceive() 00:06:45 Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- 00:06:45 Response: 220-You are user number 1 of 150 allowed. 00:06:45 Response: 220-Local time is now 18:36. Server port: 21. 00:06:45 Response: 220-This is a private system - No anonymous login 00:06:45 Response: 220-IPv6 connections are also welcome on this server. 00:06:45 Response: 220 You will be disconnected after 5 minutes of inactivity. 00:06:45 Trace: CFtpControlSocket::SendNextCommand() 00:06:45 Command: AUTH TLS 00:06:45 Trace: CFtpControlSocket::OnReceive() 00:06:45 Response: 234 AUTH TLS OK. 00:06:45 Status: Initializing TLS... 00:06:45 Trace: CTlsSocket::Handshake() 00:06:45 Trace: CTlsSocket::ContinueHandshake() 00:06:45 Trace: CTlsSocket::OnSend() 00:07:06 Error: Connection timed out 00:07:06 Trace: CControlSocket::DoClose(2050) 00:07:06 Trace: CFtpControlSocket::ResetOperation(2114) 00:07:06 Trace: CControlSocket::ResetOperation(2114) 00:07:06 Error: Could not connect to server 00:07:06 Trace: CFileZillaEnginePrivate::ResetOperation(2114) 

任何人都可以给我一些有关错误的见解,我该如何解决?

看起来您正在以主动模式连接到FTPS服务器。 当您连接到服务器时,服务器将使用encryption的数据通道进行响应。 由于它是encryption的,你无法知道它将进入什么端口,所以你的防火墙没有办法dynamic地打开这个端口,只是假设它是一个未知的尝试从外部进行通信。

尝试将连接设置为被动,看看是否解决它。