Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1701 - 1800 of 4044)

Ticket Summary Owner Priority Resolution Created Modified
#5164 Accidental single click file renaming normal fixed 14 years 10 years
Description

When navigating through folders a single click very often leads to a file or folder renaming. More than that, sometimes when I double click on the folder - it requests this folder's contents AND activates renaming feature, so when it finishes listing new folder - old renaming box stays on the screen, as if now you are renaming a file or a folder inside this new listed folder. If you hit Return - then a file in this new folder will be renamed to the name of a file from a previous folder.

I think it's a high priority bug, since I had to stop using Filezilla completely.

#5165 Password Issue normal outdated 14 years 12 years
Description

When visiting a sequence of sites to download log files your system requires a second entry of a password despite the box to remember the password being ticked. Sequence of events -

  1. Log onto first site, download, no problem.
  2. Log onto second site, closing first option.
  3. download but one file requires second entry of password whereas the rest don't.
  4. Happens on every subsequent site visited during the session.

Also, why force users to go through several barriers to entry before they can report a bug. I have often not bothered becuase of your beaurocratic insistence on accounts. As a result bugs are not reported on time or at all.

#5168 gcc compiler switches -O2 and -O3 generates bad code. use -O normal worksforme 14 years 14 years
Description

I have written a SHA512 implementation for my own use, and I could not get get the right test results with integer calculations using gcc -O2 or -O3. So I am saying that gcc -O2 and gcc -O3 both generate corrupt, improper code. gcc -O generates good code.

SHA512 involves a lot of shifts, multiplies, adds. I understand packets (if you are doing that) require calculations as well, for calculating length, size, checksums, etc. so there may be some similarities in the calculations.

I suggest you stay away from using -O2 or -O3 and stick with -O for compiler optimization.

You may find some bugs disappear once you switch to -O.

Suggest you do the same with FileZilla Server.

I also use mingw. I used to use mingw, but now I use mingw-w64, since it has TR1 and it can compile 64-bit code.

There is also a known compiler bug I discovered (gcc folk won't fix it - talk to them?) that -fpack-struct does not work with iostream, locale, fstream C++ libraries. It will generate huge numbers of errors. They said something like it is not supposed to work together or something like that. (bolderdash)

These are not a problem with microsoft or borland commercial compilers.

I am basing this bug on the information I obtained in the Help|About dialog where it says "Compiler Flags":

FileZilla Client


Version: 3.3.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2010-01-03 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

#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...

#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)

#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)

#5180 Large file upload generates damaged file normal outdated 14 years 12 years
Description

Uploading a 16GB file to my FTP in the local LAN (vsftpd on debian stable) ends up with a different file size than the original (tried twice, once smaller and once larger than the original) as a consequence the MD5 is different too and the file unusable.

#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.

#5184 File exists dlg: "Apply to current queue only" not working normal outdated 14 years 12 years
Description

Download multiple files (at least two) from your server. Then, download the same files again. You will be asked how to proceed. Tick "Overwrite", "Always use this action", "Apply to current queue only".

You will be asked again on how to proceed with the conflict.

Not sure if the problem is in the "Always use this action" or the "Apply to current queue only", but it's not applying to all files...it's taking them one at a time.

Note that this did not happen in the last version (3.3.0), that I experienced. Only since upgrade to 3.3.1. I couldn't find any other current tickets for this, just some similar that were around 2 years old.

#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.

#5188 Toolbar Problem normal duplicate 14 years 10 years
Description

When a saved website is opened with Site Manager, the toolbar buttons disappear. Some of the buttons reappear after mousing over them. This is a problem with 3.3.1 and 3.3.2-rc1.

#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.

#5191 Drag&drop fails with 4 or more files Rajvihar normal outdated 14 years 12 years
Description

If you try to drag&drop 4 or more files from your machine to the right pane, you get only uploaded correctly 3 of the 4 files (or n-1 of the n files uploaded).

If you try to download the files from the right pane to the left pane it works fine, the problem is only when you upload files.

#5192 Delete Files normal outdated 14 years 12 years
Description

This has happened to me twice. I have selected files for deletion and while waiting for the deletion of the files to begin I have hit "Quickconnect". When this happens the connection is restarted and then ALL the files in the directory which quickconnect goes to are deleted instead of the ones I selected.

#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.

#5195 Intermittent error transferring ASCII file as binary with transfer type set to Auto normal outdated 14 years 10 years
Description

I am running the most recent version of FileZilla: Version 3.3.1. Additional Client info is below (bottom).

I was transferring an ASCII file from my computer (WinXP) to a server (Linux). I noticed the file-size of both files (source and dest) was identical, which seemed odd. So, I verified the settings (below), and I deleted the destination file, and repeated the file transfer with the same outcome. The file-size on the client and the server was 1070 bytes.

Settings->Transfers->Filetypes->Default transfer type: Auto Settings->Transfers->Filetypes->Automatic file type classification: (list of file-types including txt)

Filename: abc.txt File abc.txt: 47 lines File abc.txt: 1070 bytes (DOS)

Then I changed the transfer type setting to BINARY, and I deleted the destination file, and repeated the file transfer. The file was written on the server with an identical file-size (as expected).

Then I changed the transfer type setting to ASCII, and I deleted the destination file, and repeated the file transfer. This time, the file written on the server with a smaller file-size (also, as expected). The file-size on the server was now 1023 bytes.

Finally I changed the transfer type setting back to original setting of Auto, and I deleted the destination file, and repeated the file transfer. This time, the file was written on the server with an smaller file-size (as expected). At this point, everything appeared to be working correctly, but the original failure and failed retry are unexplained.

Kevin

FileZilla Client


Version: 3.3.1

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2010-01-03 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

#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.

#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

#5199 Windows -No Disk error message Pops up after using quick connect normal rejected 14 years 10 years
Description

Filezilla triggers a Windows No Disk error message When using Quick connect an error message box comes up That cannot be closed without reappearing Only way to resolve the issue is complete restart of the Computer Opening Filezilla and repeating the Quickconnect command initiates the same problem

Operating System Windows XP Professional Version 2002 SP3Intel Core duo CPU E8400@3.00GHZ Filezilla 3.3.1 Build date 2010-01-03

Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Delaying connection for 1 second due to previously failed connection attempt... Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Resolving address of efiftp.efisportsmedicine.com Status: Connecting to 69.13.253.5:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 cupid Microsoft FTP Service (Version 5.0). Trace: CFtpControlSocket::SendNextCommand() Command: USER efiftp Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for efiftp. Trace: CFtpControlSocket::SendNextCommand() Command: PASS * Trace: CFtpControlSocket::OnReceive() Response: 230-Welcom to Cupid! Trace: CFtpControlSocket::OnReceive() Response: 230 User efiftp logged in. Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 Windows_NT version 5.0 Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 500 'FEAT': command not understood Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,102). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/Michael Steel Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/Michael Steel" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,104). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/Oracle CRM on demand Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/Oracle CRM on demand" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,105). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/GRAVITY Photos Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/GRAVITY Photos" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,106). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/GRAVITY Photos/PersonalTraining Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/GRAVITY Photos/PersonalTraining" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,107). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/GRAVITY Photos/PostRehab Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/GRAVITY Photos/PostRehab" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,108). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::OnClose(0) Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /efiftp/GRAVITY Photos/General Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful. Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/efiftp/GRAVITY Photos/General" is current directory. Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (69,13,253,5,4,109). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 125 Data connection already open; Transfer starting. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Status: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server Status: Waiting to retry... Status: Delaying connection for 1 second due to previously failed connection attempt... Status: Resolving address of ftp.chekinstitute.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Trace: CRealControlSocket::OnClose(11001) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Could not connect to server

#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?

#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

#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.

#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.

#5210 FileZilla ignores leading space of filename normal rejected 14 years 10 years
Description

version 3.3.2 CONDITIONS:

  1. A server has a file with a leading space in its filename.
  2. FileZilla's directory display parses the name, removes the leading space, and displays the filename without the leading space.
  3. FileZilla is then unable to correctly reference the file by name for file deletion, renaming, etc. as the leading space is "missing" from commands issued by FileZilla.

I have confirmed this behavior by deliberately creating a file with a leading space on my server, and observing FileZilla's behavior, and noting FileZilla's attempts in the server's xferlog.

A bug search showed obscure reports made about this three years ago, but not well described.

#5215 Filezilla (3.3.2) lists large file sizes as 2gb normal rejected 14 years 14 years
#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.

#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.

#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!

#5221 initial message log overflows its viewpane normal duplicate 14 years 9 years
Description

Hi. Filezilla, great, actually.

Recently, and continuing on the just-released 3.3.2, info below, the message log from initial connection often scrolls upwards out of its pane, obliterating the text areas and buttons at the normal top of screen.

I managed to capture the hopefully enclosed pic where it doing so less than usual, so you can see the effect in its whole context. Usually it completely masks, overwriting with text log results.

By the time you see this happen, it no longer does -- subsequent logging for ftp transfers stays in the proper log area. It seems to occur then only during the initial connection.

Thanks, and best - it's a great tool.

FileZilla Client


Version: 3.3.2

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2010-02-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

#5227 Ftp upload through websense ftp proxy fails most of the time, opened ticket with websense and they said we shall use cureftp or totalcommander and we tested CureFTP and it worked all the time normal outdated 14 years 11 years
Description

We use a Internet proxy from websense that does http, https, ftp proxying.

We use filezilla for 3 years now for all our ftp upload/downloads over ftp, ftps without any problems. But since we switched from Cisco CE proxy to Websense proxy we cannot upload with certainty. Smaller files pass the system usually without problem, larger files 300 - 500 MB most of the time fail.

I verified that the site we were trying to upload works by connecting directly to the Internet and using filezilla to upload the files and it worked.

We opened a ticket with websense and they told us we shall use CureFTP or TotalCommander to upload. I did the test and with CureFtp all files were all the time uploaded correctly.

The settings we have to use for websense in Filezilla 3.3.1 are:

Connection->FTP->FTP Proxy

Custom

USER %u@%h PASS %p

proxy host: websense.test.com:2121 user: test password: test

We have also tested to disable ftp cache on websense but the same thing happens.

How do we know that the files are not uploaded correctly?

The transfer starts and we know that the target site has a bandwith limiter that does allow 60KBs.

The files are uploaded and when it's almost 100 percent uploaded we are presented with a dialog that says the file is already there and if we want to overwrite it. If you press overwrite the transfer will start again and at the end present you again with the same dialog.

When we called support of the target side they said the files are only around 5 million bytes instead of 13 or 23 million bytes. The target site does not allow size commands nor read of the directory etc.

#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.

#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).

#5235 FileZilla Client - dutch normal outdated 14 years 12 years
Description
  • Connected to server

Reeds verbonden

FileZilla is reeds verbonden met een server.

Verbinding maken in een nieuwe tab

Change: Vorige verbinding afbreken en verbinden in nieuwe tab.

Into:

Vorige verbinding afbreken en verbinden in huidige tab.

#5236 preserve timestamps option normal fixed 14 years 10 years
Description

Hello! In Filezilla ftp client i enabled the preserve timestamps option in the transfer menu. After restarting the program this option is disabled again! So each time i have to enable it again. I think this is a bug. greetings Walter

#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

#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.

#5240 Can't Connect after upgrading to 3.3.2 normal rejected 14 years 12 years
Description

Hello.

I upgraded to the latest version today and have not been able to connect to my school since. Here is the error message from the log window: Status: Resolving address of transfer.chemeketa.edu Status: Connecting to 199.101.8.224:21... Status: Connection attempt failed with "ECONNREFUSED - Connection refused by server". Error: Could not connect to server

Host: transfer.chemeketa.edu Username: ccc\student passwd: offsite Port: 21

Are you able to connect? Any thoughts?

#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.

#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!!!

#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.

#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.

#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)

#5256 Double clicking on a item brings up the filename edit box too frequently normal outdated 14 years 10 years
Description

Most of the time when I double click on a file, instead of going into the folder, it will open up the file rename box, which is extremely annoying. This is easily reproducible when I already have one or more items selected. In order to avoid it, I have to make sure I double click the tiny microscopic icon off to the side.

One time, I was fed up with the rename box and tried double clicking again once or twice on a folder, and some how it managed to copy the file name from one folder and rename a subfolder with that name... all through just clicking. That's really bad.

#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.

#5266 FileZille not recognizing new file associations... normal duplicate 14 years 10 years
Description

I recently changed file associations for my PHP files and FileZilla doesnt seem to recognize the association change. I use to be able to right click and open PHP files just fine but since the old programs deletion and file assocation change I can't right click and open my PHP files from FileZilla any more. Please see the attached picture for the error / message that I am getting.

Ty for your time and interest.

#5271 every file and dir are showing an timestamp before name of it normal outdated 14 years 12 years
Description

Every file and directroy are showing with file timestamp before it. Both timestamp and filename are building a filename into filezilla, and when you are pressing enter to select a directory, the filezilla is sending "timestamp filename" together as show-command. Enstead of usual filename or directory name inside of show command into a ftp-server.

(And therefor an application is useless untill a bug fixed.)

The used client is windows (xp) and server is FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) with Debian GNU/Linux installed as default language iso-8859-1.

2010-03-12 13:22:xxx filename or directory name

Another ftp-applications are working as usual. Also filezilla worked well before new installed unix server and new filezilla versions. Also to open ftp-connect to another ftp-own servers are working well.

Thanks, Tuomas

#5273 Daylight Saving Time calculation broken normal duplicate 14 years 10 years
Description

In ticket #2026, the last comment states, "The next version of FileZilla 3 will be able to calculate the timezone of the server automatically."

I'm using Filezilla Client 3.2.8.1 on Windows XP SP2 to connect to Oracle Enterprise Linux 5.4 (RedHat Linux Kernel 2.6) servers.

I and the servers are located in the same timezone (in fact, in the same city).

Before the switch to Daylight Saving Time, the time displayed in Filezilla for new files matched the time displayed on my PC and the time displayed for the file when viewed directly on the server.

Since the time change last weekend, we have found that the time displayed by Filezilla is 1 hour later than the the PC time at the time of saving and with the last modification time as displayed when viewed directly on the server.

The server and the PC times still match.

#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.

#5276 Transfer Queue doesn't sort normal duplicate 14 years 12 years
Description

filezilla 3.3.2 wxWidgets 2.8.11 gnuTLS 2.8.3

Issue: headers do not sort

Expected results: click on headers of transfer queue and the list should sort on that column

Actual results: click on the headers shows a mouse down, but list does not sort.

#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.

#5290 Could not read from socket: ECONNRESET - Connection reset by peer normal outdated 14 years 11 years
Description

Since 3.3.2 I get "Directory listing failed"

#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”.

#5294 SFTP problem - Its locks other connexions normal duplicate 14 years 11 years
Description

Hello everybody I had private keys for SFTP configuration. When I had 5 keys, all the connexions where OK. If I add a 6th private key, the others connexions ( non SFTP ) doesn't work anymore. The message is :

Server sent disconnect message type 2 (protocol error): "Too many authentication failures for xxxxxx" If i Delete the 6th key, it works.

The version is Filezilla 3.3.2.1

#5297 Correct show of windows normal duplicate 14 years 12 years
Description

On Windows 7 x64, the FileZilla main window, after connect to an ftp server, doesnt redraw correctly.

#5298 Invalid filename display in other charset normal outdated 14 years 10 years
Description

My ftp server machine(AIX) user's charset is : $ locale LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_MESSAGES="C" LC_ALL= But when i use our client(FileZilla) connect to it with charset UTF-8 the remote filename display is abnormal, filename together with modify time before it, i wondering that if you cut filename by remote command 'ls -l' and take the wrong field.

#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.

#5304 Images transfer and then on the host are 0 bytes. Dean Pennington normal outdated 14 years 11 years
Description

Using most recnt client at this writing (3.3.2.1) I have previously and successfully transferred files to my cox.net host space. Today, whether it was a jpg, png, bmp, gif, or pdf the transfer went without error and in a proportionate amount of time for the file size, but on the host all times but one they appeared as zero bytes and were not usable. One time they filled in with the appropriate host file size, but were found to fail to display, and on refresh were zero bytes after all. I didn't try non-image file types so they may have had the same problem. I tried this multiple times in multiple sessions and after restarts. I also changed from AUTO to Binary, and turned passive on/off with no change in outcome.

#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

#5307 Limit on the number of files listed normal rejected 14 years 10 years
Description

I've had a persistent problem listing files in from the remote server where there are more than 300 files (I'm not sure of the exact number). I've experienced the same bug on other versions. Core FTP LE works with my connection to the same path.

I'm using Filezilla 3.3.2.1 with SFTP-SSH protocol.

It appear to change the remote directory and then report the following message: Status: Listing directory /network/Specified_Path Trace: No valid incoming packet found Error: No valid incoming packet found Trace: CControlSocket::DoClose(64) Trace: CSftpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Failed to retrieve directory listing Trace: CFileZillaEnginePrivate::ResetOperation(66)

#5308 Windows System Resource Leak normal outdated 14 years 12 years
Description

If I leave FileZilla on overnight downloading and uploading files my system runs out of resources until I reboot. Other apps have problems displaying any menus as the resources have been used up and new apps cannot be loaded until system is rebooted.

#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.

#5314 drag & drop transfers parent directory instead of selected files normal outdated 14 years 10 years
Description

drag & drop of multiple files and/or directories from the remote file listing to the local active directory sometimes transfers the complete remote parent directory instead of the selected files.

this means that instead of showing the expected "overwrite?"-dialog for existing files in the active local directory, filezilla creates a new subdirectory with the name of the server's parent directory and transfers all of its contents. this is very annoying since it takes 2 or 3 attempts until only the selected files are transferred to the right place and i can use the advantage of comparing file size & date when filezilla asks whether to overwrite or not. additional this means i have to cancel huge queues of files in subdirectories that i did not want to be transferred and delete the already transferred ones from the wrong directory on my harddisk.

apparently filezilla does not recognize the active remote directory after navigating through the remote directory structure. sometimes it helps explicitly selecting another directory first and then the desired one in the remote directory tree before selecting the files for drag&drop transfer.

this issue seems to happen on about 50% of remote->local drag&drop transfers. it never happened when transferring from local to remote.

i noticed this behavior throughout all filezilla-versions in the last year, but never found a bug report. anyone with the same problem?

#5318 Activity lights intermittantly not working in 3.3.2.1 normal outdated 14 years 11 years
Description

Appears to be similar to #4291. It does appear to be intermittent.

#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

#5321 Connection timeout uploading large files normal outdated 14 years 12 years
Description

With all 3.3.x series FileZilla, i get a connection timeout at the end of a large file upload. Files have to be >1MB. It is always at the end of the file. It happens with every large file.

With ver 3.2.x, this is not a problem. I downgrade to 3.2.4.1 and it works ok, upgrade to 3.3.2.1 then i get timeouts again. This is why i believe it is a bug.

I only upload to 2 servers. Happened before i reformatted and reloaded Windows as well. Log files are attached.

#5322 After N files transferred through SFTP using FileZilla, the queue slows down normal outdated 14 years 12 years
Description

After N files transferred through sftp using FileZilla, the queue slows down. It happens when I'm transferring one file at a time or 2 files at a time or N files at a time. It usually slows down when the third or fourth file in the queue has finished transferring.

And when it's happening, all I need to do is restart the queue after a few minutes and the speed will go back to normal.

I'm using Buffalo WHR-G125, just in case it has something to do with it.

#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

#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.

#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.

#5335 can not open directory name domainname.com normal outdated 14 years 12 years
Description

FileZilla client is friezing when trying to open local directory named like "domainname.com".

#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.

#5344 Filezilla doubleclick brings file renaming normal fixed 14 years 14 years
Description

Most of the time when I double click on a file or folder instead of uploading it or opening a folder it opens a file renaming box. It's extremely annoying. And sometimes if you double click on a folder it brings file rename box, opens a folder and renames random subfolder name into a file name from the main folder. It wastes time and patience.

#5347 Windows 7: network card crashes on multiple connections normal rejected 14 years 11 years
Description

In the current release 3.3.2.1 on my win7 x64 system I recognized a strange behaviour that causes my wired network card to "crash" which gets only working again after a reboot.

Following is happening, I reproduced it as described about 5 times: Downloading a huge amount of files and data from a standard webserver. To increase the overall speed, I usually download several files at a time time, mostly about 4. When 1 *bigger* file is currently downloading (> 40MB) and other *little* ones (> 5KB & < 100KB) are downloaded too, it stucks from *one moment to the other*. The described issue results in a completely freezed network card. No connections can get in or out anymore. From then it is impossible to change the IP address manually (or automatically), enable/disable it to refresh the network card or even send a ping to a known computer in the network. It seems that only a reboot of the system does help (if windows shuts down correctly, otherwise human needs to be stronger than computer by pressing the power off button)

(In the past I had a similar problem too, which was caused of too many open ftp connections because of many little files and an overhead for tcp connections, which then resulted in a stopped queue. But this queue could be continued after some minute when the server has ended all open connections in timeout and other network functions still worked.)

As already mentioned, I reproduced this about 5 times and while trying to find out if this can be avoided, following helps a bit:

  • Downloading only 1 file at a time -> many big files are not a problem, only small files even don't. Only the combination of *some* large and many small ones make trouble.
  • While downloading, I watched the queue and when a big file is currently running, I manually changed the options to 1 file so that the small files currently downloading get finished and then only the big one is left -> it worked without a problem. After the big file was finished, I switched to multiple downloads again until the next big one was coming. That was a bit annoying but still increases the overall download speed (for 4000 files)

Below is the currently used filezilla version, if you need additional detailed hardware/os information (dxdiag whatever) or more information that I might have forgotton here, let me know.

Thanks. btw. I really really like filezilla! great job :)

Conrad


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

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

Default remote directory: zeeculpepper.com

Not allowed for Unix host server.

#5357 Filezilla works at home but not at worksite normal rejected 14 years 13 years
Description

The computer is an HP laptop using Windows Vista Sp-2 last updated to version KB980248 on April 29.

It works fine over the wireless connection at home, but not at the boss's home office. We have an 11b wireless connection at home, backed by a cable (Comcast) connection. The boss has, I beleive, 11g backed by DSL.

The connection log at the boss's office is:

Status: Connecting to 97.74.215.115:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 10 of 75 allowed. Response: 220-Local time is now 23:10. 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 drzev49 Response: 331 User drzev49 OK. Password required Command: PASS Response: 230-User drzev49 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: CWD /Label-Maker Response: 250 OK. Current directory is /Label-Maker Command: PWD Response: 257 "/Label-Maker" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PORT 71,125,141,252,239,124 Response: 200 PORT command successful Command: MLSD Response: 425 Could not open data connection to port 50510: Connection refused Error: Failed to retrieve directory listing Error: Connection closed by server

At home, the log is:

Status: Connecting to 97.74.215.115:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 6 of 75 allowed. Response: 220-Local time is now 09:52. 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 drzev49 Response: 331 User drzev49 OK. Password required Command: PASS Response: 230-User drzev49 has group access to: 450 Response: 230 OK. Current directory is / Status: Connected Status: Retrieving directory listing... Command: CWD /Label-Maker Response: 250 OK. Current directory is /Label-Maker Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PORT 71,125,141,252,246,43 Response: 200 PORT command successful Command: MLSD Response: 150 Connecting to port 63019 Response: 226-ASCII Response: 226-Options: -a -l Response: 226 4 matches total Status: Directory listing successful

The attached file shows the logs in their original colors, first page at the boss's place, and the second page from home. The horizontal rules divide the log into sections that are either identical or different between the two situations.

#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.

#5360 While transfering files, if choose Server and uncheck "Force showing hidden files", bug normal outdated 14 years 12 years
Description

While transfering files, if choose Server and uncheck "Force showing hidden files", then files are downloaded to wrong folders

#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).

#5364 large files upload fails normal outdated 14 years 10 years
Description

I have no problem with small file upload such as html or images on this server of mine, but when I try to upload a large video file I get a strange behavior. The log attached refers to the file Ali_my_Slum_my_Korogocho.flv which is 105 MB. The upload progress bar reaches 100% in few seconds (!!) then stops there. After some time (30 seconds or so) it gives a file transfer failed or connection time out error. It then retries to upload the file few times but it failes even before the progress bar is displayed. Finally it asks me if I want to overwrite the file alredy present on the server (which is truncated at a size around 1MB). CuteFTP initially does the same with the progress reaching 100% but then it restarts the transfer with the progress at 3/5 % and it starts uploading the file in chunks giving a bunch of "ERROR:> Temporary completion problem reply." but it eventually succeed completing the file.

Here's the log:

Status: Connecting to 85.25.120.199:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ProFTPD 1.3.1 Server (ProFTPD) [85.25.120.199] Trace: CFtpControlSocket::SendNextCommand() Command: USER pacifico Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for pacifico Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230 User pacifico logged in Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is the current directory Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: Directory listing successful Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of D:\Magilvia\Documenti\Web\EComPoint\KissFromTheWorld\Sito vecchio\httpdocs\cms\upload\people\video\Ali_my_Slum_my_Korogocho.flv Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /httpdocs Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: File transfer failed Status: Connecting to 85.25.120.199:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ProFTPD 1.3.1 Server (ProFTPD) [85.25.120.199] Trace: CFtpControlSocket::SendNextCommand() Command: USER pacifico Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for pacifico Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230 User pacifico logged in Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of D:\Magilvia\Documenti\Web\EComPoint\KissFromTheWorld\Sito vecchio\httpdocs\cms\upload\people\video\Ali_my_Slum_my_Korogocho.flv Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /httpdocs Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (85,25,120,199,224,187). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: STOR Ali_my_Slum_my_Korogocho.flv Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection for Ali_my_Slum_my_Korogocho.flv Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: File transfer failed after transferring 105.536.430 bytes in 26 seconds Status: Connecting to 85.25.120.199:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ProFTPD 1.3.1 Server (ProFTPD) [85.25.120.199] Trace: CFtpControlSocket::SendNextCommand() Command: USER pacifico Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for pacifico Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230 User pacifico logged in Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of D:\Magilvia\Documenti\Web\EComPoint\KissFromTheWorld\Sito vecchio\httpdocs\cms\upload\people\video\Ali_my_Slum_my_Korogocho.flv Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /httpdocs Error: Connection timed out Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Error: File transfer failed Status: Connecting to 85.25.120.199:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 ProFTPD 1.3.1 Server (ProFTPD) [85.25.120.199] Trace: CFtpControlSocket::SendNextCommand() Command: USER pacifico Trace: CFtpControlSocket::OnReceive() Response: 331 Password required for pacifico Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230 User pacifico logged in Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of D:\Magilvia\Documenti\Web\EComPoint\KissFromTheWorld\Sito vecchio\httpdocs\cms\upload\people\video\Ali_my_Slum_my_Korogocho.flv Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: CWD /httpdocs Trace: CFtpControlSocket::OnReceive() Response: 250 CWD command successful Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1280): List called from other command caller=0p31a2578 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 Type set to I Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (85,25,120,199,166,154). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 150 Opening ASCII mode data connection for file list Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226-Transfer complete Trace: CFtpControlSocket::OnReceive() Response: 226 Quotas off Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (85,25,120,199,196,233). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: REST 221920 Trace: CFtpControlSocket::OnReceive() Response: 350 Restarting at 221920. Send STORE or RETRIEVE to initiate transfer Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: STOR Ali_my_Slum_my_Korogocho.flv Trace: CFtpControlSocket::OnReceive() Response: 451 Ali_my_Slum_my_Korogocho.flv: Append/Restart not permitted, try again Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Error: File transfer failed Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of D:\Magilvia\Documenti\Web\EComPoint\KissFromTheWorld\Sito vecchio\httpdocs\cms\upload\people\video\Ali_my_Slum_my_Korogocho.flv Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1280): List called from other command caller=0p31a2578 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (85,25,120,199,203,166). Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: REST 0 Trace: CFtpControlSocket::OnReceive() Response: 350 Restarting at 0. Send STORE or RETRIEVE to initiate transfer Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Command: LIST Trace: CTransferSocket::OnConnect Trace: CFtpControlSocket::OnReceive() Response: 150 Opening ASCII mode data connection for file list Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226-Transfer complete Trace: CFtpControlSocket::OnReceive() Response: 226 Quotas off Trace: CFtpControlSocket::TransferParseResponse() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Skipping upload of D:\Magilvia\Documenti\Web\EComPoint\KissFromTheWorld\Sito vecchio\httpdocs\cms\upload\people\video\Ali_my_Slum_my_Korogocho.flv Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: File transfer successful, transferred 12.507 bytes in 60 seconds

#5367 7-hour error on timestamp for all sent files normal fixed 14 years 9 years
Description

Two parties have verified that text files sent via FileZilla 3.3.2.1 show a new "last modified date" that is seven hours ago. Yet, others looking at the same files on the remote server using SQL Tools 1.5 see the correct timestamp.

I am using Windows XP Pro SP3, and the files are being transferred to any of several servers. In the Site Manager, we have the timezone offsets set to zero (in fact, the seven-hour error is in the wrong direction for this to be the difference between PDT and GMT.)

Here's the kicker: if you drag the affected file back from the remote server, it keeps the same wrong timestamp!

Love the product, just trying to help make it better...

#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.

#5371 Password is publicly displayed on export Atul Jha normal worksforme 14 years 2 months
Description

If I export my connections list, which have some passwords stored, the XML generated has the passwords publicly displayed. I think there should be, at least, an obfuscation on that, since its easy to find out someones' password (which is obfuscated in the program) just by exporting its connections and looking through the XML.

#5373 Resuming a upload normal outdated 14 years 12 years
Description

When my internet crashes or something stops my upload, I used to be able to re-drag the file and it would give me a screen with several options. I used to just press resume and it would continue uploading from where it started. However it does not allow this anymore, once the internet has crashed I cannot do anything with the partly uploaded file, I cannot resume or delete it etc. The message states that the file is still in use.

I used to then have to restart the computer for it to release the file so i could delete it or resume the upload, however now that is not even working and I have to rename the file on my desktop and start the upload from scratch.

#5376 Multiple connection errors normal outdated 14 years 11 years
Description

Hello, when I connect to my server and send a lot of files like 5000 or more then about 3/4 of the Q I get the following errors and it will not process any more files.

Response:	421 Too many connections (8) from this IP
Error:	Could not connect to server
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Status:	Connecting to 174.132.77.158:21...
Status:	Connection established, waiting for welcome message...
Response:	421 Too many connections (8) from this IP
Error:	Could not connect to server

So in the File->Site Manager->Transfer Settings Tab I edit "Limit Number of Connections" I set to 6 connections max. Yet when I connect to my server to upload a bunch of files again I get the same exact error with too many connections (8).

This has been a very annoying bug for a long time, which I should have reported earlier but I kind of thought that someone would have run across this by now but I guess not.

#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.

#5381 Intermittent massive memory leak when transferring files normal outdated 14 years 12 years
Description

Occasionally when transferring files, FileZilla client uses 100% of the physical memory available (I have 8GiB in the machine, and FileZilla goes up to approx. 92% of that) and the disk starts to thrash, significantly degrading performance.

Nothing is logged during this.

Once the file in the queue finishes, the memory is all released correctly and the operating system eventually recovers.

FileZilla Client version 3.3.2.1, built 2010-03-21 but this problem has been happening for at least the last 6 months in various versions, if not longer.

Seems to be more apparent on larger files (several gigabytes) but this could just be because they take longer to transfer, so the chance of it happening increases. It generally happens suddenly in the middle of an existing transfer.

Unfortunately because it is so sporadic, it is hard to replicate.

#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

#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

#5388 FZ freezing normal outdated 14 years 10 years
Description

My filezilla client keeps freezing up when moving files over. What can I do to fix this?

#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

#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

#5402 Client crashes ONLY on certain sites/directories normal outdated 14 years 11 years
Description

When going to certain sites (using SFTP), it gets there, BUT when I try to "Drill Down" into the site, it immediately crashes. This only occurs on a couple of the sites on my web server. It did not occur until I upgraded from Fedora 12 -> 13. I initially used the Fedora install of filezilla, and since the crash was occurring, uninstalled it and downloaded/compiled the most recent version from your site. Still happening. Weird thing is, I have WindowsXP installed on this machine in VirtualBox and filezilla works fine there.

#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

#5408 Uploading files is not correct normal outdated 14 years 11 years
Description

If uploading file test.ear to directory /export/stage the stage is added to the filename.

eg. /export/stagetest.ear

I upload: to an AIX 4.3

See example:

Kommando: cd "/test/stage" Respons: New directory is: "/export/stage" Kommando: put "D:\development\deploy\test.ear" "test.ear" Status: local:D:\development\deploy\test.ear => remote:/export/stagetest.ear Status: Filoverførsel lykkedes, overført 18.624.512 byte på 4 sekunderKommando: cd "/export/stage" .... Status: Filoverførsel lykkedes, overført 18.624.512 byte på 4 sekunder

#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.

#5410 Size 0 files failed normal outdated 14 years 11 years
Description

In many distribution there are some file with a size at 0 (typically some index.html). With filezilla this files are not created on the destination directory and appear on the failed list. We then have to recreate manualy each of them...

Thanks to handle the creation of these file on the destination directory.

Here under Filezilla info :

FileZilla Client


Version: 3.3.3 Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2010-06-13 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

Operating system:

Name: Windows NT 6.1 (build 7600) Version: 6.1 Platform: 64 bit system

#5412 Full file list not shown normal outdated 14 years 12 years
Description

Hi There,

if file are more than 1978 in directry then its not shows full file its just shows 1978 file.

on my server there 2500+ files but its shows only 1978 files other files not shown

please sove this bug.

Thanks Sheraz Aslam

#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.

#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.

#5418 Cannot Connect To SFTP Server normal worksforme 14 years 10 years
Description

After upgrade to FileZilla Client 3.3.3

When attempting to connect to SFTP server I get an access denied alert.

Error Below MY_FileZillaPath is the path to installation:

Execution of Command '"MY_FileZillaPath" -v' failed(error5: access is denied)

Client Version Version: 3.3.3

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.