FileZilla версии 3.10 всегда была в состоянии перечислить файлы и каталоги на моем домене в GoDaddy до прошлой пятницы. Теперь время ожидания после команды LIST.
Я проверил с поддержкой GoDaddy, и они смогли без проблем FTP-домен моего домена с FileZilla.
Я попытался переустановить 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