Por que o FileZilla iniciou o tempo limite na listagem de diretório desde a semana passada?

0

O FileZilla versão 3.10 sempre conseguiu listar os arquivos e diretórios no meu domínio no GoDaddy até a última sexta-feira. Agora ele expira após o comando LIST.

Eu verifiquei com o GoDaddy Support e eles conseguiram fazer o FTP do meu domínio com o FileZilla sem problemas.

Eu tentei reinstalar o FileZilla. Verifiquei o Firewall do Windows para ver se há uma exceção para o FileZilla e se há regras para as portas de entrada e saída. Eu criei uma regra no meu Xfinity Router para portas FTP.

Eu instalei o FileZilla em outro computador na minha LAN e ele tem o mesmo tempo limite. O log de depuração de uma sessão é:

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
    
por ko6no 05.07.2015 / 23:34

2 respostas

0

Respondendo ao meu post porque encontrei uma correção.

Como os sintomas foram vistos em dois computadores e em dois programas de FTP conectados ao roteador local / cablemodem, concentrei-me no firewall do roteador. Descobri que o Firewall do Xfinity Router foi definido para o Medium Security. O nível médio é configurado para bloquear o acesso ponto a ponto em uma ampla gama de portas. Eu acredito que o servidor FTP estava escolhendo portas nesses intervalos para transferência de dados.

Como as condições para o nível Médio não podem ser editadas, optei por usar o nível Personalizado. Eu configurei isso para permitir o acesso ponto-a-ponto em todas as portas - a única opção disponível - e isso curou os problemas do meu cliente FTP.

Estou perplexo com o motivo pelo qual o FTP trabalhou no nível de Segurança Média até a semana passada. Eu acho que o Comcast / Xfinity deve ter implementado uma mudança no modem. Eu sei que o Xfinity lançou um novo certificado na semana passada, que temporariamente me impediu de enviar e-mails.

Espero que isso ajude alguém.

    
por 07.07.2015 / 02:50
0

Sim ... eu tive experiência como você. Eu baixei a versão mais recente do Filezilla e não consigo conectar ao meu servidor. Você precisa encontrar configurações para desativar a opção SSL. Ou eu recomendo que você use a versão anterior do Filezilla. Eu uso o Filezilla 3.8 e está funcionando bem do meu jeito.

    
por 07.07.2015 / 08:04

Tags