FileZilla版本3.10始终能够在GoDaddy上列出我域上的文件和目录,直到上周五。现在它在LIST命令之后超时。
我检查了GoDaddy支持,他们能够使用FileZilla FTP我的域没有问题。
我尝试重新安装FileZilla。我检查了Windows防火墙,发现FileZilla存在异常,并且有入站和出站端口的规则。我在我的Xfinity路由器中为FTP端口创建了一个规则。
我在我的局域网上的另一台计算机上安装了FileZilla,它具有相同的超时。会话的调试日志是:
2015-07-05 14:23:44 59416 1 Status: Disconnected from server
2015-07-05 14:23:48 59416 1 Status: Connecting to xx.xx.xxx.xxx:21...
2015-07-05 14:23:48 59416 1 Status: Connection established, waiting for welcome message...
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 220 Microsoft FTP Service
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Command: AUTH TLS
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 234 AUTH command ok. Expecting TLS Negotiation.
2015-07-05 14:23:48 59416 1 Status: Initializing TLS...
2015-07-05 14:23:48 59416 1 Trace: CTlsSocket::Handshake()
2015-07-05 14:23:48 59416 1 Trace: CTlsSocket::ContinueHandshake()
2015-07-05 14:23:48 59416 1 Trace: CTlsSocket::ContinueHandshake()
2015-07-05 14:23:48 59416 1 Trace: CTlsSocket::ContinueHandshake()
2015-07-05 14:23:48 59416 1 Trace: CTlsSocket::ContinueHandshake()
2015-07-05 14:23:48 59416 1 Trace: CTlsSocket::ContinueHandshake()
2015-07-05 14:23:48 59416 1 Trace: CTlsSocket::ContinueHandshake()
2015-07-05 14:23:48 59416 1 Trace: TLS Handshake successful
2015-07-05 14:23:48 59416 1 Trace: Protocol: TLS1.0, Key exchange: RSA, Cipher: AES-128-CBC, MAC: SHA1
2015-07-05 14:23:48 59416 1 Status: Verifying certificate...
2015-07-05 14:23:48 59416 1 Status: TLS connection established.
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Command: USER XxxXsssss
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 331 Password required for KenFowler.
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Command: PASS *************
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 230-FTP-SSL (AUTH TLS, Explicit FTPS or FTPES) security is available
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 230 User logged in.
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Command: OPTS UTF8 ON
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 200 OPTS UTF8 command successful - UTF8 encoding now ON.
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Command: PBSZ 0
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 200 PBSZ command successful.
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Command: PROT P
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 200 PROT command successful.
2015-07-05 14:23:48 59416 1 Status: Connected
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::ResetOperation(0)
2015-07-05 14:23:48 59416 1 Trace: CControlSocket::ResetOperation(0)
2015-07-05 14:23:48 59416 1 Trace: Measured latency of 64 ms
2015-07-05 14:23:48 59416 1 Status: Retrieving directory listing...
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::ChangeDirSend()
2015-07-05 14:23:48 59416 1 Command: PWD
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 257 "/" is current directory.
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::ResetOperation(0)
2015-07-05 14:23:48 59416 1 Trace: CControlSocket::ResetOperation(0)
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::ParseSubcommandResult(0)
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::ListSubcommandResult()
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::TransferSend()
2015-07-05 14:23:48 59416 1 Command: TYPE I
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 200 Type set to I.
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::TransferParseResponse()
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::TransferSend()
2015-07-05 14:23:48 59416 1 Command: PASV
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:48 59416 1 Response: 227 Entering Passive Mode (97,74,215,122,198,113).
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::TransferParseResponse()
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:48 59416 1 Trace: CFtpControlSocket::TransferSend()
2015-07-05 14:23:48 59416 1 Command: LIST
2015-07-05 14:23:49 59416 1 Trace: CFtpControlSocket::OnReceive()
2015-07-05 14:23:49 59416 1 Response: 150 Opening BINARY mode data connection.
2015-07-05 14:23:49 59416 1 Trace: CFtpControlSocket::TransferParseResponse()
2015-07-05 14:23:49 59416 1 Trace: CFtpControlSocket::SendNextCommand()
2015-07-05 14:23:49 59416 1 Trace: CFtpControlSocket::TransferSend()
2015-07-05 14:24:09 59416 1 Error: Connection timed out after 20 seconds of inactivity
2015-07-05 14:24:09 59416 1 Trace: CFtpControlSocket::ResetOperation(2114)
2015-07-05 14:24:09 59416 1 Trace: CControlSocket::ResetOperation(2114)
2015-07-05 14:24:09 59416 1 Trace: CFtpControlSocket::ResetOperation(2114)
2015-07-05 14:24:09 59416 1 Trace: CControlSocket::ResetOperation(2114)
2015-07-05 14:24:09 59416 1 Error: Failed to retrieve directory listing
2015-07-05 14:24:25 59416 1 Status: Disconnected from server