Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1201 - 1300 of 4044)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Summary Owner Priority Resolution Created Modified
#5175 Not all icons are shown in the toolbar normal rejected 14 years 14 years
Description

Not all icons shown in the various design-skins are shown in the toolbar. Where I can edit my own toolbar - there is no way to do it.

e.g. I'm looking for the button to copy all selected files to my server. (from the left to the right)

Kind regards KH (sorry for my english)

#5172 MAC SnowLeopard & FZ 3.3.1 Resume error normal fixed 14 years 14 years
Description

If Internet connection breaks, any queue breaks too! There is no way to resume that transfer besides closing FZ, restarting, and new uploading then resume works BUT not always sending the file then completely! File broken! Stopping Queue and then starting again gets always an error: ftpcontrolsocket.cpp(1819): Waiting for replies to skip before sending next command... caller=0x10ae028

I would real recommend to add to the Process Queue etc; something like Pause Queue, and Resume Queue, and to secure that if any Internet connection was broken whilst transferring, that after some timeout and Internet connection is resumed transfer is restarting automatically and not as now crash the connection with that ftpcontrolsocket error! Our Internet connection cuts often off and comes back after 1-2 minutes only...

#5179 Upload resume fails with incorrect message normal rejected 14 years 14 years
Description

Resume worked in earlier versions tried. This is now version 3.3.1.

I connect to the server, which failed on a 5GB upload with a timeout. When I resume, it starts and immediately fails claiming the user aborted. In debug logging, instead it says:

08:21:36 Error: Disconnected from server: ECONNABORTED - Connection aborted

It then repeats the whole cycle, over and over until I actually do abort it.

Attached is the full log from connection to giving up.

08:21:00 Status: Resolving address of rbac.com 08:21:00 Status: Connecting to 208.68.104.122:21... 08:21:00 Status: Connection established, waiting for welcome message... 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 220 192.168.30.26 FTP server ready 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Command: USER rbacinc 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 331 Password required for rbacinc. 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Command: PASS 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 230 User rbacinc logged in. 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Command: SYST 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 215 UNIX Type: L8 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Command: FEAT 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: 211-Features: 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: MDTM 08:21:00 Trace: CFtpControlSocket::OnReceive() 08:21:00 Response: REST STREAM 08:21:00 Response: SIZE 08:21:00 Response: 211 End 08:21:00 Status: Connected 08:21:00 Trace: CFtpControlSocket::ResetOperation(0) 08:21:00 Trace: CControlSocket::ResetOperation(0) 08:21:00 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:00 Status: Retrieving directory listing... 08:21:00 Trace: CFtpControlSocket::SendNextCommand() 08:21:00 Trace: CFtpControlSocket::ChangeDirSend() 08:21:00 Command: CWD /Viewpoints 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 250 CWD command successful 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::ChangeDirSend() 08:21:01 Command: PWD 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 257 "/Viewpoints" is current directory. 08:21:01 Trace: CFtpControlSocket::ResetOperation(0) 08:21:01 Trace: CControlSocket::ResetOperation(0) 08:21:01 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:01 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:01 Trace: state = 1 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::TransferSend() 08:21:01 Trace: state = 1 08:21:01 Command: TYPE I 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 200 Type set to I 08:21:01 Trace: CFtpControlSocket::TransferParseResponse() 08:21:01 Trace: code = 2 08:21:01 Trace: state = 1 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::TransferSend() 08:21:01 Trace: state = 2 08:21:01 Command: PASV 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 227 Entering Passive Mode (208,68,104,122,150,29). 08:21:01 Trace: CFtpControlSocket::TransferParseResponse() 08:21:01 Trace: code = 2 08:21:01 Trace: state = 2 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::TransferSend() 08:21:01 Trace: state = 4 08:21:01 Command: LIST 08:21:01 Trace: CTransferSocket::OnConnect 08:21:01 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 150 Opening ASCII mode data connection for file list 08:21:01 Trace: CFtpControlSocket::TransferParseResponse() 08:21:01 Trace: code = 1 08:21:01 Trace: state = 4 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::TransferSend() 08:21:01 Trace: state = 5 08:21:01 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:01 Trace: CTransferSocket::TransferEnd(1) 08:21:01 Trace: CFtpControlSocket::TransferEnd() 08:21:01 Trace: CFtpControlSocket::OnReceive() 08:21:01 Response: 226 Transfer complete. 08:21:01 Trace: CFtpControlSocket::TransferParseResponse() 08:21:01 Trace: code = 2 08:21:01 Trace: state = 7 08:21:01 Trace: CFtpControlSocket::ResetOperation(0) 08:21:01 Trace: CControlSocket::ResetOperation(0) 08:21:01 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:01 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:01 Trace: state = 3 08:21:01 Trace: CFtpControlSocket::SendNextCommand() 08:21:01 Trace: CFtpControlSocket::ListSend() 08:21:01 Trace: state = 4 08:21:01 Status: Calculating timezone offset of server... 08:21:01 Command: MDTM 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:02 Trace: CFtpControlSocket::OnReceive() 08:21:02 Response: 213 20100209050928 08:21:02 Trace: CFtpControlSocket::ListParseResponse() 08:21:02 Status: Timezone offsets: Server: 0 seconds. Local: -28800 seconds. Difference: -28800 seconds. 08:21:02 Trace: CFtpControlSocket::ResetOperation(0) 08:21:02 Trace: CControlSocket::ResetOperation(0) 08:21:02 Status: Directory listing successful 08:21:02 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:05 Status: Resolving address of rbac.com 08:21:05 Status: Connecting to 208.68.104.122:21... 08:21:05 Status: Connection established, waiting for welcome message... 08:21:05 Trace: CFtpControlSocket::OnReceive() 08:21:05 Response: 220 192.168.30.26 FTP server ready 08:21:05 Trace: CFtpControlSocket::SendNextCommand() 08:21:05 Command: USER rbacinc 08:21:05 Trace: CFtpControlSocket::OnReceive() 08:21:05 Response: 331 Password required for rbacinc. 08:21:05 Trace: CFtpControlSocket::SendNextCommand() 08:21:05 Command: PASS 08:21:05 Trace: CFtpControlSocket::OnReceive() 08:21:05 Response: 230 User rbacinc logged in. 08:21:05 Status: Connected 08:21:05 Trace: CFtpControlSocket::ResetOperation(0) 08:21:05 Trace: CControlSocket::ResetOperation(0) 08:21:05 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:05 Trace: CFtpControlSocket::FileTransfer() 08:21:05 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:05 Trace: CFtpControlSocket::SendNextCommand() 08:21:05 Trace: CFtpControlSocket::ChangeDirSend() 08:21:05 Command: CWD /Viewpoints 08:21:05 Trace: CFtpControlSocket::OnReceive() 08:21:05 Response: 250 CWD command successful 08:21:05 Trace: CFtpControlSocket::ResetOperation(0) 08:21:05 Trace: CControlSocket::ResetOperation(0) 08:21:05 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:05 Trace: FileTransferSubcommandResult() 08:21:15 Trace: CFtpControlSocket::SendNextCommand() 08:21:15 Trace: FileTransferSend() 08:21:15 Trace: CFtpControlSocket::SendNextCommand() 08:21:15 Trace: CFtpControlSocket::TransferSend() 08:21:15 Trace: state = 1 08:21:15 Command: TYPE I 08:21:15 Trace: CFtpControlSocket::OnReceive() 08:21:15 Response: 200 Type set to I 08:21:15 Trace: CFtpControlSocket::TransferParseResponse() 08:21:15 Trace: code = 2 08:21:15 Trace: state = 1 08:21:15 Trace: CFtpControlSocket::SendNextCommand() 08:21:15 Trace: CFtpControlSocket::TransferSend() 08:21:15 Trace: state = 2 08:21:15 Command: PASV 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 227 Entering Passive Mode (208,68,104,122,150,37). 08:21:16 Trace: CFtpControlSocket::TransferParseResponse() 08:21:16 Trace: code = 2 08:21:16 Trace: state = 2 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Trace: CFtpControlSocket::TransferSend() 08:21:16 Trace: state = 3 08:21:16 Command: REST 2147483647 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:16 Trace: CFtpControlSocket::TransferParseResponse() 08:21:16 Trace: code = 3 08:21:16 Trace: state = 3 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Trace: CFtpControlSocket::TransferSend() 08:21:16 Trace: state = 4 08:21:16 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:16 Trace: CTransferSocket::OnConnect 08:21:16 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:16 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:16 Trace: CFtpControlSocket::TransferParseResponse() 08:21:16 Trace: code = 1 08:21:16 Trace: state = 4 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Trace: CFtpControlSocket::TransferSend() 08:21:16 Trace: state = 5 08:21:16 Trace: CRealControlSocket::OnClose(10053) 08:21:16 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:16 Trace: CControlSocket::DoClose(64) 08:21:16 Trace: CFtpControlSocket::ResetOperation(66) 08:21:16 Trace: CControlSocket::ResetOperation(66) 08:21:16 Trace: CFtpControlSocket::ResetOperation(66) 08:21:16 Trace: CControlSocket::ResetOperation(66) 08:21:16 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:16 Trace: CControlSocket::DoClose(64) 08:21:16 Trace: CControlSocket::DoClose(64) 08:21:16 Status: Resolving address of rbac.com 08:21:16 Status: Connecting to 208.68.104.122:21... 08:21:16 Status: Connection established, waiting for welcome message... 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 220 192.168.30.26 FTP server ready 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Command: USER rbacinc 08:21:16 Trace: CFtpControlSocket::OnReceive() 08:21:16 Response: 331 Password required for rbacinc. 08:21:16 Trace: CFtpControlSocket::SendNextCommand() 08:21:16 Command: PASS 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 230 User rbacinc logged in. 08:21:17 Status: Connected 08:21:17 Trace: CFtpControlSocket::ResetOperation(0) 08:21:17 Trace: CControlSocket::ResetOperation(0) 08:21:17 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:17 Trace: CFtpControlSocket::FileTransfer() 08:21:17 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::ChangeDirSend() 08:21:17 Command: CWD /Viewpoints 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 250 CWD command successful 08:21:17 Trace: CFtpControlSocket::ResetOperation(0) 08:21:17 Trace: CControlSocket::ResetOperation(0) 08:21:17 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:17 Trace: FileTransferSubcommandResult() 08:21:17 Status: Retrieving directory listing... 08:21:17 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:17 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:17 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:17 Trace: state = 1 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 1 08:21:17 Command: TYPE I 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 200 Type set to I 08:21:17 Trace: CFtpControlSocket::TransferParseResponse() 08:21:17 Trace: code = 2 08:21:17 Trace: state = 1 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 2 08:21:17 Command: PASV 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 227 Entering Passive Mode (208,68,104,122,150,42). 08:21:17 Trace: CFtpControlSocket::TransferParseResponse() 08:21:17 Trace: code = 2 08:21:17 Trace: state = 2 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 4 08:21:17 Command: LIST 08:21:17 Trace: CTransferSocket::OnConnect 08:21:17 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 150 Opening ASCII mode data connection for file list 08:21:17 Trace: CFtpControlSocket::TransferParseResponse() 08:21:17 Trace: code = 1 08:21:17 Trace: state = 4 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 5 08:21:17 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:17 Trace: CTransferSocket::TransferEnd(1) 08:21:17 Trace: CFtpControlSocket::TransferEnd() 08:21:17 Trace: CFtpControlSocket::OnReceive() 08:21:17 Response: 226 Transfer complete. 08:21:17 Trace: CFtpControlSocket::TransferParseResponse() 08:21:17 Trace: code = 2 08:21:17 Trace: state = 7 08:21:17 Trace: CFtpControlSocket::ResetOperation(0) 08:21:17 Trace: CControlSocket::ResetOperation(0) 08:21:17 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:17 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:17 Trace: state = 3 08:21:17 Trace: CFtpControlSocket::ResetOperation(0) 08:21:17 Trace: CControlSocket::ResetOperation(0) 08:21:17 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:17 Trace: FileTransferSubcommandResult() 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: FileTransferSend() 08:21:17 Trace: CFtpControlSocket::SendNextCommand() 08:21:17 Trace: CFtpControlSocket::TransferSend() 08:21:17 Trace: state = 2 08:21:17 Command: PASV 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 227 Entering Passive Mode (208,68,104,122,150,43). 08:21:18 Trace: CFtpControlSocket::TransferParseResponse() 08:21:18 Trace: code = 2 08:21:18 Trace: state = 2 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Trace: CFtpControlSocket::TransferSend() 08:21:18 Trace: state = 3 08:21:18 Command: REST 2147483647 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:18 Trace: CFtpControlSocket::TransferParseResponse() 08:21:18 Trace: code = 3 08:21:18 Trace: state = 3 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Trace: CFtpControlSocket::TransferSend() 08:21:18 Trace: state = 4 08:21:18 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:18 Trace: CTransferSocket::OnConnect 08:21:18 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:18 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:18 Trace: CFtpControlSocket::TransferParseResponse() 08:21:18 Trace: code = 1 08:21:18 Trace: state = 4 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Trace: CFtpControlSocket::TransferSend() 08:21:18 Trace: state = 5 08:21:18 Trace: CRealControlSocket::OnClose(10053) 08:21:18 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:18 Trace: CControlSocket::DoClose(64) 08:21:18 Trace: CFtpControlSocket::ResetOperation(66) 08:21:18 Trace: CControlSocket::ResetOperation(66) 08:21:18 Trace: CFtpControlSocket::ResetOperation(66) 08:21:18 Trace: CControlSocket::ResetOperation(66) 08:21:18 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:18 Trace: CControlSocket::DoClose(64) 08:21:18 Trace: CControlSocket::DoClose(64) 08:21:18 Status: Resolving address of rbac.com 08:21:18 Status: Connecting to 208.68.104.122:21... 08:21:18 Status: Connection established, waiting for welcome message... 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 220 192.168.30.26 FTP server ready 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Command: USER rbacinc 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 331 Password required for rbacinc. 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Command: PASS 08:21:18 Trace: CFtpControlSocket::OnReceive() 08:21:18 Response: 230 User rbacinc logged in. 08:21:18 Status: Connected 08:21:18 Trace: CFtpControlSocket::ResetOperation(0) 08:21:18 Trace: CControlSocket::ResetOperation(0) 08:21:18 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:18 Trace: CFtpControlSocket::FileTransfer() 08:21:18 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:18 Trace: CFtpControlSocket::SendNextCommand() 08:21:18 Trace: CFtpControlSocket::ChangeDirSend() 08:21:18 Command: CWD /Viewpoints 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 250 CWD command successful 08:21:19 Trace: CFtpControlSocket::ResetOperation(0) 08:21:19 Trace: CControlSocket::ResetOperation(0) 08:21:19 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:19 Trace: FileTransferSubcommandResult() 08:21:19 Status: Retrieving directory listing... 08:21:19 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:19 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:19 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:19 Trace: state = 1 08:21:19 Trace: CFtpControlSocket::SendNextCommand() 08:21:19 Trace: CFtpControlSocket::TransferSend() 08:21:19 Trace: state = 1 08:21:19 Command: TYPE I 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 200 Type set to I 08:21:19 Trace: CFtpControlSocket::TransferParseResponse() 08:21:19 Trace: code = 2 08:21:19 Trace: state = 1 08:21:19 Trace: CFtpControlSocket::SendNextCommand() 08:21:19 Trace: CFtpControlSocket::TransferSend() 08:21:19 Trace: state = 2 08:21:19 Command: PASV 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 227 Entering Passive Mode (208,68,104,122,150,46). 08:21:19 Trace: CFtpControlSocket::TransferParseResponse() 08:21:19 Trace: code = 2 08:21:19 Trace: state = 2 08:21:19 Trace: CFtpControlSocket::SendNextCommand() 08:21:19 Trace: CFtpControlSocket::TransferSend() 08:21:19 Trace: state = 4 08:21:19 Command: LIST 08:21:19 Trace: CTransferSocket::OnConnect 08:21:19 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 150 Opening ASCII mode data connection for file list 08:21:19 Trace: CFtpControlSocket::TransferParseResponse() 08:21:19 Trace: code = 1 08:21:19 Trace: state = 4 08:21:19 Trace: CFtpControlSocket::SendNextCommand() 08:21:19 Trace: CFtpControlSocket::TransferSend() 08:21:19 Trace: state = 5 08:21:19 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:19 Trace: CTransferSocket::TransferEnd(1) 08:21:19 Trace: CFtpControlSocket::TransferEnd() 08:21:19 Trace: CFtpControlSocket::OnReceive() 08:21:19 Response: 226 Transfer complete. 08:21:19 Trace: CFtpControlSocket::TransferParseResponse() 08:21:19 Trace: code = 2 08:21:19 Trace: state = 7 08:21:19 Trace: CFtpControlSocket::ResetOperation(0) 08:21:19 Trace: CControlSocket::ResetOperation(0) 08:21:19 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:19 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:19 Trace: state = 3 08:21:19 Trace: CFtpControlSocket::ResetOperation(0) 08:21:19 Trace: CControlSocket::ResetOperation(0) 08:21:19 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:19 Trace: FileTransferSubcommandResult() 08:21:31 Trace: CFtpControlSocket::SendNextCommand() 08:21:31 Trace: FileTransferSend() 08:21:31 Trace: CFtpControlSocket::SendNextCommand() 08:21:31 Trace: CFtpControlSocket::TransferSend() 08:21:31 Trace: state = 2 08:21:31 Command: PASV 08:21:31 Trace: CFtpControlSocket::OnReceive() 08:21:31 Response: 227 Entering Passive Mode (208,68,104,122,150,86). 08:21:31 Trace: CFtpControlSocket::TransferParseResponse() 08:21:31 Trace: code = 2 08:21:31 Trace: state = 2 08:21:31 Trace: CFtpControlSocket::SendNextCommand() 08:21:31 Trace: CFtpControlSocket::TransferSend() 08:21:31 Trace: state = 3 08:21:31 Command: REST 2147483647 08:21:31 Trace: CFtpControlSocket::OnReceive() 08:21:31 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:31 Trace: CFtpControlSocket::TransferParseResponse() 08:21:31 Trace: code = 3 08:21:31 Trace: state = 3 08:21:31 Trace: CFtpControlSocket::SendNextCommand() 08:21:31 Trace: CFtpControlSocket::TransferSend() 08:21:31 Trace: state = 4 08:21:31 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:32 Trace: CTransferSocket::OnConnect 08:21:32 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:32 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:32 Trace: CFtpControlSocket::TransferParseResponse() 08:21:32 Trace: code = 1 08:21:32 Trace: state = 4 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Trace: CFtpControlSocket::TransferSend() 08:21:32 Trace: state = 5 08:21:32 Trace: CRealControlSocket::OnClose(10053) 08:21:32 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:32 Trace: CControlSocket::DoClose(64) 08:21:32 Trace: CFtpControlSocket::ResetOperation(66) 08:21:32 Trace: CControlSocket::ResetOperation(66) 08:21:32 Trace: CFtpControlSocket::ResetOperation(66) 08:21:32 Trace: CControlSocket::ResetOperation(66) 08:21:32 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:32 Trace: CControlSocket::DoClose(64) 08:21:32 Trace: CControlSocket::DoClose(64) 08:21:32 Status: Resolving address of rbac.com 08:21:32 Status: Connecting to 208.68.104.122:21... 08:21:32 Status: Connection established, waiting for welcome message... 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 220 192.168.30.26 FTP server ready 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Command: USER rbacinc 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 331 Password required for rbacinc. 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Command: PASS 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 230 User rbacinc logged in. 08:21:32 Status: Connected 08:21:32 Trace: CFtpControlSocket::ResetOperation(0) 08:21:32 Trace: CControlSocket::ResetOperation(0) 08:21:32 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:32 Trace: CFtpControlSocket::FileTransfer() 08:21:32 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Trace: CFtpControlSocket::ChangeDirSend() 08:21:32 Command: CWD /Viewpoints 08:21:32 Trace: CFtpControlSocket::OnReceive() 08:21:32 Response: 250 CWD command successful 08:21:32 Trace: CFtpControlSocket::ResetOperation(0) 08:21:32 Trace: CControlSocket::ResetOperation(0) 08:21:32 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:32 Trace: FileTransferSubcommandResult() 08:21:32 Status: Retrieving directory listing... 08:21:32 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:32 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:32 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:32 Trace: state = 1 08:21:32 Trace: CFtpControlSocket::SendNextCommand() 08:21:32 Trace: CFtpControlSocket::TransferSend() 08:21:32 Trace: state = 1 08:21:32 Command: TYPE I 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 200 Type set to I 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 2 08:21:33 Trace: state = 1 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 2 08:21:33 Command: PASV 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 227 Entering Passive Mode (208,68,104,122,150,89). 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 2 08:21:33 Trace: state = 2 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 4 08:21:33 Command: LIST 08:21:33 Trace: CTransferSocket::OnConnect 08:21:33 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 150 Opening ASCII mode data connection for file list 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 1 08:21:33 Trace: state = 4 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 5 08:21:33 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:33 Trace: CTransferSocket::TransferEnd(1) 08:21:33 Trace: CFtpControlSocket::TransferEnd() 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 226 Transfer complete. 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 2 08:21:33 Trace: state = 7 08:21:33 Trace: CFtpControlSocket::ResetOperation(0) 08:21:33 Trace: CControlSocket::ResetOperation(0) 08:21:33 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:33 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:33 Trace: state = 3 08:21:33 Trace: CFtpControlSocket::ResetOperation(0) 08:21:33 Trace: CControlSocket::ResetOperation(0) 08:21:33 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:33 Trace: FileTransferSubcommandResult() 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: FileTransferSend() 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 2 08:21:33 Command: PASV 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 227 Entering Passive Mode (208,68,104,122,150,91). 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 2 08:21:33 Trace: state = 2 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 3 08:21:33 Command: REST 2147483647 08:21:33 Trace: CFtpControlSocket::OnReceive() 08:21:33 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:33 Trace: CFtpControlSocket::TransferParseResponse() 08:21:33 Trace: code = 3 08:21:33 Trace: state = 3 08:21:33 Trace: CFtpControlSocket::SendNextCommand() 08:21:33 Trace: CFtpControlSocket::TransferSend() 08:21:33 Trace: state = 4 08:21:33 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:33 Trace: CTransferSocket::OnConnect 08:21:33 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:33 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:34 Trace: CFtpControlSocket::TransferParseResponse() 08:21:34 Trace: code = 1 08:21:34 Trace: state = 4 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Trace: CFtpControlSocket::TransferSend() 08:21:34 Trace: state = 5 08:21:34 Trace: CRealControlSocket::OnClose(10053) 08:21:34 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:34 Trace: CControlSocket::DoClose(64) 08:21:34 Trace: CFtpControlSocket::ResetOperation(66) 08:21:34 Trace: CControlSocket::ResetOperation(66) 08:21:34 Trace: CFtpControlSocket::ResetOperation(66) 08:21:34 Trace: CControlSocket::ResetOperation(66) 08:21:34 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:34 Trace: CControlSocket::DoClose(64) 08:21:34 Trace: CControlSocket::DoClose(64) 08:21:34 Status: Resolving address of rbac.com 08:21:34 Status: Connecting to 208.68.104.122:21... 08:21:34 Status: Connection established, waiting for welcome message... 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 220 192.168.30.26 FTP server ready 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Command: USER rbacinc 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 331 Password required for rbacinc. 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Command: PASS 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 230 User rbacinc logged in. 08:21:34 Status: Connected 08:21:34 Trace: CFtpControlSocket::ResetOperation(0) 08:21:34 Trace: CControlSocket::ResetOperation(0) 08:21:34 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:34 Trace: CFtpControlSocket::FileTransfer() 08:21:34 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Trace: CFtpControlSocket::ChangeDirSend() 08:21:34 Command: CWD /Viewpoints 08:21:34 Trace: CFtpControlSocket::OnReceive() 08:21:34 Response: 250 CWD command successful 08:21:34 Trace: CFtpControlSocket::ResetOperation(0) 08:21:34 Trace: CControlSocket::ResetOperation(0) 08:21:34 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:34 Trace: FileTransferSubcommandResult() 08:21:34 Status: Retrieving directory listing... 08:21:34 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:34 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:34 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:34 Trace: state = 1 08:21:34 Trace: CFtpControlSocket::SendNextCommand() 08:21:34 Trace: CFtpControlSocket::TransferSend() 08:21:34 Trace: state = 1 08:21:34 Command: TYPE I 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 200 Type set to I 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 2 08:21:35 Trace: state = 1 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 2 08:21:35 Command: PASV 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 227 Entering Passive Mode (208,68,104,122,150,101). 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 2 08:21:35 Trace: state = 2 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 4 08:21:35 Command: LIST 08:21:35 Trace: CTransferSocket::OnConnect 08:21:35 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 150 Opening ASCII mode data connection for file list 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 1 08:21:35 Trace: state = 4 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 5 08:21:35 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:35 Trace: CTransferSocket::TransferEnd(1) 08:21:35 Trace: CFtpControlSocket::TransferEnd() 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 226 Transfer complete. 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 2 08:21:35 Trace: state = 7 08:21:35 Trace: CFtpControlSocket::ResetOperation(0) 08:21:35 Trace: CControlSocket::ResetOperation(0) 08:21:35 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:35 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:35 Trace: state = 3 08:21:35 Trace: CFtpControlSocket::ResetOperation(0) 08:21:35 Trace: CControlSocket::ResetOperation(0) 08:21:35 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:35 Trace: FileTransferSubcommandResult() 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: FileTransferSend() 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 2 08:21:35 Command: PASV 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 227 Entering Passive Mode (208,68,104,122,150,102). 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 2 08:21:35 Trace: state = 2 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 3 08:21:35 Command: REST 2147483647 08:21:35 Trace: CFtpControlSocket::OnReceive() 08:21:35 Response: 350 Restarting at 2147483647. Send STORE or RETRIEVE to initiate transfer 08:21:35 Trace: CFtpControlSocket::TransferParseResponse() 08:21:35 Trace: code = 3 08:21:35 Trace: state = 3 08:21:35 Trace: CFtpControlSocket::SendNextCommand() 08:21:35 Trace: CFtpControlSocket::TransferSend() 08:21:35 Trace: state = 4 08:21:35 Command: STOR 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:36 Trace: CTransferSocket::OnConnect 08:21:36 Trace: First EAGAIN in CTransferSocket::OnSend() 08:21:36 Trace: CTransferSocket::OnReceive(), m_transferMode=1 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 150 Opening BINARY mode data connection for 2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:36 Trace: CFtpControlSocket::TransferParseResponse() 08:21:36 Trace: code = 1 08:21:36 Trace: state = 4 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Trace: CFtpControlSocket::TransferSend() 08:21:36 Trace: state = 5 08:21:36 Trace: CRealControlSocket::OnClose(10053) 08:21:36 Error: Disconnected from server: ECONNABORTED - Connection aborted 08:21:36 Trace: CControlSocket::DoClose(64) 08:21:36 Trace: CFtpControlSocket::ResetOperation(66) 08:21:36 Trace: CControlSocket::ResetOperation(66) 08:21:36 Trace: CFtpControlSocket::ResetOperation(66) 08:21:36 Trace: CControlSocket::ResetOperation(66) 08:21:36 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:21:36 Trace: CControlSocket::DoClose(64) 08:21:36 Trace: CControlSocket::DoClose(64) 08:21:36 Status: Resolving address of rbac.com 08:21:36 Status: Connecting to 208.68.104.122:21... 08:21:36 Status: Connection established, waiting for welcome message... 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 220 192.168.30.26 FTP server ready 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Command: USER rbacinc 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 331 Password required for rbacinc. 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Command: PASS 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 230 User rbacinc logged in. 08:21:36 Status: Connected 08:21:36 Trace: CFtpControlSocket::ResetOperation(0) 08:21:36 Trace: CControlSocket::ResetOperation(0) 08:21:36 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:36 Trace: CFtpControlSocket::FileTransfer() 08:21:36 Status: Starting upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Trace: CFtpControlSocket::ChangeDirSend() 08:21:36 Command: CWD /Viewpoints 08:21:36 Trace: CFtpControlSocket::OnReceive() 08:21:36 Response: 250 CWD command successful 08:21:36 Trace: CFtpControlSocket::ResetOperation(0) 08:21:36 Trace: CControlSocket::ResetOperation(0) 08:21:36 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:36 Trace: FileTransferSubcommandResult() 08:21:36 Status: Retrieving directory listing... 08:21:36 Trace: ftpcontrolsocket.cpp(1275): List called from other command caller=0p16d1950 08:21:36 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:36 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:36 Trace: state = 1 08:21:36 Trace: CFtpControlSocket::SendNextCommand() 08:21:36 Trace: CFtpControlSocket::TransferSend() 08:21:36 Trace: state = 1 08:21:36 Command: TYPE I 08:21:37 Trace: CFtpControlSocket::OnReceive() 08:21:37 Response: 200 Type set to I 08:21:37 Trace: CFtpControlSocket::TransferParseResponse() 08:21:37 Trace: code = 2 08:21:37 Trace: state = 1 08:21:37 Trace: CFtpControlSocket::SendNextCommand() 08:21:37 Trace: CFtpControlSocket::TransferSend() 08:21:37 Trace: state = 2 08:21:37 Command: PASV 08:21:37 Trace: CFtpControlSocket::OnReceive() 08:21:37 Response: 227 Entering Passive Mode (208,68,104,122,150,105). 08:21:37 Trace: CFtpControlSocket::TransferParseResponse() 08:21:37 Trace: code = 2 08:21:37 Trace: state = 2 08:21:37 Trace: CFtpControlSocket::SendNextCommand() 08:21:37 Trace: CFtpControlSocket::TransferSend() 08:21:37 Trace: state = 4 08:21:37 Command: LIST 08:21:37 Trace: CTransferSocket::OnConnect 08:21:37 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:37 Trace: CFtpControlSocket::OnReceive() 08:21:37 Response: 150 Opening ASCII mode data connection for file list 08:21:37 Trace: CFtpControlSocket::TransferParseResponse() 08:21:37 Trace: code = 1 08:21:37 Trace: state = 4 08:21:37 Trace: CFtpControlSocket::SendNextCommand() 08:21:37 Trace: CFtpControlSocket::TransferSend() 08:21:37 Trace: state = 5 08:21:37 Trace: CTransferSocket::OnReceive(), m_transferMode=0 08:21:37 Trace: CTransferSocket::TransferEnd(1) 08:21:37 Trace: CFtpControlSocket::TransferEnd() 08:21:37 Trace: CFtpControlSocket::OnReceive() 08:21:37 Response: 226 Transfer complete. 08:21:37 Trace: CFtpControlSocket::TransferParseResponse() 08:21:37 Trace: code = 2 08:21:37 Trace: state = 7 08:21:37 Trace: CFtpControlSocket::ResetOperation(0) 08:21:37 Trace: CControlSocket::ResetOperation(0) 08:21:37 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:37 Trace: CFtpControlSocket::ListSubcommandResult() 08:21:37 Trace: state = 3 08:21:37 Trace: CFtpControlSocket::ResetOperation(0) 08:21:37 Trace: CControlSocket::ResetOperation(0) 08:21:37 Trace: CFtpControlSocket::ParseSubcommandResult(0) 08:21:37 Trace: FileTransferSubcommandResult() 08:21:40 Status: Skipping upload of F:\rbac db\2010-02-08 RbacBaseCase 09q4Base complete.bak 08:21:40 Trace: CFtpControlSocket::ResetOperation(0) 08:21:40 Trace: CControlSocket::ResetOperation(0) 08:21:40 Status: File transfer successful 08:21:40 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:21:40 Trace: CFileZillaEnginePrivate::ResetOperation(0) 08:22:40 Status: Disconnected from server 08:22:40 Trace: CControlSocket::DoClose(64) 08:22:40 Trace: CFtpControlSocket::ResetOperation(66) 08:22:40 Trace: CControlSocket::ResetOperation(66) 08:22:40 Trace: CFileZillaEnginePrivate::ResetOperation(66) 08:22:40 Trace: CControlSocket::DoClose(64) 08:22:40 Trace: CControlSocket::DoClose(64) 08:22:40 Trace: CFileZillaEnginePrivate::ResetOperation(0)

#5182 Return to parent directory normal duplicate 14 years 14 years
Description

This has been ticketed as feature requests before under http://trac.filezilla-project.org/ticket/1878 but I think it is a bug.

On returning to parent directory FileZilla jumps to the first entry on the file list but should stay on the folder just exited.

See standard file browser apps how to behave. Navigating with keyboard is essential in a utility like this.

Regs, Zsolt.

#5185 Error when dragging folder to Desktop (Windows 7 Professional) normal fixed 14 years 14 years
Description

Windows 7 Professional x64 FileZilla 3.3.1

When dragging and dropping folder from remote SFTP site to the Windows Desktop, I am getting the following error:

Could not determine the target of the Drag&Drop operation. Either the shell extension is not installed properly or you didn't drop the files into an Explorer window.

The operation leaves a remnant folder on my desktop with a random name.

#5035 Critical error while logon to several servers low invalid 14 years 14 years
Description

Error: Critical error Error: Could not connect to server

This happens while the logon process to several servers since the update to 3.3.0.1

FileZilla Client


Version: 3.3.0.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2009-11-15 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.10 GnuTLS: 2.8.3

#5100 Portuguese Translation - suggested correction normal fixed 14 years 14 years
Description

I had problems due to a bad translated item in the Portuguese language because the term used to translate the act of "entering a directory" (In portuguese up to now shows "Inserir diretório" - what is wrong in my oppinion) means "insert" and entering is one thing and inserting is another very different thing.

The way it is now ("Inserir diretório") suggests that clicking the folder, a NEW SUB DIRECTORY will be created inside the folder instead of opening it.

IMHO the best translation for the act of "entering/browsing a directory/folder" would be "Entrar no diretório" that means to "Go into the directory".

This words "Inserir diretório" must be changed, this expression is only valid when you are CREATING a sub directory not when you are just browsing it.

The correct translation for this item is "Entrar no diretório"

#5194 Settings changes not applied to UI in 3.3.2-rc2 until restart normal fixed 14 years 14 years
Description

Running 3.3.2-rc2, if I make a change to the Settings (i.e. change the Theme), the change does not come in to affect until I restart FileZilla. If I make a change hit 'OK' and go back in to settings, the old value still shows.

#5201 Filezilla crashes Windows 7 normal rejected 14 years 14 years
Description

Earlier this week I download Filezilla FTP client for windows from a link on your site. After installing Windows crashed and would not reboot. I had to repeair and set the system to a restore point. I downloaded the software again and had the same issue. I have an Acer 5538 with Windows 7 with windows 7 home premium which came installed. I love this software, do you have a fix?

#5203 can't connect to server that requires only 1 connection normal invalid 14 years 14 years
Description

18:18:12 Status: Resolving address of douhar8.100webcustomers.com 18:18:12 Status: Connecting to :21... 18:18:12 Status: Connection established, waiting for welcome message... 18:18:12 Trace: CFtpControlSocket::OnReceive() 18:18:12 Response: 220 ProFTPD 1.2.9 Server (ProFTPD) [1.1.67] 18:18:12 Trace: CFtpControlSocket::SendNextCommand() 18:18:12 Command: USER * 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 331 Password required for douhar8_100webcustomers.com. 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Command: PASS 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 230 User douhar8_100webcustomers.com logged in. 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Command: SYST 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 215 UNIX Type: L8 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Command: FEAT 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 211-Features: 18:18:13 Response: 211-MDTM 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 211-REST STREAM 18:18:13 Response: 211-SIZE 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 211 End 18:18:13 Status: Connected 18:18:13 Trace: CFtpControlSocket::ResetOperation(0) 18:18:13 Trace: CControlSocket::ResetOperation(0) 18:18:13 Trace: CFileZillaEnginePrivate::ResetOperation(0) 18:18:13 Status: Retrieving directory listing... 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Trace: CFtpControlSocket::ChangeDirSend() 18:18:13 Command: PWD 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 257 "/" is current directory. 18:18:13 Trace: CFtpControlSocket::ResetOperation(0) 18:18:13 Trace: CControlSocket::ResetOperation(0) 18:18:13 Trace: CFtpControlSocket::ParseSubcommandResult(0) 18:18:13 Trace: CFtpControlSocket::ListSubcommandResult() 18:18:13 Trace: state = 1 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Trace: CFtpControlSocket::TransferSend() 18:18:13 Trace: state = 1 18:18:13 Command: TYPE I 18:18:13 Trace: CFtpControlSocket::OnReceive() 18:18:13 Response: 200 Type set to I 18:18:13 Trace: CFtpControlSocket::TransferParseResponse() 18:18:13 Trace: code = 2 18:18:13 Trace: state = 1 18:18:13 Trace: CFtpControlSocket::SendNextCommand() 18:18:13 Trace: CFtpControlSocket::TransferSend() 18:18:13 Trace: state = 2 18:18:13 Trace: Retrieving external IP address from http://ip.filezilla-project.org/ip.php 18:18:13 Trace: Waiting for resolver thread 18:18:14 Trace: CFtpControlSocket::OnExternalIPAddress() 18:18:14 Trace: CFtpControlSocket::SendNextCommand() 18:18:14 Trace: CFtpControlSocket::TransferSend() 18:18:14 Trace: state = 2 18:18:14 Trace: Got external IP address 18:18:14 Command: PORT 71,20,152,159,8,123 18:18:14 Trace: CFtpControlSocket::OnReceive() 18:18:14 Response: 200 PORT command successful 18:18:14 Trace: CFtpControlSocket::TransferParseResponse() 18:18:14 Trace: code = 2 18:18:14 Trace: state = 2 18:18:14 Trace: CFtpControlSocket::SendNextCommand() 18:18:14 Trace: CFtpControlSocket::TransferSend() 18:18:14 Trace: state = 4 18:18:14 Command: LIST 18:20:24 Trace: CFtpControlSocket::ResetOperation(10) 18:20:24 Trace: CControlSocket::ResetOperation(10) 18:20:24 Trace: CFtpControlSocket::ResetOperation(10) 18:20:24 Trace: CControlSocket::ResetOperation(10) 18:20:24 Error: Directory listing aborted by user 18:20:24 Trace: CFileZillaEnginePrivate::ResetOperation(10) 18:21:23 Trace: CFtpControlSocket::OnReceive() 18:21:23 Response: 425 Unable to build data connection: Connection timed out 18:21:23 Trace: Skipping reply after cancelled operation or keepalive command. 18:28:12 Trace: CFtpControlSocket::OnReceive() 18:28:12 Response: 421 No Transfer Timeout (600 seconds): closing control connection. 18:28:12 Trace: Unexpected reply, no reply was pending. 18:28:12 Error: Connection closed by server 18:28:12 Trace: CControlSocket::DoClose(64) 18:28:12 Trace: CFtpControlSocket::ResetOperation(66) 18:28:12 Trace: CControlSocket::ResetOperation(66) 18:28:12 Trace: CFileZillaEnginePrivate::ResetOperation(66) 20:11:16 Trace: CFileZillaEnginePrivate::ResetOperation(0) 20:11:29 Trace: CControlSocket::DoClose(64) 20:11:29 Trace: CControlSocket::DoClose(64) 20:11:29 Status: Resolving address of douhar8.100webcustomers.com 20:11:29 Status: Connecting to 66.40.52.9:21... 20:11:30 Status: Connection established, waiting for welcome message... 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 220 ProFTPD 1.2.9 Server (ProFTPD) [1.1.67] 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Command: USER douhar8_100webcustomers.com 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 331 Password required for douhar8_100webcustomers.com. 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Command: PASS 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 230 User douhar8_100webcustomers.com logged in. 20:11:30 Status: Connected 20:11:30 Trace: CFtpControlSocket::ResetOperation(0) 20:11:30 Trace: CControlSocket::ResetOperation(0) 20:11:30 Trace: CFileZillaEnginePrivate::ResetOperation(0) 20:11:30 Status: Retrieving directory listing... 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Trace: CFtpControlSocket::ChangeDirSend() 20:11:30 Command: PWD 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 257 "/" is current directory. 20:11:30 Trace: CFtpControlSocket::ResetOperation(0) 20:11:30 Trace: CControlSocket::ResetOperation(0) 20:11:30 Trace: CFtpControlSocket::ParseSubcommandResult(0) 20:11:30 Trace: CFtpControlSocket::ListSubcommandResult() 20:11:30 Trace: state = 1 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Trace: CFtpControlSocket::TransferSend() 20:11:30 Trace: state = 1 20:11:30 Command: TYPE I 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 200 Type set to I 20:11:30 Trace: CFtpControlSocket::TransferParseResponse() 20:11:30 Trace: code = 2 20:11:30 Trace: state = 1 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Trace: CFtpControlSocket::TransferSend() 20:11:30 Trace: state = 2 20:11:30 Trace: Retrieving external IP address from http://ip.filezilla-project.org/ip.php 20:11:30 Trace: Got external IP address 20:11:30 Command: PORT 71,20,152,159,16,209 20:11:30 Trace: CFtpControlSocket::OnReceive() 20:11:30 Response: 200 PORT command successful 20:11:30 Trace: CFtpControlSocket::TransferParseResponse() 20:11:30 Trace: code = 2 20:11:30 Trace: state = 2 20:11:30 Trace: CFtpControlSocket::SendNextCommand() 20:11:30 Trace: CFtpControlSocket::TransferSend() 20:11:30 Trace: state = 4 20:11:30 Command: LIST

this is as far as it gets before stopping. I never get a directory listing, I *suspect* because there is another connection on another thread, as shown in the debug log (resolver thread?). don't know, since I didn't write it.

in any case, I can't connect to this server, because unlike other web hosting companies, this one has the requirement of only 1 connection to the sever, and I think Filezilla client is taking more than what it should. it is set for 1.

#5202 Error Open Files normal worksforme 14 years 14 years
Description

Hello:

I Have the files .mod and .sys associated to open with PSpad text editor, but with Filezila explorer don't works.

For the .mod files it try open that using Windows Media Player

For the .sys I have he message that no program associated with kind the files.

BR

#5197 error reporting when uploadin file normal rejected 14 years 14 years
Description

hai guys..i have an error (bug) when i'm trying to upload my file into webserver! here is the error came:

Command: STOR simaksql.sql Response: 552 Quota exceeded: [simaksql.sql] won't be saved Error: Critical error

Thanks for your respon!

best regards dediajimk

#5204 Please help me with 503 Failure of data connection. low rejected 14 years 14 years
Description

This is what I'm getting. I have updated my router and uninstalled my Norton 360. Please help.

Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.3.1 Response: 230 logged on. Checking for correct external IP address Retrieving external IP address from http://ip.filezilla-project.org/ip.php Checking for correct external IP address IP 67.186.178.115 gh-big-bhi-bbf Response: 200 OK PREP 49240 Response: 200 Using port 49240, data token 1037870087 PORT 67,186,178,115,192,88 Response: 200 PORT command successful LIST Response: 150 opening data connection Response: 503 Failure of data connection. Server sent unexpected reply. Connection closed

#5196 Deleted files go to recycle bin even if disabled normal rejected 14 years 14 years
Description

Even if the Windows recycle bin is disabled, files deleted via FileZilla still end up there.

#5218 Site specific bookmarks not updating with multiple tabs open normal duplicate 14 years 14 years
Description

On the Windows version (3.3.2) while connected to separate sites in different tabs switching between the tabs does not update the site specific bookmarks. Only the most recent site's bookmarks are displayed regardless of which tab is open.

#5217 SFTP get from OpenSUSE Server causes Vista 64 blue screen crash normal rejected 14 years 14 years
Description

Have an OpenSUSE 11.1 server that, when retrieving files from via FileZilla on 64 bit Vista, causes a blue screen hard crash. I can connect and login, list files, etc., but as soon as I double click or select transfer, I get a hard crash. I am on the current version of Filezilla (3.3.2) but this has been happening a while with older versions as well.

This does not happen on the same client machine with many other SFTP installations (including Solaris), so I am concluding that it is some oddity between the OpenSUSE SSH server. The OpenSSH version on the server is 5.1p1-40.15. I also see no logs on the server side indicating any type of error.

#5220 Cannot access Folder with French access on Mac FileZilla version normal rejected 14 years 14 years
Description

I have 2 computers a MacBook Pro running FileZilla 3.3.2 and a PC running FileZilla 3.3.2. On the same FTP server, I have a folder called "Denis à Ghislain". On the Mac version, when I will not see the folder but on my PC version I do. I renamed the folder Denis_Ghislain and now I can see it on my Mac version but I would like this to be fixed.

Thank you so much in advance!

#5215 Filezilla (3.3.2) lists large file sizes as 2gb normal rejected 14 years 14 years
#5234 Wrong mouse pointer on drag&drop with serverside folders (move vs. copy) normal wontfix 14 years 14 years
Description

Dragging and dropping folders on server from one location to another (but still on the same server) is a "move" operation. But the mouse pointer while dragging is adorned with the "[+]" indicator, suggesting that a copy operation will happen on drop. This is clearly misleading.

Therefore: On drag&drop, the mouse pointer should reflect correctly the type of file operation that is going to be performed on drop: "copy" (mouse pointer with [+] indicator) or "move" (mouse pointer with [<box>] indicator).

#5238 Windows 7 Taskbar behaviour normal fixed 14 years 14 years
Description

If you pin filezilla to the windows 7 taskbar and then click it it opens a second icon on the task bar.

The expected behaviour is that the existing icon changes to display a border indicating that the application is running.

#5244 Can't get directory listing normal rejected 14 years 14 years
Description

Server is z/OS 1.9. Client O/S is XP SP3. Here is debug listing:

Trace: CFtpControlSocket::OnReceive() Response: 220-FTPD1 IBM FTP CS V1R9 at titan.nih.gov, 11:45:29 on 2010-03-02. Trace: CFtpControlSocket::OnReceive() Response: 220 Connection will close if idle for more than 1440 minutes. Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 Security environment established - ready for negotiation Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: Handshake successful Trace: Cipher: ARCFOUR-128, MAC: MD5 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER zzyzkl2 Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 Send password please. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230 ZZYZKL2 is logged on. Working directory is "ZZYZKL2.". Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 215 MVS is the operating system of this server. FTP Server is running on z/OS. Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 211- Extensions supported Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: AUTH TLS Response: PBSZ Response: PROT Response: 211 End Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Protection buffer size accepted Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Data connection protection set to private Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD 'zzyzkl2.' Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 250 "ZZYZKL2." is the working directory name prefix. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 257 "'ZZYZKL2.'" is working directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Representation type is Image Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (128,231,64,34,195,109) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 125 List started OK Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: ARCFOUR-128, MAC: MD5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTlsSocket::Failure(-9, 0) Error: GnuTLS error -9: A TLS packet with unexpected length was received. Status: Server did not properly shut down TLS connection Error: Could not read from transfer socket: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 250 List completed successfully. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: Failed to retrieve directory listing Trace: CFileZillaEnginePrivate::ResetOperation(2)

note: another user of our system was able to obtain a directory listing, but he has far fewer data sets than I do.

#5247 MOV files listed as TEXT files normal rejected 14 years 14 years
Description

Hello,

I see that MOV files are listed in the settings/"Automatic file type classification" to be treated as ASCII. This corrupts of course Quicktime MOV files.

I found out that mov files are also used by matlab and could be text files, but I think the majority of people handling mov files today are transfering video files.

Could "mov" be removed from that list ?

Cheers from Geneva, Switzerland.

Marco.

#5250 'nightly' builds update error normal fixed 14 years 14 years
Description

FileZilla 3.3.2

When updating with 'nighlty' builds option, update gets FileZilla.zip.sha512 file (March 3-4, 2010)

#5233 Site-specific bookmarks don't appear in bookmarks menu for site normal duplicate 14 years 14 years
Description

FileZilla Version 3.3.2.

There are two ways to reproduce this bug.

First way: Reconnect to server with site-specific bookmarks right after launching FileZilla.

Second way: Have the server with the bookmarks in one tab, then connect to a different server with no bookmarks in another tab. Close the server with no bookmarks.

#5249 Site-specific bookmarks 3.3.2 issue normal duplicate 14 years 14 years
Description

FileZilla Version 3.3.2. (Update with "Check for updates" wisard)

Connect to the first server with site-specific bookmarks. Connect to the second server with site-specific bookmarks in new tab. Site-specific bookmarks will be described for the second server and the same for all tabs.

#5207 text files upload normal rejected 14 years 14 years
Description

FileZila uploader removes one of two simbols of "end line" in uploaded text-files. In result, uploaded files are shorter than originals and have another structure. They cannot be used for control of users' programms.

#5245 Problem with new version normal rejected 14 years 14 years
Description

Have been using FileZilla for a couple of weeks with no problem. Installed new version today. Now cannot upload my files... WHY??? I need to upload my ezine NOW!!!! Help ASAP!!!

#5268 Speedmeter while Upload is very lazy low worksforme 14 years 14 years
Description

Hi, I am using FileZilla on Windows 7, I was transfering many files to my FTP Server. Mostly small files, but few big ones. After all small files are transfered one of the Big files left. The Speedmeter isn't korrekt from that moment. Its as small as while the Uploadbandwith ist divided by multiple transfers, but now there is only one. In my taskmanager i can see that the full bandwith is used, but not showed in the Speedmeter in the Filezilla transferlist. It's growing but slow! I think you have to improve the calculation of the actual Speed, if there are big differences in short time.

#5274 Directory Listing with [ ] characters low rejected 14 years 14 years
Description

Hello,

It's impossible to list directory : Commande : CWD /AAAA - AAAA (AAAAA) [March 18, 2010] AAA Réponse : 250 CWD command successful Commande : PWD Réponse : 257 "/AAAA - AAAA (AAAAA) [March 18, 2010] AAA" is the current directory Commande : PASV Réponse : 227 Entering Passive Mode (xxx.xxx.xxx.xxx). Commande : MLSD Réponse : 550 Unable to handle command Erreur : Échec lors de la récupération du contenu du dossier

Client OS : Win XP Protocol : FTP

#5272 Fail to copy filename containing ':' character from Solaris 10 into Windows XP high fixed 14 years 14 years
Description

Hi,

I am trying to download from Solaris 10 into Windows XP a file containing ':' character. The complete filename is following: UAS_EDR901-06-09:210216.tar.gz

Filezilla shows it downloads the file, but in Windows I get the filename truncated to "UAS_EDR901-06-09" with 0 size.

Thanks, Januar

#5275 files renamed by accident due to previous clicks normal duplicate 14 years 14 years
Description

Reproducing this bug involves very subtle steps. Long story short, files can accidentally be renamed to the names of other files that had been clicked on.

If you click on the name of a file, then a cursor appears for typing a new name. If you then double-click a folder icon to change directories, sometimes when you switch to the new directory the renaming cursor will still be visible and showing the name of the file from the previous directory. If you then click off the file to turn off renaming, a file in the new directory will be renamed to the name of the file from the previous directory.

#5292 Access to special path failed if the folder name has an extra space at the end normal rejected 14 years 14 years
Description

Thread recap:

Access to below folder path failed, the folder ”First vendor” was created by the vendor.

/First vendor

Command: CWD First vendor Response: 550 Failed to change directory. Error: Failed to retrieve directory listing

The problem is that the folder “First vendor” has an extra space at the end, so it was actually “First vendor ”, but we cannot see that in FileZilla client, and we cannot rename or delete the folder.

The folder can be accessed using other FTP software like “Leechftp”.

#5293 ssl cerification low worksforme 14 years 14 years
Description

I have a valid ssl certification on my server. I connect filezilla cliet TLS and i have to accept this cert. WHY? My browser accept automatic this cert. I need to the client use microsoft cert store. How to it?

#5258 Downloading a file with a colon ":" in it makes 0 byte file normal fixed 14 years 14 years
Description

Whenever I download a single file with a name like "jvm.stdout.2010-03-03-11:18" from my linux server to my Windows XP machine it looks like it's downloading it, but when it's finished, the file is 0 bytes. The file is still renamed properly "jvm.stdout.2010-03-03-11" to support windows naming requirements.

But if I select 2 files, e.g. "jvm.stdout.2010-03-03-11:18" and "localhost.2010-03-03.log", then both files are downloaded properly.

It's only when I select the single file with the colon in it does it not download properly.

But maybe it's not the colon at all. Maybe it's something to do with the file name itself. So please try with the file names I've given you.

#5305 Transfering a binary file to the target server will fail after few seconds normal fixed 14 years 14 years
Description

I was trying to transfer a MSI file (TEST.MSI) to my web server. After few seconds or minutes FZ will no longer be able to establish the connectivity to my web server any more. FZ is trying to connect to my web server several times and ran into a time-out.

Just viewing on my web server without transfering data to it works fine.

I'm using the latest FZ v3.3.2.1

I assumed my web server has a problem, but with pure FTP from command line the file could be transfered successfully.

One year ago I had the same problem with FZ and this could be fixed by installing an update as this was available.

-Hans

#5237 Download problem, large file corrupt Fz-Client 3.3.2 normal rejected 14 years 14 years
Description

I'm using last FZ-client 3.3.2.

When i try to download a large file more the 400Mb (.tar, .gz, .tgz, tar.gz) from Linux RH server, i can download the file completely with the same file size (binary or autodet. mode), but when i try to open the file result corrupted !!

  • there is no error during the transfer operation.
  • both of the machines win/Linux have 100Mb-FD lan speed.

S.O : Win Vista32 sp2

Regards AleX

#5301 OSX - Only sees root drive, doesn't see other drives normal worksforme 14 years 14 years
Description

The local site box can only access the root system drive. It cannot (seemingly) access other drives. This is a problem when you've moved your OSX user-account to a different drive.

#5299 Corrupting animated gif files high rejected 14 years 14 years
Description

I noticed that Filezilla is corrupting animated gif files or does not transfer them in the right way.

#5313 During transfer Windows to Linux (and vice versa) line endings are removed low rejected 14 years 14 years
Description

Windows 7 x64 FileZilla Client 3.3.2.1 (updated from previous version automatically)

After transfering text files (in Mac encoding - CR at line end) CR are removed from file at all. Tried some other ftp-clients - everything's ok.

#5325 Spaces in filenames don't open properly normal fixed 14 years 14 years
Description

If the filename has a space or spaces midway through the filename, then when you try to open the file from within Filezilla (from the right-click menu) it will open a list of files instead of the single file you wanted to open. For example, if you try to open "Template for prototypes.docx", it will respond by attempting to open "Template", "for" and "prototypes.docx", all of them in OpenOffice, and because OpenOffice can't find any of the three, it will pop up three errors of not being able to find each of those three files.

Would it be possible for Filezilla to escape the space characters in a filename or to wrap filenames in quotes?

This occurred while running a version of Filezilla (3.2.7.2) obtained through apt-get on Ubuntu 9.10, x86.

#5324 filenames startings with # (sharp) normal rejected 14 years 14 years
Description

filezilla can`t start downloading via FTP file, what containing sharp in name. part of log ================= Command: RETR #405-Great-Expectations.avi Response: 550 Failed to open file. ================= the same situation with other files, starting with # local filenames encoding utf-8 server encoding CP1251

#5317 UI Issue: dragging files shows either the wrong mouse icon or carries out wrong action low wontfix 14 years 14 years
Description

Currently dragging a file to a subfolder shows a mouse icon with a "+" symbol next to it and the file is moved - however in explorer this means that the file will be copied to the subfolder

In filezilla (in the remote pane) either the icon is wrong (and it should be a normal mouse icon) or the action is wrong (and the file should be copied not moved)

Minor but hope this helps

~moltenlead

#5319 Filezilla fails to CWD into a directory with trailing spaces normal rejected 14 years 14 years
Description

Hi,

a co-worker has uploaded a directory "Button " and Filezilla 3.3.2.1 fails to CWD into that dir:

Command: PASV Response: 227 Entering Passive Mode (xx,xxx,xxx,xx,xxx,xx). Command: LIST Response: 150 Opening ASCII mode data connection for file list Listing: drwxr-xr-x 2 ftp_xchange xxxxxx 4096 Apr 13 10:57 Button Response: 226-Transfer complete Response: 226 Quotas off Status: Directory listing successful Status: Retrieving directory listing... Command: CWD Button Response: 550 Button: No such file or directory Error: Failed to retrieve directory listing

I don´t know if that´s a FileZilla problem or perhaps is not supposed to work via FTP at all. And yes, having a directory with trailing spaces is retarded ;-)

Cheers Lars

#5331 No connetion to Server SFTP with non-ASCII password normal worksforme 14 years 14 years
Description

Status: Verbinde mit * Antwort: fzSftp started Befehl: open "" 22 Befehl: Pass: * Fehler: Authentifizierung fehlgeschlagen. Fehler: Kritischer Fehler Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

it is not Possible to connect to the server. The pw is like: aAa!1%_sCh9151u64!"$§%46(!(=ScK21bRs65)or.!es$5084450

The Server OS: Freebsd 7.1 Force UTF-8 does not help.

#5310 "Empty directory" when not connected low fixed 14 years 14 years
Description

I am running FileZilla 3.3.2.1. I have the default pane layout with "Remote site" on the right hand side. When not connected to a remote site, either after startup or after disconnecting, the status bar (is that the correct word?) under Remote site displays "Empty directory." This text implies that a certain directory is targeted but that it does not contain any file to display. In my view that is incorrect, because there is no directory that this refers to. It would be better if the text read "Nothing to display" or "No files to display".

#5285 Mysterious uploads and file size difference between hard drive and uploaded web page high rejected 14 years 14 years
Description

I downloaded the upgraded version of your software about 3 weeks ago. Two weeks ago my brand new website crashed but most of it re-uploaded without issue. A day or two later I started to have problems on my older website. Links in an uploaded document had changed so when you clicked the title the link went to the wrong document. Is there a reason that links can change like that? I check them after each upload so I know that they start out correctly. Also Filezilla does not seem to be uploading all of the code for the pages in my older website. Example: One page's file size is 94,718 on my hard drive but when uploaded it is only 93,751 - all 9 webpages have this issue. I tried re-uploading with no success. I also tried deleting the pages totally and re-uploading....initially the file sizes matched but when left for a few minutes it reduces again. A couple of times the page would start to display the correct file size during the upload but by the time the upload finished the size would drop again. I have also re-installed your software but that did not help. Though nothing appears to be missing there is a physical difference in the way the pages on my hard drive and the web copy displays when viewed through a browser.

Also periodically when I open FileZilla I find random pages that are no longer being used have mysteriously just uploaded back on to the web. That was the case last week - I found 5 old pages (that are deeply nested in folders) uploaded with my regular web content. In trying to discover why these mysterious uploads might have happened I discovered the file size and display issues.

It is critical that I get this fixed because the older website is a repository for legislative and regulatory information & heavily accessed.

Thank you for any assistance you can give.

#5311 Showing transfer complete notification even when transfer is cancelled normal rejected 14 years 14 years
Description

Filezilla is showing the transfer notification that says: "Transfers finished. All files have been successfully transferred" even though I pressed Canceled.

Step to reproduce:

  1. Connect to an FTP server
  2. Download a file from the server
  3. Drag the file from the server to the client again, but when asked if the file should be replaced, cancel

Filezilla will still show the successful file transfer notification. It shouldn't since no file has been transferred.

I'm using version 3.3.1 which comes with Ubuntu Lucid but I downloaded the latest version (3.3.2.1) from the website and the same thing happens.

#3804 Reconnect is not enabled. normal rejected 16 years 14 years
Description

Running Windows XP SP3 on HP m7250n media center desktop. Using Dialup on internal modem. Attempting to transmit 15-17 meg files and receiving server times out after 15 minutes of perceived no activity, including sending data to it. On previous version I was able to restart the download by clicking on the "R" at the top of the screen. With this version, the "R" remains grayed out all the time, and clicking it has no effect. I have had to resort to clicking "Process Queue" twice to get the program to reconnect to the receiving server and continue the transfer. Any other action results in a restart of sending the file, and overwriting what was there before rather than appending the new material to the end of the all ready received file.

Here is a listing of the message log down to the first time I had to re-connect to the server.

Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [TLS] ---------- Response: 220-You are user number 2 of 50 allowed. Response: 220-Local time is now 19:47. Server port: 21. Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER dan@… Response: 331 User dan@… OK. Password required Command: PASS Response: 230-User dan@… has group access to: bible9 Response: 230 OK. Current restricted directory is / Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: ESTP Response: PASV Response: EPSV Response: SPSV Response: ESTA Response: AUTH TLS Response: PBSZ Response: PROT Response: 211 End. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (67,210,98,235,213,78) Command: LIST Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 27 matches total Status: Calculating timezone offset of server... Command: MDTM Christs_Cross_Works_1.mp3 Response: 213 20080831060628 Status: Timezone offsets: Server: -25200 seconds. Local: -25200 seconds. Difference: 0 seconds. Status: Directory listing successful Status: Resolving address of ftp.bibledoctrineoutreach.org Status: Resolving address of ftp.bibledoctrineoutreach.org Status: Connecting to 67.210.98.235:21... Status: Connection established, waiting for welcome message... Status: Connecting to 67.210.98.235:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [TLS] ---------- Response: 220-You are user number 3 of 50 allowed. Response: 220-Local time is now 19:48. Server port: 21. Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER dan@… Response: 220---------- Welcome to Pure-FTPd [TLS] ---------- Response: 220-You are user number 4 of 50 allowed. Response: 220-Local time is now 19:48. Server port: 21. Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER dan@… Response: 331 User dan@… OK. Password required Command: PASS Response: 331 User dan@… OK. Password required Command: PASS Response: 230-User dan@… has group access to: bible9 Response: 230 OK. Current restricted directory is / Status: Connected Status: Starting upload of C:\John's Lessons MP3\Christs_Suffering_10.mp3 Command: CWD / Response: 230-User dan@… has group access to: bible9 Response: 230 OK. Current restricted directory is / Status: Connected Status: Starting upload of C:\John's Lessons MP3\Christs_Suffering_11.mp3 Response: 250 OK. Current directory is / Command: PWD Response: 257 "/" is your current location Command: CWD / Response: 250 OK. Current directory is / Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (67,210,98,235,162,247) Command: STOR Christs_Suffering_10.mp3 Command: TYPE I Response: 150 Accepted data connection Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (67,210,98,235,92,13) Command: STOR Christs_Suffering_11.mp3 Response: 150 Accepted data connection Error: Disconnected from server: ECONNABORTED - Connection aborted Error: Transfer aborted by user Error: Transfer aborted by user Status: Starting upload of C:\John's Lessons MP3\Christs_Suffering_10.mp3 Status: Retrieving directory listing... Status: ftpcontrolsocket.cpp(1724): Waiting for replies to skip before sending next command... caller=0p149bb00 Status: Starting upload of C:\John's Lessons MP3\Christs_Suffering_11.mp3 Status: Retrieving directory listing...

#840 unix hidden files are not hidden Eirik normal 19 years 14 years
Description

unix hidden files (such as .something dot-something) are not hidden on remote servers

using version 2.2.10 under WinXP

#4921 Download resume bug high duplicate 15 years 14 years
Description

I set "downloads: resume file transfer" option at file exist action, but it dosent resume but skip all exist file.

Here is a sample log: 10:10:02 Status: Connecting to 192.168.6.201:21... 10:10:02 Status: Connection established, waiting for welcome message... 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 220-FileZilla Server version 0.9.29 beta 10:10:02 Response: 220-written by Tim Kosse (Tim.Kosse@…) 10:10:02 Response: 220 Please visit http://sourceforge.net/projects/filezilla/ 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Command: USER poc 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 331 Password required for poc 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Command: PASS 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 230 Logged on 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Command: SYST 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 215 UNIX emulated by FileZilla 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Command: FEAT 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 211-Features: 10:10:02 Response: MDTM 10:10:02 Response: REST STREAM 10:10:02 Response: SIZE 10:10:02 Response: MLST type*;size*;modify*; 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: MLSD 10:10:02 Response: UTF8 10:10:02 Response: CLNT 10:10:02 Response: MFMT 10:10:02 Response: 211 End 10:10:02 Status: Connected 10:10:02 Trace: CFtpControlSocket::ResetOperation(0) 10:10:02 Trace: CControlSocket::ResetOperation(0) 10:10:02 Trace: CFileZillaEnginePrivate::ResetOperation(0) 10:10:02 Status: Retrieving directory listing... 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Trace: CFtpControlSocket::ChangeDirSend() 10:10:02 Command: PWD 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 257 "/" is current directory. 10:10:02 Trace: CFtpControlSocket::ResetOperation(0) 10:10:02 Trace: CControlSocket::ResetOperation(0) 10:10:02 Trace: CFtpControlSocket::ParseSubcommandResult(0) 10:10:02 Trace: CFtpControlSocket::ListSubcommandResult() 10:10:02 Trace: state = 1 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Trace: CFtpControlSocket::TransferSend() 10:10:02 Trace: state = 1 10:10:02 Command: TYPE I 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 200 Type set to I 10:10:02 Trace: CFtpControlSocket::TransferParseResponse() 10:10:02 Trace: code = 2 10:10:02 Trace: state = 1 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Trace: CFtpControlSocket::TransferSend() 10:10:02 Trace: state = 2 10:10:02 Command: PASV 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 227 Entering Passive Mode (192,168,6,201,4,26) 10:10:02 Trace: CFtpControlSocket::TransferParseResponse() 10:10:02 Trace: code = 2 10:10:02 Trace: state = 2 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Trace: CFtpControlSocket::TransferSend() 10:10:02 Trace: state = 4 10:10:02 Command: MLSD 10:10:02 Trace: CTransferSocket::OnConnect 10:10:02 Trace: CFtpControlSocket::OnReceive() 10:10:02 Response: 150 Connection accepted 10:10:02 Trace: CFtpControlSocket::TransferParseResponse() 10:10:02 Trace: code = 1 10:10:02 Trace: state = 4 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Trace: CFtpControlSocket::TransferSend() 10:10:02 Trace: state = 5 10:10:02 Response: 226 Transfer OK 10:10:02 Trace: CFtpControlSocket::TransferParseResponse() 10:10:02 Trace: code = 2 10:10:02 Trace: state = 5 10:10:02 Trace: CFtpControlSocket::SendNextCommand() 10:10:02 Trace: CFtpControlSocket::TransferSend() 10:10:02 Trace: state = 8 10:10:02 Trace: CTransferSocket::OnReceive(), m_transferMode=0 10:10:02 Listing: type=file;modify=20090803122151;size=16138137; IMSClient_.exe 10:10:02 Trace: CTransferSocket::TransferEnd(1) 10:10:02 Trace: CFtpControlSocket::TransferEnd() 10:10:02 Trace: CFtpControlSocket::ResetOperation(0) 10:10:02 Trace: CControlSocket::ResetOperation(0) 10:10:02 Trace: CFtpControlSocket::ParseSubcommandResult(0) 10:10:02 Trace: CFtpControlSocket::ListSubcommandResult() 10:10:02 Trace: state = 3 10:10:02 Trace: CFtpControlSocket::ResetOperation(0) 10:10:02 Trace: CControlSocket::ResetOperation(0) 10:10:02 Status: Directory listing successful 10:10:02 Trace: CFileZillaEnginePrivate::ResetOperation(0) 10:10:05 Status: Connecting to 192.168.6.201:21... 10:10:05 Status: Connection established, waiting for welcome message... 10:10:05 Trace: CFtpControlSocket::OnReceive() 10:10:05 Response: 220-FileZilla Server version 0.9.29 beta 10:10:05 Response: 220-written by Tim Kosse (Tim.Kosse@…) 10:10:05 Response: 220 Please visit http://sourceforge.net/projects/filezilla/ 10:10:05 Trace: CFtpControlSocket::SendNextCommand() 10:10:05 Command: USER poc 10:10:05 Trace: CFtpControlSocket::OnReceive() 10:10:05 Response: 331 Password required for poc 10:10:05 Trace: CFtpControlSocket::SendNextCommand() 10:10:05 Command: PASS 10:10:05 Trace: CFtpControlSocket::OnReceive() 10:10:05 Response: 230 Logged on 10:10:05 Status: Connected 10:10:05 Trace: CFtpControlSocket::ResetOperation(0) 10:10:05 Trace: CControlSocket::ResetOperation(0) 10:10:05 Trace: CFileZillaEnginePrivate::ResetOperation(0) 10:10:05 Trace: CFtpControlSocket::FileTransfer() 10:10:05 Status: Starting download of /IMSClient_.exe 10:10:05 Trace: CFtpControlSocket::SendNextCommand() 10:10:05 Trace: CFtpControlSocket::ChangeDirSend() 10:10:06 Command: CWD / 10:10:06 Trace: CFtpControlSocket::OnReceive() 10:10:06 Response: 250 CWD successful. "/" is current directory. 10:10:06 Trace: CFtpControlSocket::SendNextCommand() 10:10:06 Trace: CFtpControlSocket::ChangeDirSend() 10:10:06 Command: PWD 10:10:06 Trace: CFtpControlSocket::OnReceive() 10:10:06 Response: 257 "/" is current directory. 10:10:06 Trace: CFtpControlSocket::ResetOperation(0) 10:10:06 Trace: CControlSocket::ResetOperation(0) 10:10:06 Trace: CFtpControlSocket::ParseSubcommandResult(0) 10:10:06 Trace: FileTransferSubcommandResult() 10:10:06 Trace: CFtpControlSocket::SendNextCommand() 10:10:06 Trace: FileTransferSend() 10:10:06 Trace: CFtpControlSocket::SendNextCommand() 10:10:06 Trace: CFtpControlSocket::TransferSend() 10:10:06 Trace: state = 1 10:10:06 Command: TYPE I 10:10:06 Trace: CFtpControlSocket::OnReceive() 10:10:06 Response: 200 Type set to I 10:10:06 Trace: CFtpControlSocket::TransferParseResponse() 10:10:06 Trace: code = 2 10:10:06 Trace: state = 1 10:10:06 Trace: CFtpControlSocket::SendNextCommand() 10:10:06 Trace: CFtpControlSocket::TransferSend() 10:10:06 Trace: state = 2 10:10:06 Command: PASV 10:10:06 Trace: CFtpControlSocket::OnReceive() 10:10:06 Response: 227 Entering Passive Mode (192,168,6,201,4,27) 10:10:06 Trace: CFtpControlSocket::TransferParseResponse() 10:10:06 Trace: code = 2 10:10:06 Trace: state = 2 10:10:06 Trace: CFtpControlSocket::SendNextCommand() 10:10:06 Trace: CFtpControlSocket::TransferSend() 10:10:06 Trace: state = 4 10:10:06 Command: RETR IMSClient_.exe 10:10:06 Trace: CTransferSocket::OnConnect 10:10:06 Trace: CFtpControlSocket::OnReceive() 10:10:06 Response: 150 Connection accepted 10:10:06 Trace: CFtpControlSocket::TransferParseResponse() 10:10:06 Trace: code = 1 10:10:06 Trace: state = 4 10:10:06 Trace: CFtpControlSocket::SendNextCommand() 10:10:06 Trace: CFtpControlSocket::TransferSend() 10:10:06 Trace: state = 5 10:10:06 Trace: CTransferSocket::OnReceive(), m_transferMode=2 ... 10:10:06 Trace: CTransferSocket::OnReceive(), m_transferMode=2 10:10:06 Trace: CFtpControlSocket::ResetOperation(10) 10:10:06 Trace: CControlSocket::ResetOperation(10) 10:10:06 Trace: CFtpControlSocket::ResetOperation(10) 10:10:06 Trace: CControlSocket::ResetOperation(10) 10:10:06 Error: Transfer aborted by user 10:10:06 Trace: CFileZillaEnginePrivate::ResetOperation(10) 10:10:06 Trace: CFtpControlSocket::OnReceive() 10:10:06 Response: 426 Connection closed; transfer aborted. 10:10:06 Trace: Skipping reply after cancelled operation or keepalive command. 10:10:14 Status: Retrieving directory listing... 10:10:14 Trace: CFtpControlSocket::ParseSubcommandResult(0) 10:10:14 Trace: CFtpControlSocket::ListSubcommandResult() 10:10:14 Trace: state = 1 10:10:14 Trace: CFtpControlSocket::SendNextCommand() 10:10:14 Trace: CFtpControlSocket::TransferSend() 10:10:14 Trace: state = 2 10:10:14 Command: PASV 10:10:14 Trace: CFtpControlSocket::OnReceive() 10:10:14 Response: 227 Entering Passive Mode (192,168,6,201,4,28) 10:10:14 Trace: CFtpControlSocket::TransferParseResponse() 10:10:14 Trace: code = 2 10:10:14 Trace: state = 2 10:10:14 Trace: CFtpControlSocket::SendNextCommand() 10:10:14 Trace: CFtpControlSocket::TransferSend() 10:10:14 Trace: state = 4 10:10:14 Command: MLSD 10:10:14 Trace: CTransferSocket::OnConnect 10:10:14 Trace: CFtpControlSocket::OnReceive() 10:10:14 Response: 150 Connection accepted 10:10:14 Trace: CFtpControlSocket::TransferParseResponse() 10:10:14 Trace: code = 1 10:10:14 Trace: state = 4 10:10:14 Trace: CFtpControlSocket::SendNextCommand() 10:10:14 Trace: CFtpControlSocket::TransferSend() 10:10:14 Trace: state = 5 10:10:14 Response: 226 Transfer OK 10:10:14 Trace: CFtpControlSocket::TransferParseResponse() 10:10:14 Trace: code = 2 10:10:14 Trace: state = 5 10:10:14 Trace: CFtpControlSocket::SendNextCommand() 10:10:14 Trace: CFtpControlSocket::TransferSend() 10:10:14 Trace: state = 8 10:10:14 Trace: CTransferSocket::OnReceive(), m_transferMode=0 10:10:14 Listing: type=file;modify=20090803122151;size=16138137; IMSClient_.exe 10:10:14 Trace: CTransferSocket::TransferEnd(1) 10:10:14 Trace: CFtpControlSocket::TransferEnd() 10:10:14 Trace: CFtpControlSocket::ResetOperation(0) 10:10:14 Trace: CControlSocket::ResetOperation(0) 10:10:14 Trace: CFtpControlSocket::ParseSubcommandResult(0) 10:10:14 Trace: CFtpControlSocket::ListSubcommandResult() 10:10:14 Trace: state = 3 10:10:14 Trace: CFtpControlSocket::ResetOperation(0) 10:10:14 Trace: CControlSocket::ResetOperation(0) 10:10:14 Status: Directory listing successful 10:10:14 Trace: CFileZillaEnginePrivate::ResetOperation(0) 10:10:18 Trace: CFtpControlSocket::FileTransfer() 10:10:18 Status: Starting download of /IMSClient_.exe 10:10:18 Trace: CFtpControlSocket::ParseSubcommandResult(0) 10:10:18 Trace: FileTransferSubcommandResult() 10:10:18 Status: Skipping download of /IMSClient_.exe 10:10:18 Trace: CFtpControlSocket::ResetOperation(0) 10:10:18 Trace: CControlSocket::ResetOperation(0) 10:10:18 Status: File transfer successful 10:10:18 Trace: CFileZillaEnginePrivate::ResetOperation(0) 10:10:18 Trace: CFileZillaEnginePrivate::ResetOperation(0) 10:10:25 Trace: CFtpControlSocket::FileTransfer() 10:10:25 Status: Starting download of /IMSClient_.exe 10:10:25 Trace: CFtpControlSocket::ParseSubcommandResult(0) 10:10:25 Trace: FileTransferSubcommandResult() 10:10:25 Status: Skipping download of /IMSClient_.exe 10:10:25 Trace: CFtpControlSocket::ResetOperation(0) 10:10:25 Trace: CControlSocket::ResetOperation(0) 10:10:25 Status: File transfer successful 10:10:25 Trace: CFileZillaEnginePrivate::ResetOperation(0) 10:10:33 Status: Disconnected from server 10:10:33 Trace: CControlSocket::DoClose(64) 10:10:33 Trace: CFtpControlSocket::ResetOperation(66) 10:10:33 Trace: CControlSocket::ResetOperation(66) 10:10:33 Trace: CFileZillaEnginePrivate::ResetOperation(66) 10:10:33 Trace: CControlSocket::DoClose(64) 10:10:33 Trace: CControlSocket::DoClose(64) 10:10:33 Trace: CFileZillaEnginePrivate::ResetOperation(0) 10:10:55 Status: Sending keep-alive command 10:10:55 Command: NOOP 10:10:55 Response: 200 OK 10:11:25 Status: Disconnected from server

#4586 Preserve timestamps not working normal rejected 15 years 14 years
Description

Filezilla 3.2.5 is not preserving timestamps, but SmartFTP is doing it flawlessly, when dragging from local window to remote window. "Preserive Timestamps..." is checked in the "Transfer" menu of Filezilla but the log shows that Filezilla is not even attempting an MFMT command. FEAT shows MFMT is supported.

Log from Filezilla: attached

Log from SmartFTP: attached

If the problem is that the server isn't using seconds, then Filezilla should be more flexible to omit seconds (a feature request).

I don't the a way to attach the logs, so I'm including them inline here.

Filezilla: Status: Resolving address of ftp.adrive.com Status: Connecting to 38.99.42.153:21... Status: Connection established, waiting for welcome message... Response: 220 ADrive.com - Username is your email address used for web interface. FTP is for Signature and Premium accounts only. Command: USER doug@… Response: 331 Username OK, please send password. Command: PASS * Response: 230 Welcome doug@…. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: AUTH TLS Response: HOST Response: LANG EN* Response: MDTM Response: MFMT Response: MLST TYPE*;SIZE*;MODIFY*;PERM*;UNIX.MODE*; Response: PBSZ Response: PROT Response: REST STREAM Response: SIZE Response: TVFS Response: UTF8 Response: 211 END Status: Connected ... Status: Retrieving directory listing... Command: PWD Response: 257 "/" Command: TYPE I Response: 200 TYPE changed to I. Command: PASV Response: 227 Entering Passive Mode (38,99,42,153,199,65) Command: MLSD Response: 150 Opening data connection for file listing. Response: 226 Listing complete. Data connection has been closed. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD Data Response: 250 Changed directory OK. Command: PWD Response: 257 "/Data" Command: PASV Response: 227 Entering Passive Mode (38,99,42,153,193,115) Command: MLSD Response: 150 Opening data connection for file listing. Response: 226 Listing complete. Data connection has been closed. Status: Directory listing successful Status: Resolving address of ftp.adrive.com Status: Connecting to 38.99.42.153:21... Status: Connection established, waiting for welcome message... Response: 220 ADrive.com - Username is your email address used for web interface. FTP is for Signature and Premium accounts only. Command: USER xxx Response: 331 Username OK, please send password. Command: PASS * Response: 230 Welcome xxx Status: Connected

Status: Retrieving directory listing... Command: CDUP Response: 250 Changed directory OK. Command: PWD Response: 257 "/Data" Status: Directory listing successful Status: Starting upload of D:\Data\You_can_Win.pdf Command: PASV Response: 227 Entering Passive Mode (38,99,42,153,233,121) Command: STOR You_can_Win.pdf Response: 150 Opening BINARY mode data connection for file You_can_Win.pdf. Response: 226 File store complete. Data connection has been closed. Status: File transfer successful

SmartFTP: [2009-06-17T14:38:39] Log opened [2009-06-17T14:38:39] Initializing. Transfer Queue v1.0.20.7. [2009-06-17T14:38:39] Resolving host name "ftp.adrive.com" [2009-06-17T14:38:39] Connecting to 38.99.42.152 Port: 21 [2009-06-17T14:38:39] Connected to ftp.adrive.com. [2009-06-17T14:38:40] 220 ADrive.com - Username is your email address used for web interface. FTP is for Signature and Premium accounts only. [2009-06-17T14:38:40] USER xxx [2009-06-17T14:38:40] 331 Username OK, please send password. [2009-06-17T14:38:40] PASS (hidden) [2009-06-17T14:38:40] 230 Welcome xxx [2009-06-17T14:38:40] SYST [2009-06-17T14:38:40] 215 UNIX Type: L8 [2009-06-17T14:38:40] Detected Server Type: UNIX [2009-06-17T14:38:40] RTT: 86.411 ms [2009-06-17T14:38:40] FEAT [2009-06-17T14:38:40] 211-Extensions supported: [2009-06-17T14:38:40] AUTH TLS [2009-06-17T14:38:40] HOST [2009-06-17T14:38:40] LANG EN* [2009-06-17T14:38:40] MDTM [2009-06-17T14:38:40] MFMT [2009-06-17T14:38:40] MLST TYPE*;SIZE*;MODIFY*;PERM*;UNIX.MODE*; [2009-06-17T14:38:40] PBSZ [2009-06-17T14:38:40] PROT [2009-06-17T14:38:40] REST STREAM [2009-06-17T14:38:40] SIZE [2009-06-17T14:38:40] TVFS [2009-06-17T14:38:40] UTF8 [2009-06-17T14:38:40] 211 END [2009-06-17T14:38:40] OPTS UTF8 ON [2009-06-17T14:38:40] 501 Command has no settable options. [2009-06-17T14:38:40] PWD [2009-06-17T14:38:41] 257 "/" [2009-06-17T14:38:41] CWD /Data [2009-06-17T14:38:41] 250 Changed directory OK. [2009-06-17T14:38:41] PWD [2009-06-17T14:38:41] 257 "/Data" [2009-06-17T14:38:41] TYPE I [2009-06-17T14:38:41] 200 TYPE changed to I. [2009-06-17T14:38:41] PASV [2009-06-17T14:38:41] 227 Entering Passive Mode (38,99,42,152,249,193) [2009-06-17T14:38:41] Opening data connection to 38.99.42.152 Port: 63937 [2009-06-17T14:38:41] STOR You_can_Win.pdf [2009-06-17T14:38:41] 150 Opening BINARY mode data connection for file You_can_Win.pdf. [2009-06-17T14:38:41] Socket send buffer set to 16384 bytes. [2009-06-17T14:38:41] Socket send buffer set to 32768 bytes. [2009-06-17T14:38:41] Socket send buffer set to 65536 bytes. [2009-06-17T14:38:41] Socket send buffer set to 131072 bytes. [2009-06-17T14:38:41] 374545 bytes transferred. (688 KB/s) (531 ms) [2009-06-17T14:38:44] 226 File store complete. Data connection has been closed. [2009-06-17T14:38:44] MFMT 20090114064758 You_can_Win.pdf [2009-06-17T14:38:44] 213 Modify=20090114064758; You_can_Win.pdf [2009-06-17T14:38:44] MLST You_can_Win.pdf [2009-06-17T14:38:44] 250-Listing of You_can_Win.pdf: [2009-06-17T14:38:44] TYPE=file;SIZE=374545;MODIFY=20090114064758;PERM=rwafd;UNIX.MODE=rw-r--r--; You_can_Win.pdf [2009-06-17T14:38:44] 250 End of listing. [2009-06-17T14:38:44] Source File Size=374545, Destination File Size=374545 [2009-06-17T14:38:44] Log closed

#4481 when connected no directory listing is possible normal rejected 15 years 14 years
Description

filezilla client: 3.2.4.1

Status: Benutze Proxy cache1.xxxxxxxxx Status: Auflösen der IP-Adresse für cache1.xxxxxxxxx Status: Verbinde mit xxxxxxxxxxxxxxx:21... Status: Verbindung hergestellt, warte auf Willkommensnachricht... Antwort: 220 XXX FTP Proxy Service Befehl: USER swschis@xxxxxxxxxxxxxxx Antwort: 331 Password required for swschis Befehl: PASS * Antwort: 230 Logged on Befehl: SYST Antwort: 215 UNIX emulated by FileZilla Befehl: FEAT Antwort: 211-Features: Antwort: MDTM Antwort: REST STREAM Antwort: SIZE Antwort: MODE Z Antwort: MLST type*;size*;modify*; Antwort: MLSD Antwort: UTF8 Antwort: CLNT Antwort: MFMT Antwort: 211 End Status: Verbunden Status: Empfange Verzeichnisinhalt... Befehl: PWD Antwort: 257 "/" is current directory. Befehl: TYPE I Antwort: 200 Command okay. Befehl: PASV Antwort: 227 Entering Passive Mode (10,126,101,11,43,215) Befehl: MLSD Antwort: 503 Bad sequence of commands. Fehler: Verzeichnisinhalt konnte nicht empfangen werden Status: Empfange Verzeichnisinhalt... Befehl: CDUP Antwort: 250 CDUP command successful. Befehl: PWD Antwort: 257 "/" is current directory. Befehl: PASV Antwort: 227 Entering Passive Mode (10,126,101,11,140,0) Befehl: MLSD Antwort: 503 Bad sequence of commands. Fehler: Verzeichnisinhalt konnte nicht empfangen werden

downgraded to version 3.2.1 it reads like this and is working proberly:

Status: Benutze Proxy cache1.xxxxxxxxx Status: Auflösen der IP-Adresse für cache1.xxxxxxx Status: Verbinde mit xxxxxxxxxxxxx:21... Status: Verbindung hergestellt, warte auf Willkommensnachricht... Antwort: 220 XXX FTP Proxy Service Befehl: USER swschis@xxxxxxxxxxxxxxxxxx Antwort: 331 Password required for swschis Befehl: PASS * Antwort: 230 Logged on Befehl: SYST Antwort: 215 UNIX emulated by FileZilla Befehl: FEAT Antwort: 211-Features: Antwort: MDTM Antwort: REST STREAM Antwort: SIZE Antwort: MODE Z Antwort: MLST type*;size*;modify*; Antwort: MLSD Antwort: UTF8 Antwort: CLNT Antwort: MFMT Antwort: 211 End Status: Verbunden Status: Empfange Verzeichnisinhalt... Befehl: PWD Antwort: 257 "/" is current directory. Befehl: TYPE I Antwort: 200 Command okay. Befehl: PASV Antwort: 227 Entering Passive Mode (10,126,101,11,214,220) Befehl: LIST Antwort: 150 File status okay; about to open data connection. Auflistung: -rw-r--r-- 1 ftp ftp 1222656 Feb 18 2009 7z465-x64.msi Auflistung: -rwxr-xr-x 1 ftp ftp 939956 Feb 18 2009 7z465.exe Auflistung: drwxr-xr-x 1 ftp ftp 0 Apr 14 16:30 BO-XI-Transfer Auflistung: drwxr-xr-x 1 ftp ftp 0 Dec 18 2008 EasyTransferDaemon Auflistung: drwxr-xr-x 1 ftp ftp 0 Feb 20 2009 easy_data Auflistung: drwxr-xr-x 1 ftp ftp 0 Mar 27 2009 Easy_Neue_Version Auflistung: drwxr-xr-x 1 ftp ftp 0 May 05 07:12 EXPORT Auflistung: drwxr-xr-x 1 ftp ftp 0 Mar 03 2009 htdocs Auflistung: drwxr-xr-x 1 ftp ftp 0 May 04 07:57 Parameter_PeriodicJobs Auflistung: drwxr-xr-x 1 ftp ftp 0 Jan 23 2009 PDF-Datenrettung Auflistung: -rw-r--r-- 1 ftp ftp 18405197 Dec 18 2008 preprod.7z Auflistung: drwxr-xr-x 1 ftp ftp 0 Dec 18 2008 preprod_Aus_xxxxxxxx Auflistung: -rw-r--r-- 1 ftp ftp 3015 Apr 01 10:46 xxxxxxxxxxxxxxxxxxxxxxx2009-04-01_10-46-35.238.xml Auflistung: -rwxr-xr-x 1 ftp ftp 12337752 Dec 18 2008 rktools.exe Auflistung: drwxr-xr-x 1 ftp ftp 0 Mar 03 2009 RMS_Standalone_Job_1 Auflistung: -rwxr-xr-x 1 ftp ftp 79872 Apr 18 2003 robocopy.exe Auflistung: -rw-r--r-- 1 ftp ftp 75 Dec 18 2008 RoboCopyPDF_Rettung.cmd Auflistung: drwxr-xr-x 1 ftp ftp 0 Apr 01 11:11 transfer Antwort: 226 Transfer complete, closing data connection. Status: Berechne Zeitzonenabweichung des Servers... Befehl: MDTM xxxxxxxxxxxxxxxxxxxxx2009-04-01_10-46-35.238.xml Antwort: 213 20090401084635 Status: Zeitzonenabweichungen: Server: 7200 Sekunden. Lokal: 7200 Sekunden. Differenz: 0 Sekunden. Status: Anzeigen des Verzeichnisinhalts abgeschlossen

#4130 'Connection closed by server' message partway through FTP, but session continues normal rejected 15 years 14 years
Description

Hi,

About 52% of the way through FTP of a 35Mb audio file, FileZilla returns a 'connection closed by server' message and yet the FTP session continues. The moment the FTP is completed though, the session is dropped. You can see the message about 12 lines from the end of the attached file:

Session log: Status: Resolving address of incorrectlypolitical.co.uk Status: Connecting to 72.167.232.52:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 4 of 50 allowed. Response: 220-Local time is now 02:20. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 3 minutes of inactivity. Command: USER brennigjones Response: 331 User brennigjones OK. Password required Command: PASS Response: 230-User brennigjones has group access to: 450 Response: 230 OK. Current directory is / Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: ESTP Response: PASV Response: EPSV Response: SPSV Response: ESTA Response: AUTH TLS Response: PBSZ Response: PROT Response: 211 End. Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,196,124) Command: LIST Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 45 matches total Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,198,40) Command: LIST -a Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 45 matches total Status: Calculating timezone offset of server... Command: MDTM favicon.ico Response: 213 20081118122530 Status: Timezone offsets: Server: -25200 seconds. Local: 0 seconds. Difference: 25200 seconds. Status: Directory listing successful Status: Retrieving directory listing... Command: CWD thisrealitypodcast Response: 250 OK. Current directory is /thisrealitypodcast Command: PWD Response: 257 "/thisrealitypodcast" is your current location Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,196,229) Command: LIST -a Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 33 matches total Status: Directory listing successful Status: Retrieving directory listing... Command: CWD audio Response: 250 OK. Current directory is /thisrealitypodcast/audio Command: PWD Response: 257 "/thisrealitypodcast/audio" is your current location Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,195,119) Command: LIST -a Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 30 matches total Status: Directory listing successful Status: Resolving address of incorrectlypolitical.co.uk Status: Connecting to 72.167.232.52:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 4 of 50 allowed. Response: 220-Local time is now 02:21. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 3 minutes of inactivity. Command: USER brennigjones Response: 331 User brennigjones OK. Password required Command: PASS Response: 230-User brennigjones has group access to: 450 Response: 230 OK. Current directory is / Status: Connected Status: Starting upload of C:\Documents and Settings\Brennig Jones\My Documents\My Music\Podcast Files\Source Files\2009-01-03.mp3 Command: CWD /thisrealitypodcast/audio Response: 250 OK. Current directory is /thisrealitypodcast/audio Command: PWD

Response: 257 "/thisrealitypodcast/audio" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,196,188) Command: STOR 2009-01-03.mp3 Response: 150 Accepted data connection Error: Connection closed by server Response: 226-File successfully transferred Response: 226 653.861 seconds (measured here), 45.49 Kbytes per second Status: File transfer successful Status: Retrieving directory listing... Command: PASV Response: 227 Entering Passive Mode (72,167,232,52,199,28) Command: LIST -a Response: 150 Accepted data connection Response: 226-ASCII Response: 226-Options: -a -l Response: 226 31 matches total Status: Directory listing successful

#4056 Error listing a directory when using FTPES normal rejected 15 years 14 years
Description

When connecting to host-europe over ftp + explicit ssl, filezilla cannot list directories after version 3.1.4 or so. IIRC there once was a discussion about a similar problem somewhere but ... Anyway, here is the transcript (in German sorry):

12:27:33 Status: Verbindung zum Server getrennt 12:27:33 Trace: CFtpControlSocket::ResetOperation(66) 12:27:33 Trace: CControlSocket::ResetOperation(66) 12:27:33 Status: Auflösen der IP-Adresse für ###SERVER###.net 12:27:35 Status: Verbinde mit ###IP###:21... 12:27:35 Status: Verbindung hergestellt, warte auf Willkommensnachricht... 12:27:35 Trace: CFtpControlSocket::OnReceive() 12:27:35 Antwort: 220 ###IP### FTP server ready 12:27:35 Trace: CFtpControlSocket::SendNextCommand() 12:27:35 Befehl: AUTH TLS 12:27:35 Trace: CFtpControlSocket::OnReceive() 12:27:35 Antwort: 234 AUTH TLS successful 12:27:35 Status: Initialisiere TLS... 12:27:35 Trace: CTlsSocket::Handshake() 12:27:35 Trace: CTlsSocket::OnSend() 12:27:35 Trace: CTlsSocket::OnRead() 12:27:35 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CTlsSocket::Handshake() 12:27:36 Trace: Handshake successful 12:27:36 Trace: Cipher: AES-128-CBC, MAC: SHA1 12:27:36 Status: Überprüfe Zertifikat... 12:27:36 Trace: CFtpControlSocket::SendNextCommand() 12:27:36 Befehl: USER ###ACCOUNT### 12:27:36 Status: TLS/SSL-Verbindung hergestellt. 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CFtpControlSocket::OnReceive() 12:27:36 Antwort: 331 Password required for ###ACCOUNT###. 12:27:36 Trace: CFtpControlSocket::SendNextCommand() 12:27:36 Befehl: PASS 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CFtpControlSocket::OnReceive() 12:27:36 Antwort: 230 User ###ACCOUNT### logged in. 12:27:36 Trace: CFtpControlSocket::SendNextCommand() 12:27:36 Befehl: PBSZ 0 12:27:36 Trace: CTlsSocket::OnRead() 12:27:36 Trace: CFtpControlSocket::OnReceive() 12:27:36 Antwort: 200 PBSZ 0 successful 12:27:36 Trace: CFtpControlSocket::SendNextCommand() 12:27:36 Befehl: PROT P 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 200 Protection set to Private 12:27:37 Status: Verbunden 12:27:37 Trace: CFtpControlSocket::ResetOperation(0) 12:27:37 Trace: CControlSocket::ResetOperation(0) 12:27:37 Status: Empfange Verzeichnisinhalt... 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::ChangeDirSend() 12:27:37 Befehl: PWD 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 257 "/" is current directory. 12:27:37 Trace: CFtpControlSocket::ResetOperation(0) 12:27:37 Trace: CControlSocket::ResetOperation(0) 12:27:37 Trace: CFtpControlSocket::ParseSubcommandResult(0) 12:27:37 Trace: CFtpControlSocket::ListSubcommandResult() 12:27:37 Trace: state = 1 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::TransferSend() 12:27:37 Trace: state = 1 12:27:37 Befehl: TYPE I 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 200 Type set to I 12:27:37 Trace: CFtpControlSocket::TransferParseResponse() 12:27:37 Trace: code = 2 12:27:37 Trace: state = 1 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::TransferSend() 12:27:37 Trace: state = 2 12:27:37 Befehl: PASV 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 227 Entering Passive Mode (###IP###,197,177). 12:27:37 Trace: CFtpControlSocket::TransferParseResponse() 12:27:37 Trace: code = 2 12:27:37 Trace: state = 2 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::TransferSend() 12:27:37 Trace: state = 4 12:27:37 Befehl: LIST 12:27:37 Trace: CTransferSocket::OnConnect 12:27:37 Trace: CTlsSocket::Handshake() 12:27:37 Trace: CTlsSocket::OnSend() 12:27:37 Trace: CTlsSocket::OnSend() 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CTlsSocket::Handshake() 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CFtpControlSocket::OnReceive() 12:27:37 Antwort: 150 Opening ASCII mode data connection for file list 12:27:37 Trace: CFtpControlSocket::TransferParseResponse() 12:27:37 Trace: code = 1 12:27:37 Trace: state = 4 12:27:37 Trace: CFtpControlSocket::SendNextCommand() 12:27:37 Trace: CFtpControlSocket::TransferSend() 12:27:37 Trace: state = 5 12:27:37 Trace: CTlsSocket::OnRead() 12:27:37 Trace: CTlsSocket::Handshake() 12:27:37 Trace: Handshake successful 12:27:37 Trace: Session resumed 12:27:37 Trace: Cipher: AES-128-CBC, MAC: SHA1 12:27:37 Trace: CTransferSocket::OnConnect 12:27:38 Trace: CTlsSocket::OnRead() 12:27:38 Trace: CTransferSocket::OnReceive(), m_transferMode=0 12:27:38 Trace: GnuTLS error -9: A TLS packet with unexpected length was received. 12:27:38 Status: Server hat die TLS-Verbindung nicht ordnungsgemäß geschlossen 12:27:38 Fehler: Could not read from transfer socket: ECONNABORTED - Connection aborted 12:27:38 Trace: CTransferSocket::TransferEnd(3) 12:27:38 Trace: CFtpControlSocket::TransferEnd() 12:27:38 Trace: CTlsSocket::OnRead() 12:27:38 Trace: CFtpControlSocket::OnReceive() 12:27:38 Antwort: 226 Transfer complete. 12:27:38 Trace: CFtpControlSocket::TransferParseResponse() 12:27:38 Trace: code = 2 12:27:38 Trace: state = 7 12:27:38 Trace: CFtpControlSocket::ResetOperation(2) 12:27:38 Trace: CControlSocket::ResetOperation(2) 12:27:38 Trace: CFtpControlSocket::ParseSubcommandResult(2) 12:27:38 Trace: CFtpControlSocket::ListSubcommandResult() 12:27:38 Trace: state = 3 12:27:38 Trace: CFtpControlSocket::ResetOperation(2) 12:27:38 Trace: CControlSocket::ResetOperation(2) 12:27:38 Fehler: Verzeichnisinhalt konnte nicht empfangen werden

#5353 Valid remote directory name refused normal worksforme 14 years 14 years
Description

Default remote directory: zeeculpepper.com

Not allowed for Unix host server.

#5056 FileZilla 3.3.0.1 hangs when starting up in OS X 10.6.2 normal fixed 14 years 14 years
Description

FileZilla 3.3.0.1 has been working fine until today. The software update was from Apple to update Airport Utility. But I don't think that would cause FileZilla not to launch.

Attached is the crash report sent to Apple and also the FileZilla Diagnostic report.

My System: MacPro 3,1 (Early 2008) Processors: 2 x 2.8GHz 8 core Intel Xeon Kernel Mode: 64-bit Memory: 18GB Disks: 1 x 320GB, 2 x 1TB, 1 x 2TB Optical Drive: Apple SuperDrive WebCam: Logitech Pro-9000 Modem: Apple External Network: 1GB Ethernet Network drive: 1 x Apple 2TB Time Capsule

Thank you, Don Leckie

#5358 Large queues die out, require restart of filezilla normal rejected 14 years 14 years
Description

When uploading or downloading a large number of files, filezilla starts to error out:

ftpcontrolsocket.cpp(1824): Waiting for replies to skip before sending next command... caller=0p24cffa8

I have to restart filezilla in order to finish queue.

#5361 Upload stops though there are still files in the queue normal rejected 14 years 14 years
Description

When there are pending files in the upload queue from a previous session and new files for upload are added, the new files are uploaded OK, but after that the transfer stops leaving the existing files pending.

The remaining files are uploaded if "Process queue" is checked (when the transfer of the new files is done, "Process queue" is unchecked).

#4651 FTPES ends with ECONNABORTED normal rejected 15 years 14 years
Description

ftp protocol works correctly

but at connection with ftpEs returned this (in czech language):

Stav: Zjišťuji adresu ftp.xxx.cz Stav: Připojuji se k 193.86.238.33:21 Stav: Spojení navázáno, čekám na uvítací zprávu... Odpověď: 220 FTP Příkaz: AUTH TLS Odpověď: 234 AUTH TLS successful Stav: Inicializuji TLS... Stav: Ověřuji certifikát... Příkaz: USER xxx.cz Stav: TLS/SSL spojení navázáno. Odpověď: 331 Password required for xxx.cz Příkaz: PASS * Odpověď: 230 User xxx.cz logged in Příkaz: SYST Odpověď: 215 UNIX Type: L8 Příkaz: FEAT Odpověď: 211-Features: Odpověď: MDTM Odpověď: AUTH TLS Odpověď: PBSZ Odpověď: PROT Odpověď: REST STREAM Odpověď: SIZE Odpověď: 211 End Příkaz: PBSZ 0 Odpověď: 200 PBSZ 0 successful Příkaz: PROT P Odpověď: 200 Protection set to Private Stav: Připojen Stav: Přijímám výpis složky... Příkaz: PWD Odpověď: 257 "/" is the current directory Příkaz: TYPE I Odpověď: 200 Type set to I Příkaz: PASV Odpověď: 227 Entering Passive Mode (193,86,238,33,237,17). Příkaz: LIST Odpověď: 150 Opening ASCII mode data connection for file list Stav: Server správně neukončil spojení TLS Chyba: Could not read from transfer socket: ECONNABORTED - Connection aborted Odpověď: 226 Transfer complete Chyba: Nelze získat výpis složky

#5368 A new tab titled 'not connected' is created when double clicking the right or left tabs arrows normal invalid 14 years 14 years
Description

When the current tab is the left most or right most tabs, and the user double clicks the right or left tabs arrows, a new tab titled 'not connected' is created at the right. The new tab will continue to be created as long as the user continues to click.

#5380 FileZilla client prompts for next passcode when using securid authentication normal worksforme 14 years 14 years
Description

When using SFTP and RADIUS/Securid authentication users are able to log in successfully. However, upon upload or download of files you are then prompted again to enter your next PASSCODE. Users should not be prompted fopr next passcode after successfully logging in to transfer files.

#5382 File count incorrect when using CTRL-SHIFT on file selection normal duplicate 14 years 14 years
Description

Version Client 3.3.2.1

Steps to reproduce 1) Start Filezilla Client 2) Navigate to a local folder having multiple files available 3) Select one file 4) Hold CTRL+SHIFT 5) Select the next file in the folder 6) Repeat steps 3-4 for a few times

Error File counter is counting already selected files again

Expected behavior File count should reflect the amount of files actually selected

Additional information See attached screenshot, it contains 8 files selected actually counted as 36

#5156 "Selected files/folders" counts wrong when using Ctrl+Shift low fixed 14 years 14 years
Description

When selecting multiple files or folders using Ctrl+Shift in the local or server file browser, the number of Selected files/folders is shown wrong. It seems that the real number of selected files is just added to the previously displayed number of selected files.

Example: Selected 3 files e.g. using Shift (FZ displays "Selected 3 files."). If you go on selecting 2 more files with Ctrl+Shift there are 5 files selected but FZ shows "Selected 8 files." (5 real + 3 form before). Go on selecting 2 more files, FZ shows "Selected 15 files." (7 real + 8 thought from before). And so on..

Version: 3.3.1

(Screenshot attached)

#5377 sitemanager.xml could not be loaded high wontfix 14 years 14 years
Description

The file sitemanager.xml could not be loaded. the xml document is not well formed. error reading Element value

i am getting this message every time i start file zilla.

And 2nd time i faced this issue & i lost all my site manager entries

please give me some solutions how can i remove that error & how can i restore my entries.

why i am getting this error, so that i can avoid happening again in future

File zilla software details

FileZilla Client


Version: 3.3.2.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2010-03-21 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.8.3

#5378 FileZilla 3.3.2.1 - ASCII transfer on SFTP doesn't work high wontfix 14 years 14 years
Description

Trying to transfer a text file from Windows to an Unix machine with FileZilla it happen that on Unix machine into the text file at the end of the transfer there is a "M" at the end of every line. Trying to transfer the same file with other clients (i.e. CuteFTP or CoreFTP) it works. Also forcing "ASCII tranfer" there is the same bug

#5389 When File Transfer is cancelled using "untick Process Queue", it cannot be resumed normal worksforme 14 years 14 years
Description

While trying to resume, I get the following error:

Error: File transfer aborted by user after transferring 47,520 bytes in 3 seconds Status: Starting download of /public_html/somedir/somefile.rar Status: ftpcontrolsocket.cpp(1824): Waiting for replies to skip before sending next command... caller=0x2831ca0

#5387 Crash during multiple upload normal fixed 14 years 14 years
Description

Multiple uploads cause FZ3.3.3-RC1 to crash due to divide by zero error: Process: filezilla [3004] Path: /Users/hauklandsverk/Desktop/FileZilla.app/Contents/MacOS/filezilla Identifier: de.filezilla Version: 3.3.3-rc1 (3.3.3-rc1) Code Type: X86 (Native) Parent Process: launchd [766]

Date/Time: 2010-06-07 08:57:40.145 +0200 OS Version: Mac OS X 10.6.3 (10D573) Report Version: 6

Interval Since Last Report: 839112 sec Crashes Since Last Report: 7 Per-App Interval Since Last Report: 412 sec Per-App Crashes Since Last Report: 1 Anonymous UUID: B670C47E-F504-49A2-95D1-722AEAD65B57

Exception Type: EXC_ARITHMETIC (SIGFPE) Exception Codes: EXC_I386_DIV (divide by zero) Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Thread 0 Crashed: Dispatch queue: com.apple.main-thread 0 libSystem.B.dylib 0x98295b66 divdi3 + 230 1 de.filezilla 0x0046f0b3 wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 115 2 de.filezilla 0x0046f22f wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 111 3 de.filezilla 0x0046f5ff wxEvtHandler::ProcessEvent(wxEvent&) + 207 4 de.filezilla 0x0036f3e2 wxWindow::MacDoRedraw(void*, long) + 1218 5 de.filezilla 0x0036dabb wxWindow::wxWindow(wxWindow*, int, wxPoint const&, wxSize const&, long, wxString const&) + 1227 6 de.filezilla 0x0036e1d3 wxMacWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 339 7 com.apple.HIToolbox 0x91f3a0a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567 8 com.apple.HIToolbox 0x91f39370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411 9 com.apple.HIToolbox 0x91f391cf SendEventToEventTargetWithOptions + 58 10 com.apple.HIToolbox 0x91f61245 HIView::SendDraw(short, OpaqueGrafPtr*, HIShape const*, CGContext*) + 475 11 com.apple.HIToolbox 0x91f60b99 HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 713 12 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 13 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 14 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 15 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 16 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 17 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 18 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 19 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 20 com.apple.HIToolbox 0x91f60e0c HIView::RecursiveDrawComposited(HIShape const*, unsigned long, HIView*, CGContext*, unsigned char, float) + 1340 21 com.apple.HIToolbox 0x91f5fbbf HIView::DrawComposited(short, OpaqueGrafPtr*, HIShape const*, unsigned long, HIView*, CGContext*) + 873 22 com.apple.HIToolbox 0x91f5f805 HIView::Draw(short, OpaqueGrafPtr*, unsigned long) + 83 23 com.apple.HIToolbox 0x91f5f755 HIView::Render(unsigned long, CGContext*) + 45 24 com.apple.HIToolbox 0x91f68b88 FlushWindowObject(WindowData*, void, unsigned char) + 754 25 com.apple.HIToolbox 0x91f685a1 FlushAllBuffers(CFRunLoopObserver*, unsigned long, void*) + 177 26 com.apple.CoreFoundation 0x97ada2e2 CFRunLoopDoObservers + 1186 27 com.apple.CoreFoundation 0x97a960c9 CFRunLoopRunSpecific + 409 28 com.apple.CoreFoundation 0x97a95f21 CFRunLoopRunInMode + 97 29 com.apple.HIToolbox 0x91f670fc RunCurrentEventLoopInMode + 392 30 com.apple.HIToolbox 0x91f66ded ReceiveNextEventCommon + 158 31 com.apple.HIToolbox 0x920ef287 ReceiveNextEvent + 83 32 de.filezilla 0x0030ac5b wxApp::MacDoOneEvent() + 91 33 de.filezilla 0x003238c3 wxEventLoop::Dispatch() + 35 34 de.filezilla 0x0039ae4f wxEventLoopManual::Run() + 111 35 de.filezilla 0x00386a43 wxAppBase::MainLoop() + 83 36 de.filezilla 0x0043321a wxEntry(int&, wchar_t) + 154 37 de.filezilla 0x00038098 main + 24 38 de.filezilla 0x000023e6 start + 54

Thread 1: Dispatch queue: com.apple.libdispatch-manager 0 libSystem.B.dylib 0x982a5b42 kevent + 10 1 libSystem.B.dylib 0x982a625c _dispatch_mgr_invoke + 215 2 libSystem.B.dylib 0x982a5719 _dispatch_queue_invoke + 163 3 libSystem.B.dylib 0x982a54be _dispatch_worker_thread2 + 240 4 libSystem.B.dylib 0x982a4f41 _pthread_wqthread + 390 5 libSystem.B.dylib 0x982a4d86 start_wqthread + 30

Thread 2: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 3: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 4: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 5: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 6: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 7: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 8: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 9: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 10: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 11: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 12: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 13: 0 libSystem.B.dylib 0x9827f34e semaphore_timedwait_trap + 10 1 ...ple.CoreServices.CarbonCore 0x91128212 MPWaitOnSemaphore + 125 2 de.filezilla 0x00466aeb wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x00466ba4 wxSemaphore::Wait() + 36 4 de.filezilla 0x004675ad wxConditionInternal::Wait() + 45 5 de.filezilla 0x001a46c7 CIOThread::Entry() + 311 6 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 8 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 9 libSystem.B.dylib 0x982aca19 _pthread_start + 345 10 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 14: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 15: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 16: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 17: 0 libSystem.B.dylib 0x9827f34e semaphore_timedwait_trap + 10 1 ...ple.CoreServices.CarbonCore 0x91128212 MPWaitOnSemaphore + 125 2 de.filezilla 0x00466aeb wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x00466ba4 wxSemaphore::Wait() + 36 4 de.filezilla 0x004675ad wxConditionInternal::Wait() + 45 5 de.filezilla 0x001a46c7 CIOThread::Entry() + 311 6 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 8 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 9 libSystem.B.dylib 0x982aca19 _pthread_start + 345 10 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 18: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 19: 0 libSystem.B.dylib 0x9827f34e semaphore_timedwait_trap + 10 1 ...ple.CoreServices.CarbonCore 0x91128212 MPWaitOnSemaphore + 125 2 de.filezilla 0x00466aeb wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x00466ba4 wxSemaphore::Wait() + 36 4 de.filezilla 0x004675ad wxConditionInternal::Wait() + 45 5 de.filezilla 0x001a46c7 CIOThread::Entry() + 311 6 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 8 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 9 libSystem.B.dylib 0x982aca19 _pthread_start + 345 10 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 20: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 21: 0 libSystem.B.dylib 0x9827f34e semaphore_timedwait_trap + 10 1 ...ple.CoreServices.CarbonCore 0x91128212 MPWaitOnSemaphore + 125 2 de.filezilla 0x00466aeb wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x00466ba4 wxSemaphore::Wait() + 36 4 de.filezilla 0x004675ad wxConditionInternal::Wait() + 45 5 de.filezilla 0x001a46c7 CIOThread::Entry() + 311 6 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 8 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 9 libSystem.B.dylib 0x982aca19 _pthread_start + 345 10 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 22: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 23: 0 libSystem.B.dylib 0x9827f34e semaphore_timedwait_trap + 10 1 ...ple.CoreServices.CarbonCore 0x91128212 MPWaitOnSemaphore + 125 2 de.filezilla 0x00466aeb wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x00466ba4 wxSemaphore::Wait() + 36 4 de.filezilla 0x004675ad wxConditionInternal::Wait() + 45 5 de.filezilla 0x001a46c7 CIOThread::Entry() + 311 6 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 8 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 9 libSystem.B.dylib 0x982aca19 _pthread_start + 345 10 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 24: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 25: 0 libSystem.B.dylib 0x9827f34e semaphore_timedwait_trap + 10 1 ...ple.CoreServices.CarbonCore 0x91128212 MPWaitOnSemaphore + 125 2 de.filezilla 0x00466aeb wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x00466ba4 wxSemaphore::Wait() + 36 4 de.filezilla 0x004675ad wxConditionInternal::Wait() + 45 5 de.filezilla 0x001a46c7 CIOThread::Entry() + 311 6 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 8 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 9 libSystem.B.dylib 0x982aca19 _pthread_start + 345 10 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 26: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 27: 0 libSystem.B.dylib 0x9827f34e semaphore_timedwait_trap + 10 1 ...ple.CoreServices.CarbonCore 0x91128212 MPWaitOnSemaphore + 125 2 de.filezilla 0x00466aeb wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x00466ba4 wxSemaphore::Wait() + 36 4 de.filezilla 0x004675ad wxConditionInternal::Wait() + 45 5 de.filezilla 0x001a46c7 CIOThread::Entry() + 311 6 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 8 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 9 libSystem.B.dylib 0x982aca19 _pthread_start + 345 10 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 28: 0 libSystem.B.dylib 0x9829e286 select$DARWIN_EXTSN + 10 1 de.filezilla 0x001cf63c CSocketThread::Entry() + 540 2 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 3 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 4 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 5 libSystem.B.dylib 0x982aca19 _pthread_start + 345 6 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 29: 0 libSystem.B.dylib 0x9827f34e semaphore_timedwait_trap + 10 1 ...ple.CoreServices.CarbonCore 0x91128212 MPWaitOnSemaphore + 125 2 de.filezilla 0x00466aeb wxSemaphoreInternal::WaitTimeout(unsigned long) + 27 3 de.filezilla 0x00466ba4 wxSemaphore::Wait() + 36 4 de.filezilla 0x004675ad wxConditionInternal::Wait() + 45 5 de.filezilla 0x001a46c7 CIOThread::Entry() + 311 6 de.filezilla 0x001d32d6 wxThreadExImpl::Entry() + 22 7 de.filezilla 0x00467f8d wxThreadInternal::MacThreadStart(void*) + 173 8 ...ple.CoreServices.CarbonCore 0x910f5eb6 PrivateMPEntryPoint + 68 9 libSystem.B.dylib 0x982aca19 _pthread_start + 345 10 libSystem.B.dylib 0x982ac89e thread_start + 34

Thread 0 crashed with X86 Thread State (32-bit):

eax: 0x00000000 ebx: 0x00000000 ecx: 0x00000000 edx: 0x00000000 edi: 0x00000000 esi: 0x00000000 ebp: 0xbfffe5a8 esp: 0xbfffe2a4

ss: 0x0000001f efl: 0x00210246 eip: 0x98295b66 cs: 0x00000017 ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037

cr2: 0x18d2d000

Binary Images:

0x1000 - 0x615fe3 +de.filezilla 3.3.3-rc1 (3.3.3-rc1) <455B9949-0B0B-9859-A064-F21424133BCE> /Users/hauklandsverk/Desktop/FileZilla.app/Contents/MacOS/filezilla

0x83f000 - 0x840ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings 0x8e5000 - 0x8e5ffe +com.cubeyellow.StopSafariZoomInputManager ??? (1.0) <BC01A115-612B-DF69-90D5-DA4F373E8F74> /Library/InputManagers/StopSafariZoomInputManager/StopSafariZoomInputManager.bundle/Contents/MacOS/StopSafariZoomInputManager 0x8f9000 - 0x8f9ff7 libmx.A.dylib 315.0.0 (compatibility 1.0.0) <01401BF8-3FC7-19CF-ACCE-0F292BFD2F25> /usr/lib/libmx.A.dylib 0xcdc000 - 0xce6ff7 +com.unsanity.smartcrashreports Smart Crash Reports version 1.5 (1.5) /Library/InputManagers/Smart Crash Reports/Smart Crash Reports.bundle/Contents/MacOS/Smart Crash Reports 0xff7000 - 0xffaff3 +com.divx.divxtoolkit 1.0 (1.0) /Library/Frameworks/DivX Toolkit.framework/Versions/A/DivX Toolkit

0x16391000 - 0x163a2fe7 com.apple.FCP Uncompressed 422.component 1.6 (1.6) <5CEF993F-DBAC-12FD-57C6-EFA42AB7AEE2> /Library/QuickTime/FCP Uncompressed 422.component/Contents/MacOS/FCP Uncompressed 422 0x163a9000 - 0x163aeff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6FDFF3C8-7ECE-CB74-1374-9C0230C54F78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec 0x163ca000 - 0x163d6fff +net.telestream.license 1.0.1.3-GC (1.0.1.3-GC) <105E1717-1FCC-4168-1295-768FB28C4217> /Library/Frameworks/TSLicense.framework/Versions/A/TSLicense 0x163df000 - 0x163f9feb com.apple.AppleIntermediateCodec 1.3 (151) <038597CB-32E7-EBA5-F816-24ED96182EA4> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec 0x16a72000 - 0x16ac7fdf +com.DivXInc.DivXDecoder 6.8.3.5 (6.8.3.5) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder 0x16af5000 - 0x16bb5fff +net.sourceforge.webcam-osx.common 0.9.2 (0.9.2) /Library/QuickTime/macam.component/Contents/MacOS/macam 0x16e0a000 - 0x16e46fe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1729) <E282B44A-AF33-668B-315A-1C18EC25682B> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireDV 0x16e52000 - 0x170e7ffb +org.perian.Perian 1.2.1 (1.2.1) <7FBFA9CD-68D1-DFB5-6296-A11B06B62B37> /Library/QuickTime/Perian.component/Contents/MacOS/Perian 0x17532000 - 0x1779fff7 +com.yourcompany.XviD_Codec ??? (1.0) /Library/QuickTime/XviD_Codec 1.0 alpha.component/Contents/MacOS/XviD_Codec 0x17c82000 - 0x17e79fc2 +net.telestream.wmv.import 2.2.3.7 (2.2.3.7) <16463171-CBC5-41AC-A577-883C116422EE> /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import 0x17ee8000 - 0x17f9dfe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib 0x17fe3000 - 0x18145fe2 +net.telestream.wmv.advanced 2.2.3.7 (2.2.3.7) <33EA1744-8FF4-4991-97C8-279DB599B913> /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced 0x181ac000 - 0x18219fe7 com.apple.AppleProResCodec 2.0 (224) <B7A79FF2-9C32-5554-A3C3-BE91F9B89419> /Library/QuickTime/AppleProResCodec.component/Contents/MacOS/AppleProResCodec 0x18266000 - 0x182e0fe3 com.apple.AppleVAH264HW.component 2.0 (1.0) <0FC65A8D-3E68-BC03-284B-EFACF6915686> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW 0x183a3000 - 0x183dafe7 com.apple.DVCPROHDCodec 1.5 (237) <5BA42205-5AEE-73BB-A7DE-5417EF028D5B> /Library/QuickTime/DVCPROHDCodec.component/Contents/MacOS/DVCPROHDCodec 0x183ea000 - 0x18499fe3 com.apple.AppleHDVCodec 1.5 (228) <8D2121A0-BA53-28A2-C9A5-3BED137701DA> /Library/QuickTime/AppleHDVCodec.component/Contents/MacOS/AppleHDVCodec 0x184c1000 - 0x184d4fe3 com.apple.IMXCodec 1.4 (155) <B7A1514F-1A2B-EC3E-719D-B8BB25016A05> /Library/QuickTime/IMXCodec.component/Contents/MacOS/IMXCodec 0x184e6000 - 0x184eaff7 com.apple.CommonCocoaPanels 4.0 (16) <30D57C5A-2C5E-3A3E-A9D8-F5E968322AD6> /System/Library/CoreServices/CommonCocoaPanels.bundle/Contents/MacOS/CommonCocoaPanels 0x184f7000 - 0x184f9ff7 com.apple.MLTEFile 3.2.0 (3.2.0) <71F70505-F986-B8E1-7C0D-278DF22742ED> /System/Library/CoreServices/MLTEFile.bundle/Contents/MacOS/MLTEFile 0x18600000 - 0x18619fe7 com.apple.applepixletvideo 1.2.19 (1.2d19) <4A68731C-8071-6CF5-012C-40F00CD1333A> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo 0x1861e000 - 0x1862bff7 com.apple.iokit.IOHIDLib 1.6.2 (1.6.2) <11387549-A1D4-9DAE-7616-D7F148CCEBF9> /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Contents/MacOS/IOHIDLib 0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-BB6A-1F4BEEF4B4AB> /usr/lib/dyld 0x90125000 - 0x90130ff7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <F914F427-98EA-98BC-923D-47274A90D441> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib 0x90131000 - 0x90192fe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText 0x90193000 - 0x901aeff7 libPng.dylib ??? (???) <929FE8EE-277D-F6EB-D672-E6F4CEBF1504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x90348000 - 0x903fefff libFontParser.dylib ??? (???) <5935E105-1E45-886C-6420-C1CCA886C375> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x9054f000 - 0x90582ff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x90583000 - 0x905a1ff7 com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x905a2000 - 0x905c2fe7 libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <03019DD7-993D-AC88-6636-179F92F315C4> /usr/lib/libresolv.9.dylib 0x9063d000 - 0x907bffe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <96A45E03-2B29-83EB-0FC6-2C932E398722> /usr/lib/libicucore.A.dylib 0x90a03000 - 0x90a47fe7 com.apple.Metadata 10.6.3 (507.8) <53BB360A-1813-170D-827F-C1863EF15537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x90a48000 - 0x90a83feb libFontRegistry.dylib ??? (???) <F50A60E1-3757-D007-A20D-A5504C17334C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x90a84000 - 0x90ac7ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices 0x90df7000 - 0x90dfcff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x90dfd000 - 0x90e0afe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6008C8AC-8DB1-B38B-52A9-9133533B0DA2> /usr/lib/libbz2.1.0.dylib 0x90e0b000 - 0x90e48ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <830FED9E-3E24-004C-35D5-2C1273F79734> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x90e49000 - 0x90eadffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/Versions/A/HTMLRendering 0x90eae000 - 0x90f5bfe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib 0x90f87000 - 0x90f95fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <82B2C254-6F8D-7BEA-4C18-038E90CAE19B> /usr/lib/libz.1.dylib 0x90f96000 - 0x90fd8ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x90fd9000 - 0x9100eff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <458E819A-4E3F-333E-28CE-671281B318D3> /usr/lib/libcups.2.dylib 0x9100f000 - 0x91024fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x91025000 - 0x910ceff7 com.apple.CFNetwork 454.9.4 (454.9.4) <2F8B5BA5-099F-6CDA-F500-4CA188BBCDBC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x910cf000 - 0x913effeb com.apple.CoreServices.CarbonCore 861.6 (861.6) <D3D5D9F1-01ED-DCAD-6AA9-4ABE60C7A112> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x913f0000 - 0x914bafef com.apple.CoreServices.OSServices 357 (357) <764872C3-AE30-7F54-494D-4BA3CE4F4DFB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x914bb000 - 0x914c5ff7 com.apple.HelpData 2.0.4 (34) <9128FFEB-0F6C-B273-FCF4-D87A20227345> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x914f9000 - 0x914fdff7 libGIF.dylib ??? (???) <03880BA1-7A86-0F2B-617A-C66B1D05DD70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x91520000 - 0x91520ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x91590000 - 0x9160afef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x9168d000 - 0x91868ff3 libType1Scaler.dylib ??? (???) <944F686E-9CC2-03F0-A139-8F322F0AC49F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType1Scaler.dylib 0x91869000 - 0x91885fe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x91886000 - 0x91cbbff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x91cbc000 - 0x91cedff3 libTrueTypeScaler.dylib ??? (???) <F6A32C01-CD82-54F6-218E-0406D40D1D9A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib 0x91d16000 - 0x91d98ffb SecurityFoundation 36840.0.0 (compatibility 1.0.0) <29C27E0E-B2B3-BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x91d99000 - 0x91daaff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x91dab000 - 0x91e53ffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x91f30000 - 0x91f31ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x91f32000 - 0x92256fef com.apple.HIToolbox 1.6.2 (???) <F5F99E78-5377-DD54-6138-9FC84467F938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x92257000 - 0x92363ff7 libGLProgrammability.dylib ??? (???) <CA0A975B-2BEE-44E7-CFA6-8105CFE6FE00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x9237a000 - 0x9237bff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x9237c000 - 0x92414fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x92415000 - 0x92439ff7 libJPEG.dylib ??? (???) <EDA86712-F49C-760C-BE55-9B899A4A5D1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x9243a000 - 0x924d7fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x924d8000 - 0x924fefff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x92a00000 - 0x92a21fe7 com.apple.opencl 12.1 (12.1) <1BCA4F60-E612-5C1B-EF50-A810D70CDF05> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x92a9a000 - 0x92b8eff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <9EC28185-D26F-533F-90C4-FBAA13A15947> /usr/lib/libiconv.2.dylib 0x92b8f000 - 0x92b9aff7 libGL.dylib ??? (???) <EAD85409-9036-831B-C378-E50780305DA6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x92bcd000 - 0x92c13ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib 0x92c14000 - 0x92d42fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x92d43000 - 0x92d84ff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <C6E50C7E-EBEE-32AF-FF07-8E325E21A838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x92d85000 - 0x92d88ff7 libCoreVMClient.dylib ??? (???) <98CB96B1-85FE-25AF-AB19-ED061912FC3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x92d89000 - 0x930f0ff7 com.apple.QuartzCore 1.6.1 (227.18) <8A65F233-4C77-BA7C-5DDA-2423F5C1B7A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x930f1000 - 0x930f4ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x930f5000 - 0x93146ff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x93154000 - 0x93157ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <69BE578C-A364-A150-35E3-53EE00F56F05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x93158000 - 0x9319cff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x931d7000 - 0x931dbff7 libGFXShared.dylib ??? (???) <286F466C-2856-B579-B87F-4E9A35C80263> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x93256000 - 0x9325dff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x932ba000 - 0x932baff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib 0x932bb000 - 0x9339fff7 com.apple.WebKit 6531.22 (6531.22.7) <87C81D6F-77B1-C517-93E6-5DEF214326A7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x933a0000 - 0x933b8ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x933b9000 - 0x93738ff3 com.apple.RawCamera.bundle 3.0.2 (527) <981AB834-6C34-6FA5-F886-01DF06C56609> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x9377a000 - 0x9387bfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib 0x9387c000 - 0x93935fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib 0x93936000 - 0x94215ff7 com.apple.AppKit 6.6.5 (1038.29) <E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x94216000 - 0x94a05537 com.apple.CoreGraphics 1.543.33 (???) <C57E2964-80AF-6346-6D3E-23AED9D26977> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x94a06000 - 0x94a98fe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x94ad5000 - 0x94b85ff3 com.apple.ColorSync 4.6.3 (4.6.3) <68B6A1B9-86CF-0C5A-7D63-56ED4BB2EB5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x94b86000 - 0x94c61fe7 com.apple.DesktopServices 1.5.5 (1.5.5) <ECEDFDF2-C40E-8DF0-F8FC-249CCA762E62> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x94c62000 - 0x94c69ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6BF89127-C18C-27A9-F94A-981836A822FE> /System/Library/Frameworks/AGL.framework/Versions/A/AGL 0x94c6a000 - 0x94c7aff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib 0x94c7b000 - 0x94c7dff7 com.apple.securityhi 4.0 (36638) <962C66FB-5BE9-634E-0810-036CB340C059> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x94c7e000 - 0x94c7eff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x94c7f000 - 0x94eefffb com.apple.Foundation 6.6.2 (751.21) <DA7A173A-4435-ECD6-F4AF-977D722FD2F7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x95033000 - 0x9503fff7 libkxld.dylib ??? (???) <13F26BB6-C2F7-9D74-933E-09AD8B509ECD> /usr/lib/system/libkxld.dylib 0x952a4000 - 0x952e7ff7 libGLU.dylib ??? (???) <CE02968E-930D-E63B-7B21-B87205F8B19A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x9532f000 - 0x9540cff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x9540d000 - 0x9540dff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib 0x9540e000 - 0x954bcff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x954ee000 - 0x95589ff7 com.apple.ApplicationServices.ATS 4.2 (???) <3BEB7210-4C85-7309-B22D-695765526524> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x9558a000 - 0x957ecff3 com.apple.security 6.1.1 (37594) <1AC07F75-7E27-9662-21DA-B05DFF047B26> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x957f3000 - 0x959afff3 com.apple.ImageIO.framework 3.0.2 (3.0.1) <CB39B067-58B8-70DB-3E40-160604664A6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x959b0000 - 0x95aa2ff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7482933B-4AF6-ED55-AD72-4FBD1E134958> /usr/lib/libcrypto.0.9.8.dylib 0x95aa3000 - 0x95af0feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer 0x95e28000 - 0x95e83ff7 com.apple.framework.IOKit 2.0 (???) <69E4FE93-376C-565E-650F-04FAD213AA24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x95e84000 - 0x95e86ff7 com.apple.QuickTimeH264.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264 0x95e87000 - 0x95eb1ff7 com.apple.shortcut 1.1 (1.1) <B0514FA9-7CAE-AD94-93CA-7B2A2C5F7B8A> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x963ba000 - 0x9730bfe7 com.apple.QuickTimeComponents.component 7.6.6 (1729) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponents 0x97353000 - 0x97355ff7 libRadiance.dylib ??? (???) <9358E1EF-F802-B76E-8E23-2D0695787CFB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x97356000 - 0x973c5ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x973c6000 - 0x973c6ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x973c7000 - 0x973dbfe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib 0x973dc000 - 0x97425fe7 libTIFF.dylib ??? (???) <E45B169E-253E-E865-1501-97777D2702F2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x97426000 - 0x97552fff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x97553000 - 0x97565ff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <6BB58E90-21FA-C491-F0E4-54B69CCDBBC0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x97566000 - 0x97574ff7 com.apple.opengl 1.6.7 (1.6.7) <3C529790-DEE9-AC27-A879-806E4C23323C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x9761f000 - 0x977bdfeb com.apple.JavaScriptCore 6531.22 (6531.22.5) <3FB9AF5B-17DD-D4C8-C7B1-4F79B404496E> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x977de000 - 0x977e7ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x97836000 - 0x9785eff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib 0x9785f000 - 0x9785fff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x97873000 - 0x97880ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x97888000 - 0x978f2fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib 0x97915000 - 0x97965ff7 com.apple.framework.familycontrols 2.0.1 (2010) <50E74916-19A5-F2FC-AB57-76F2C8DDF0A7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x97966000 - 0x979e6feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x979e7000 - 0x979e7ff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x979e8000 - 0x97a59ff7 com.apple.AppleVAFramework 4.8.11 (4.8.11) <BDDDFA36-4B53-4B57-B3D4-427DA8226A80> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x97a5a000 - 0x97bd3ffb com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x97bd4000 - 0x97bd8ff7 IOSurface ??? (???) <4B825ADA-8DBE-6BA2-1AB3-307D2C3AFCA8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x97bd9000 - 0x97caafe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <0A608513-31AD-D533-8386-10245FD62057> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib 0x97cab000 - 0x97cdcff7 libGLImage.dylib ??? (???) <AF110892-B10A-5B61-F898-21FB2BCE63BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x97cdd000 - 0x97cfffef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x97e60000 - 0x98276ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x9827e000 - 0x98423feb libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib 0x98424000 - 0x9855bff7 com.apple.CoreAUC 6.04.00 (6.04.00) <0551FB8D-0894-B40B-B924-4AF51E3648AF> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x98639000 - 0x9863ffff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x9865f000 - 0x98695fff libtidy.A.dylib ??? (???) <DDFAB560-3883-A6A2-7BDD-D91730982B48> /usr/lib/libtidy.A.dylib 0x98696000 - 0x98746fe3 com.apple.QuickTimeImporters.component 7.6.6 (1729) <6C2372BA-69D9-E713-902F-95E16FD18EFD> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters 0x9874c000 - 0x98760ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x98761000 - 0x98764fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib 0x98765000 - 0x9876ffe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/A/CarbonSound 0x987b0000 - 0x98aa9fef com.apple.QuickTime 7.6.6 (1729) <4C99ED7D-5A4B-E41E-602D-2D01A99168CD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime 0x98aaa000 - 0x98aaaff7 com.apple.Carbon 150 (152) <608A04AB-F35D-D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x98b1d000 - 0x98b27ffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x98ca9000 - 0x994dcfe7 com.apple.WebCore 6531.22 (6531.22.7) <952A0D34-63F5-F7F7-D6E5-D0AD78002F89> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib

Model: MacBookPro5,1, BootROM MBP51.007E.B05, 2 processors, Intel Core 2 Duo, 2.8 GHz, 4 GB, SMC 1.33f8 Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 512 MB Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB Memory Module: global_name AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27) Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 2 incoming serial ports Network Service: AirPort, AirPort, en1 Serial ATA Device: Hitachi HTS723232L9SA62, 298,09 GB Serial ATA Device: MATSHITADVD-R UJ-868 USB Device: iPhone, 0x05ac (Apple Inc.), 0x1292, 0x24100000 USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000 USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0237, 0x04600000 USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000 USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000 USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

#5392 Filezilla crash when scrolling through active queue normal fixed 14 years 14 years
Description

Filezilla 3.3.3-rc1 crashes on Windows 7 x86 when scrolling through an active queue (the scroll bar on bottom right) with concurrent transfers set to eight, though the crash doesn't seem to only happen with 8 concurrent transfers. I've reproduced this several times.

I've seen this happen with several different files and queues. Including resuming them and with a fresh one.

The following is the information Windows 7 pops up after the crash

Problem signature:

Problem Event Name: APPCRASH Application Name: filezilla.exe Application Version: 3.3.3.0 Application Timestamp: 4c0bb3cd Fault Module Name: filezilla.exe Fault Module Version: 3.3.3.0 Fault Module Timestamp: 4c0bb3cd Exception Code: c0000094 Exception Offset: 0054a96e OS Version: 6.1.7600.2.0.0.256.4 Locale ID: 1033 Additional Information 1: 0a9e Additional Information 2: 0a9e372d3b4ad19135b953a78882e789 Additional Information 3: 0a9e Additional Information 4: 0a9e372d3b4ad19135b953a78882e789

#1423 Port number not saving in site manager? high 16 years 14 years
Description

I have multiple clients using Filezilla to connect to our FTP site--my company recommends the program to them. We have had a few clients experience problems when setting up a site manager profile for our site, which needs to be accessed on port number 990. The port number does not seem to save when they exit the site manager, even though all the other settings are saved. Are they doing something wrong, or is this a bug?

#5409 Warning message on exiting application, though no file is open normal rejected 14 years 14 years
Description

I use FileZilla client 3.3.3.

I connect to a server, then use View/Edit to browse a server file, then close my editor. (I am using UltraEdit-32.)

If I then quit FileZilla, I get this message:

Some files are being edited, or need to be uploaded. If you close FileZilla, your changes will be lost.

#5406 Passive FTP isn't passive on the second connection normal rejected 14 years 14 years
Description

Hi,

SW: Filezilla Client 3.3.3, Windows XP SP3

I'm testing a PROftp server (externally hosted, on the Internet) to debug something. To help, I've also set one up internally on my LAN, and wanted to use Filezilla as the client. I'm testing on the LAN server first so I understand the ports in use etc.

However, Filezilla doesn't switch to PASV on the second time I connect to the server.

I define the server, and make sure that under Transfer Settings, its set to Passive.

I then login (log 1). you can see Filezilla correctly sent PASV. All looks good I then disconnect, and re-login again (log 2) by clicking on the drop-down toolbar. You can see from the log that the client doesn't switch to PASV.

The only way I've been able to re-connect in passive, is to close Filezilla and restart it.

I can't find this in the existing buglist.

Client and Server are on the same LAN.

(log 1) Status: Connecting to 192.168.50.132:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready. Command: USER ftptest Response: 331 Password required for ftptest Command: PASS * Response: 230 User ftptest logged in Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Features: Response: MDTM Response: MFMT Response: UTF8 Response: MFF modify;UNIX.group;UNIX.mode; Response: MLST modify*;perm*;size*;type*;unique*;UNIX.group*;UNIX.mode*;UNIX.owner*; Response: REST STREAM Response: LANG en-US;ko-KR;fr-FR;bg-BG;it-IT;zh-TW;ru-RU;zh-CN Response: SIZE Response: 211 End Command: OPTS UTF8 ON Response: 200 UTF8 set to on Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (192,168,50,132,233,129). Command: MLSD Response: 150 Opening ASCII mode data connection for MLSD Response: 226 Transfer complete Status: Directory listing successful

(log 2)

Status: Disconnected from server Status: Connecting to 192.168.50.132:21... Status: Connection established, waiting for welcome message... Response: 220 FTP Server ready. Command: USER ftptest Response: 331 Password required for ftptest Command: PASS * Response: 230 User ftptest logged in Command: OPTS UTF8 ON Response: 200 UTF8 set to on Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Status: Directory listing successful

#5414 Bug Uploading with new version 3.3.3 Client normal invalid 14 years 14 years
Description

Just updated FileZilla Client to 3.3.3. Platform: Windows XP SP3 Now I can't upload files correctly. Might upload one but will fail on the other I get the string below Please notice: "Response: 230- WARNING! 100 bare linefeeds received in ASCII mode Response: File may not have transferred correctly."

Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 500 'FEAT': command not understood. Status: Connected

Status: Connected Status: Starting upload of C:\Documents and Settings\dood\Desktop\calc_2.0.htm Command: CWD / Response: 250 CWD command successful. Command: PWD Response: 257 "/" is current directory. Command: TYPE A Response: 200 Type set to A. Command: PASV Response: 227 Entering Passive Mode (216,87,188,9,189,0) Command: STOR calc_2.0.htm Response: 150 Opening ASCII mode data connection for calc_2.0.htm. Response: 230- WARNING! 100 bare linefeeds received in ASCII mode Response: File may not have transferred correctly. Response: 226 Transfer complete.

#5422 Trailing space in remote folder name causes problem normal rejected 14 years 14 years
Description

I downloaded a remote folder with a trailing space in it´s name via context-menu. Downloading was fine, but I wasn´t able to delete that folder with Windows Explorer ("Datei kann nicht gelöscht werden: Die Quelldatei oder vom Quelldatenträger kann nicht gelesen werden.").

Deleting it is only possible by deleting the parent folder via command line with "rmdir /s test".

FZ: 3.3.3

#5430 Unable to connect to server low rejected 14 years 14 years
Description

I keep getting this error below. I know I have entered the information correctly.

Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 50 allowed. Response: 220-Local time is now 00:49. Server port: 21. Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER iscript Response: 331 User iscript OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server

#5431 i want to report a bug site owner low worksforme 14 years 14 years
Description

hi, i upload my files with filezila latest version 3.3.3 !! i have a lot of ftp account but whenever i upload a file up to 200k then this error come Error: Could not write to transfer socket: 0 Error: File transfer aborted by user what is this? if i use filezilla 3.3.1 then this error didnot come? i can use filezilla 3.3.1 to upload files but this version is little slower what do i do? please reply me to my email adress

#5437 For one transfert on passive mode, creation of multiple sockets of command normal rejected 14 years 14 years
Description

Excuse me for my english. I realize a tpdump capture to describe my problem with FileZilla Client 3.3.3 When i realise a upload, passive mode and keep alive option, of a large file, the transfert broken all 5 minutes. I found that it's my firewall who send me a RST packet. After analyze tcpdum capture between client and server, i see 2 connexions data and one connexion that not use "keep alive" command and my firewall with default timeout (5mn) on all session broken this session. I add a files:

  • tcpdump file (client.cap) realize on client
  • filezilla.log: log of FileZilla Client
  • analyze.log: my analyze of tcpdump capture "client.cap"
#5439 Local pane doesn't refresh in all tabs normal duplicate 14 years 14 years
Description

Action: I have 2 tabs open to different areas of the same remote site, and the same local folder. I refresh the file listing

Expected behavior: The local listing refreshes in both tabs to reflect the current state

Actual behavior: The local listing only updates in the current tab.

#5468 Particular filename string gets renamed critical rejected 14 years 14 years
Description

We have discovered that any file we upload using the filename "114400227 <any words here>" will be renamed to "11440022_ <any words here>". Uploading using our servers web based platform does not reproduce the error, but filezilla consistently renames this filename.

#5458 Sytem cannot find the file specified high worksforme 14 years 14 years
Description

I changed the name of a directory folder, then clicked on the folder and I receive this error: Status: Connected Status: Retrieving directory listing... Command: CWD /_INTERNAL/1 Images Response: 550 /_INTERNAL/1 Images: The system cannot find the file specified. Error: Failed to retrieve directory listing

There were many files in this directory. is there a way to retrieve the files? Can we reset/restore the site back a day before I made the name change? Please let me know if there is a way to get these files back. thank you. Sara Royer 813-453-3221 sara.royer@…

#5283 Message Log overruns Quick Connect bar normal duplicate 14 years 14 years
Description

Filezilla: 3.3.2.1 The message log shows up in the background of the quickconnect bar

I though this was fixed in an earlier release, but I can't find it now. This bug was not present in the last version I was using (I don't remember which version it was).

I lost the screenshot, but when i can get another one, i will send it in.

#5190 Log gui corruption normal duplicate 14 years 14 years
Description

The log gui sometimes overlaps the quick connect bar and menu bar.

OS: Windows 7 Pro.

#5478 ECONNABORTED - Connection aborted critical worksforme 14 years 14 years
Description

Its very simple. I open my filezilla (3.3.3) and try to connect to a server, but it shows

Status: Resolving address of .org Status: Connecting to 85.25.250.8:21... Status: Connection attempt failed with "ECONNABORTED - Connection aborted". Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of .org Status: Connecting to 85.25.250.8:21... Status: Connection attempt failed with "ECONNABORTED - Connection aborted". Error: Could not connect to server

My friend can connect and my IP is not banned because i can connect to the control panel. I have a new computer for a couple of days but the old computer was fine with connecting.

#5482 Error Doc XML reading attributes normal worksforme 14 years 14 years
Description

Good afternoon,

First, excuse me for the bad language but I am french, and not really in the IT field. I currently use Filezilla Client 3.3.3. on a PC with windows XP. I never had such a problem since the error read in my ticket's subject. When opening FileZillaI got a window saying 'The Xml doc is not in the right setting : error reading attributes', so the previous favorite settings won't be set, you will run on the basic setting. I got this message whenever I run Filezilla and so must re-shape the windows and my previous read files every time. I tried to uninstall then re-install Filezilla but nothing changed. I checked the forum before posting and though I use both Avast as an Antivirus and ZoneAlarm as a firewall,none of them are blocking the programm to connect to whatever and whenever it wants to.

I believe something is wrong in the xml code. Can you help me fixing it? Regards.

#5472 Resume not working normal rejected 14 years 14 years
Description

Server is running 0.9.35 on Windows Server 2003 Web Edition (SP2)

Client is running 3.3.3 on a Windows Server 2003 Standard Edition (SP2)

When transferring a 1.8GB zip file from client to server the transfer failed. When I go back in to client and restart the upload, I am prompted that the file already exists, so I select resume.

I see "REST 1349595396" which is the correct size of the file already transferred on the the server, and this is followed by "500 Syntax error, command unrecognized."

When I check the logs on the server I see "RE*T 1349595396" followed by a "500 Syntax error, command unrecognized.". The S has been replaced by a *

Same behaviour was noticed on server 0.9.32 and is also present on 0.9.36

#5484 Site certificate verification "always trust" checkbox doesn't work normal rejected 14 years 14 years
Description

When accessing a site with a certificate that is unknown, the site certificate dialog opens, but the "always trust" check box isn't sensitive (can't be checked). Clicking the "Ok" button allows site access for that instance, and the site can be re-accessed (new login) while FileZilla remains continuously active. When FileZilla is restarted, the certificate verification steps must be repeated for that site. Very aggravating for such a site that one visits often.

#5476 Icon inversion Chris normal fixed 14 years 14 years
Description

In FZ 3.3.3 (and former versions) the icons for "directory listing" and "directory comparing" are inverted.

#5343 Leading space for the host name confuse client. robert macnamara normal fixed 14 years 14 years
Description

Enter " ftp://...", press Quick connect and the client can't find the server. When the leading space is removed it works. Version 3.3.2.1. Thanks a lot for the product.

#4790 "Del" key on the keypad does not work for deleting files Tim Kosse normal fixed 15 years 14 years
Description

If I highlight a file (remote or local) and press the "Delete" key, it deletes. However, if I do the same with the "Del" key on the keypad, nothing happens. It looks like the key bindings are off.

Filezilla 3.2.7.1

#5415 Site Manager doesn't allow Alt-Tab when in Field "Server Type" normal fixed 14 years 14 years
Description

The Site Manager doesn't allow Alt-Tab when in Field "Server Type". You usually don't want to have to move your right hand to the mouse when you fill in the necessary fields when you enter a new site. I consider this being a bug since you have no way to solve this with just alt-tab on the keyboard.

#5500 A batch file upload failed on 3.3.4 RC1 high fixed 14 years 14 years
Description

Hello:

I tried to upload a number of files into a server through FileZilla by clicking a file, then Shift Click that resulted in a selection of 11 files. Then, I drag & drop the files to the server file list.

Opted to overwrite the existing files > Always use this action > Apply to current queue only.

All the 11 transfers then failed.

#5501 Drag-drop file upload always fails normal duplicate 14 years 14 years
Description

Trying to drag a file from the local folder to the remote server folder always fails in version 3.3.4-rc1 of FileZilla Client.

To reproduce:

  1. UI is configured to Blackboard layout, not reversed.
  2. Login to an FTP server.
  3. Navigate to source folder and destination folder.
  4. Click and drag a file from the local file pane to the remote file pane and drop.

What happens: Client attempts to transfer file and gets an error similar to the following: can't open file 'Q:\Folder\subfolderfile.php' (error 2: the system cannot find the file specified.)

The path reported in this error is not correct, the actual file is located at: 'Q:\Folder\subfolder\file.php' It appears this method of uploading has a bug where the last \ in the folder path is missing.

Work around: Selecting the file in the local pane and pressing Enter transfers the file correctly.

#5508 Can't open file (error 2) when dragging from local to remote normal duplicate 14 years 14 years
Description

Hello,

Just upgraded to 3.3.4-rc1, no problems with the upgrade. Then tried to transfer a couple of files by dragging and got error 2. However when I right-clicked and selected 'upload' - it worked fine. So it appears to be drag-n-drop related issue.

Great program regardless :) Thanks.

Oleg

#5506 Uploading a file via drag&drop fails blocker duplicate 14 years 14 years
Description

When I drag&drop a file from Windows Explorer or from FileZilla into the remote directory, I get this error:

Status: Starting upload of C:\1temp\typo3_44_cssx.png Error: Failed to open "C:\1temp\typo3_44_cssx.png" for reading Error: File transfer failed

The correct path/filename would be: C:\1temp\typo3_44_css\x.png

Problem: The last backslash in front of the filename is missing. Upload via context menu works fine.

FileZilla 3.3.4-rc1

#5505 View/Edit doesn't work any more high duplicate 14 years 14 years
Description

View/Edit function doesn't work any more after upgrading to 3.3.4 rc1 version. Tested on Notepad++ and Dreamweaver cs5.

#5503 Classic theme is always changed to OpenCrystal after restart high fixed 14 years 14 years
Description

Hi,

I always used the "Classic" theme and after updating from 3.3.3 to 3.3.4-rc1 this was automatically changed to the "OpenCrystal" theme. I then changed it back to "Classic", but after a restart it was again "OpenCrystal".

This problem doesn´t occur when you use e.g. "Blukis" as a theme.

#5504 Speed limit icon isn´t updated when changing themes low fixed 14 years 14 years
Description

After changing the interface theme in settings, the icon bar icons are updated but not the icon for the speed limits.

#5513 Dragging file from Shell (Desktop) doesn't work high fixed 14 years 14 years
Description

Attempting to upload a file to an FTP site by dragging from the desktop results in the attached message. It seems the newest version of FileZilla (3.3.4-rc1) is failing to place a slash between the source directory name and the source filename.

#5510 Drag'n'drop does not work in 3.3.4-rc1 high duplicate 14 years 14 years
Description

In 3.3.4-rc1 drag-and-drop function fron Windows Explorer does not work. From explorer panel inside the Filezilla itself it does not work either. The only way to transfer a file is double click - only this works which is very inconvenient

#5511 Remote file not opening in editor high duplicate 14 years 14 years
Description

In 3.3.4-rc1 when I click on the remote file or right click and select view/edit
the file downloads to the temporary folder
but the editor does not open with the file and the files being edited table does not get updated.
This worked OK in previous versions including 3.3.3 - reverting

#5514 Drag and Drop Handler submitting wrong path/filename blocker duplicate 14 years 14 years
Description
  1. Drag and drop a file from "c:\test\file.txt" (from the Windows Explorer) to the right hand side of the filezilla window (the "Remote site") into a folder on the connected server.
  1. filezilla will report an error indicating that it can not find the file "c:\testfile.txt" (mind the missing path seperator at the end of the dirname before the basename starts)

This also happens when you try to drag and drop the file from the left hand side of filezilla (the "Local site").

If I right click on the file in the "Local site" and choose "Transfer file" it works fine.

The log file does not reveal very much (I have set the log level to debug):

23:46:09: can't open file 'C:\testfile.txt' (error 2: das System kann die angegebene Datei nicht finden.)

(The latter is german and means that it can not find the file)

I am using Filezilla Client 3.3.4-rc1

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.