Opened 16 years ago
Last modified 11 years ago
#1440 closed Bug report
Can not transfer specific file
Reported by: | mikhiv | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | Cc: | mikhiv, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
FileZilla Server (ver. 0.9.27 beta) can not transfer some specific files. As samle I attached one of them. Other files server transfer successfully. All files are in the same directory and have identical security properties. I think that it concerned with contents of specific files.
I use FileZilla FTP Client (ver. 3.1.1.1) and NcFtp Client (ver. 3.2.2). Bouth clients got identical results, that is why I think it is server bug.
FileZilla Server logs:
SERVER
(000035) 18.08.2008 10:43:29 - (not logged in) (192.168.1.2)> Connected, sending welcome message...
(000035) 18.08.2008 10:43:29 - (not logged in) (192.168.1.2)> USER gbill
(000035) 18.08.2008 10:43:29 - (not logged in) (192.168.1.2)> 331 Password required for gbill
(000035) 18.08.2008 10:43:29 - (not logged in) (192.168.1.2)> PASS *
(000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> 230 Logged on
(000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> CWD /
(000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> 250 CWD successful. "/" is current directory.
(000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> TYPE I
(000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> 200 Type set to I
(000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> PASV
(000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> 227 Entering Passive Mode (192,168,50,8,195,91)
(000035) 18.08.2008 10:43:29 - gbill (192.168.1.2)> RETR i866220080818050574.ama.txt
(000035) 18.08.2008 10:43:30 - gbill (192.168.1.2)> 150 Connection accepted
(000035) 18.08.2008 10:43:30 - gbill (192.168.1.2)> 226 Transfer OK
(000035) 18.08.2008 10:44:10 - gbill (192.168.1.2)> disconnected.
FileZilla Client Log:
Status: Connecting to 192.168.1.1:2121...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 Welcome to UTKS Nalchik FTP server!
Trace: CFtpControlSocket::SendNextCommand()
Command: USER gbill
Trace: CFtpControlSocket::OnReceive()
Response: 331 Password required for gbill
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS *
Trace: CFtpControlSocket::OnReceive()
Response: 230 Logged on
Status: Connected
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Status: Retrieving directory listing...
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::ChangeDirSend()
Command: PWD
Trace: CFtpControlSocket::OnReceive()
Response: 257 "/" is current directory.
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: CFtpControlSocket::ParseSubcommandResult(0)
Trace: CFtpControlSocket::ListSubcommandResult()
Trace: state = 1
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Status: Directory listing successful
Status: Connecting to 192.168.1.1:2121...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 Welcome to UTKS Nalchik FTP server!
Trace: CFtpControlSocket::SendNextCommand()
Command: USER gbill
Trace: CFtpControlSocket::OnReceive()
Response: 331 Password required for gbill
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS *
Trace: CFtpControlSocket::OnReceive()
Response: 230 Logged on
Status: Connected
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: CFtpControlSocket::FileTransfer()
Status: Starting download of /i866220080818050574.ama.txt
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::ChangeDirSend()
Command: CWD /
Trace: CFtpControlSocket::OnReceive()
Response: 250 CWD successful. "/" is current directory.
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: CFtpControlSocket::ParseSubcommandResult(0)
Trace: FileTransferSubcommandResult()
Trace: CFtpControlSocket::SendNextCommand()
Trace: FileTransferSend()
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 1
Command: TYPE I
Trace: CFtpControlSocket::OnReceive()
Response: 200 Type set to I
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 1
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 2
Command: PASV
Trace: CFtpControlSocket::OnReceive()
Response: 227 Entering Passive Mode (192,168,50,8,195,110)
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 2
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 4
Command: RETR i866220080818050574.ama.txt
Trace: CTransferSocket::OnConnect
Trace: Skipping socket event 4, id mismatch.
Trace: CTransferSocket::OnReceive(), m_transferMode=2
Trace: CFtpControlSocket::OnReceive()
Response: 150 Connection accepted
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 1
Trace: state = 4
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 5
Trace: CFtpControlSocket::OnReceive()
Response: 226 Transfer OK
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 5
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 8
Error: Connection timed out
Trace: CFtpControlSocket::ResetOperation(2114)
Trace: CControlSocket::ResetOperation(2114)
Trace: CFtpControlSocket::ResetOperation(2114)
Trace: Deleting empty file
Trace: CControlSocket::ResetOperation(2114)
Status: Connecting to 192.168.1.1:2121...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 Welcome to UTKS Nalchik FTP server!
Trace: CFtpControlSocket::SendNextCommand()
Command: USER gbill
Trace: CFtpControlSocket::OnReceive()
Response: 331 Password required for gbill
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS *
Trace: CFtpControlSocket::OnReceive()
Response: 230 Logged on
Status: Connected
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: CFtpControlSocket::FileTransfer()
Status: Starting download of /i866220080818050574.ama.txt
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::ChangeDirSend()
Command: CWD /
Trace: CFtpControlSocket::OnReceive()
Response: 250 CWD successful. "/" is current directory.
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: CFtpControlSocket::ParseSubcommandResult(0)
Trace: FileTransferSubcommandResult()
Trace: CFtpControlSocket::SendNextCommand()
Trace: FileTransferSend()
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 1
Command: TYPE I
Trace: CFtpControlSocket::OnReceive()
Response: 200 Type set to I
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 1
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 2
Command: PASV
Trace: CFtpControlSocket::OnReceive()
Response: 227 Entering Passive Mode (192,168,50,8,195,111)
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 2
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 4
Command: RETR i866220080818050574.ama.txt
Trace: CTransferSocket::OnConnect
Trace: Skipping socket event 4, id mismatch.
Trace: CTransferSocket::OnReceive(), m_transferMode=2
Trace: CFtpControlSocket::OnReceive()
Response: 150 Connection accepted
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 1
Trace: state = 4
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 5
Trace: CFtpControlSocket::OnReceive()
Response: 226 Transfer OK
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 5
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 8
Error: Connection timed out
Trace: CFtpControlSocket::ResetOperation(2114)
Trace: CControlSocket::ResetOperation(2114)
Trace: CFtpControlSocket::ResetOperation(2114)
Trace: Deleting empty file
Trace: CControlSocket::ResetOperation(2114)
Status: Connecting to 192.168.1.1:2121...
Status: Connection established, waiting for welcome message...
Trace: CFtpControlSocket::OnReceive()
Response: 220 Welcome to UTKS Nalchik FTP server!
Trace: CFtpControlSocket::SendNextCommand()
Command: USER gbill
Trace: CFtpControlSocket::OnReceive()
Response: 331 Password required for gbill
Trace: CFtpControlSocket::SendNextCommand()
Command: PASS
Trace: CFtpControlSocket::OnReceive()
Response: 230 Logged on
Status: Connected
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: CFtpControlSocket::FileTransfer()
Status: Starting download of /i866220080818050574.ama.txt
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::ChangeDirSend()
Command: CWD /
Trace: CFtpControlSocket::OnReceive()
Response: 250 CWD successful. "/" is current directory.
Trace: CFtpControlSocket::ResetOperation(0)
Trace: CControlSocket::ResetOperation(0)
Trace: CFtpControlSocket::ParseSubcommandResult(0)
Trace: FileTransferSubcommandResult()
Trace: CFtpControlSocket::SendNextCommand()
Trace: FileTransferSend()
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 1
Command: TYPE I
Trace: CFtpControlSocket::OnReceive()
Response: 200 Type set to I
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 1
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 2
Command: PASV
Trace: CFtpControlSocket::OnReceive()
Response: 227 Entering Passive Mode (192,168,50,8,195,112)
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 2
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 4
Command: RETR i866220080818050574.ama.txt
Trace: CTransferSocket::OnConnect
Trace: CFtpControlSocket::OnReceive()
Response: 150 Connection accepted
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 1
Trace: state = 4
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 5
Trace: Skipping socket event 4, id mismatch.
Trace: CTransferSocket::OnReceive(), m_transferMode=2
Trace: CFtpControlSocket::OnReceive()
Response: 226 Transfer OK
Trace: CFtpControlSocket::TransferParseResponse()
Trace: code = 2
Trace: state = 5
Trace: CFtpControlSocket::SendNextCommand()
Trace: CFtpControlSocket::TransferSend()
Trace: state = 8
Error: Connection timed out
Trace: CFtpControlSocket::ResetOperation(2114)
Trace: CControlSocket::ResetOperation(2114)
Trace: CFtpControlSocket::ResetOperation(2114)
Trace: Deleting empty file
Trace: CControlSocket::ResetOperation(2114)
Attachments (1)
Change History (2)
by , 16 years ago
Attachment: | i866220080818050574.ama.txt added |
---|
comment:1 by , 16 years ago
Status: Connecting to 192.168.1.1:2121...
Response: 227 Entering Passive Mode (192,168,50,8,195,111)
Incorrect configuration or some firewall or router is actively sabotaging the connection.
Read http://wiki.filezilla-project.org/Network_Configuration for further instructions.
Can not transfer this file