Custom Query (4044 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (101 - 200 of 4044)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Summary Owner Priority Resolution Created Modified
#4389 Queued files transfer status not accurately reported normal fixed 15 years 15 years
Description

When more than one file is dragged from the local site to the remote site and uploads are started immediately, the "Queued files" tab only shows that 2 files are being transferred (as seen by the progress bar and elapsed time) even though more than 2 files are actually being transferred. My test used 5 files at one time. Monitoring the server, I can see that all 5 are being moved at the same time and not just 2.

#4390 Screen res & background pic changed when updating normal fixed 15 years 15 years
Description

Upon launching my previous version of the FileZilla client today, I received a message to download an updated version. I did this, and then proceeded to install it. However, upon initializing the installation, my Windows screen resolution was altered from 1280*1024 to 1024*768. Also, instead of the desktop background I previously had, I now have a black background. I am unable to successfully revert my resolution back to 1280*1024 as well (have not attempted a reset at this point).

#4393 Not all sites connect normal fixed 15 years 15 years
Description

After update from FileZilla 3.2.3 to FileZilla 3.2.3.1 there are some connections who don't work anymore, downgrading to 3.2.3 again doesn't make a difference anymore it's also bad... The version before 3.2.3 also had the same problem. So the upgrade to 3.2.3 was very welcome cause I really need the not connected sites... Gives the errors Connection lost ; Can not connect to server. A little second notification of me is that you used new icon's in 3.2.3, they are changed into the old ones if updating to 3.2.3.1

Greetings, Trace7r.

#4406 Bookmarks - Use synchronized browsing checkbox normal fixed 15 years 11 years
Description

The Use synchronized browsing checkbox doesn't appear to be bound to anything. Synchronized browsing works appropriately for new bookmarks by setting it in the dialog, but changing it for existing bookmarks doesn't seem to have an effect, and it always appears unchecked even if the bookmark was created with it and it works. I'm using v3.2.3.1 of the win32 zip package from SourceForge.

#4409 Progress Bar on "Check for updates window" bleeds off the right edge of the window. normal fixed 15 years 15 years
Description

When I use the "Checkfor updates.." function on the "Help" menu on the FileZilla Client v 3.2.2.1 (it was the same with the previous versions) the progress bar and the text below, runs off the right edge off the window. The the blue progress indicator works as expected for some time but it then hits the right edge. The text below indicates that the download is still going on. It seems that the progress bar and the text below is out of scale by a factor of 2. It needs to be reduced to half of its current width.

#4410 Crash changing size of size-column in transfer list normal fixed 15 years 15 years
Description

Hi, Filezilla (version 3.2.2.1 from ubuntu repo's) crashes when i try to change the size of the (file)size column...

Maybe it's fixed in newer versions?

greetings and many thx for your great work MyTh

#4417 Site Manager already open high fixed 15 years 15 years
Description

I have users on an Open Directory, their home folder is located on a remote Xsan so they can move to different machines and hold their settings, when opening Filezilla they can use everything except Site Manager. When clicking on site manager the Error pops up: Site Manager already open

The Site Manager is apened in another instance of FileZilla 3. Do you want to continue? Any changes made in the Site Manager won't be saved then. and "NO" and "YES" buttons. Yes opens the Site manager but nothing will save. I have looked at the settings and the .Filezilla folder is on the remote server instead of locally on the machine. Is there anyway to point the folder? or a fix for this issue? I am able to go to the sitemanager.xml on the server and put info in the xml it will appear in the site manager but it will not accept any new connections, and i have users who are always updating settings.

#4436 Default file exists action -> rename normal fixed 15 years 15 years
Description

When selecting a file from the queue and setting it's Default file exists action to rename, the new name is recognize as a existing file. To reproduce:

  1. Add a file to the queue
  2. Open the Default file exists action and select rename.
  3. Process the queue.
  4. When prompt for a new name type in a new name, say new.txt and submit it.

--> File exists dialog will popup again with a message saying the new.txt already exists.

#4448 Information shown on about dialog are not correctly copied to clipboard normal fixed 15 years 15 years
Description

On the about dialog there is a button for copying the displayed information to the clipboard. I have pasted the result below and as you can see the "Compiled for" and "Compiled on" entries have the same data. A screenshot of the dialog is also attached which seems to show to the correct data.

FileZilla Client
----------------

Version:          3.2.4

Build information:
  Compiled for:   i586-pc-mingw32msvc
  Compiled on:    i586-pc-mingw32msvc
  Build date:     2009-04-21
  Compiled with:  i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2)
  Compiler flags: -g -O2 -Wall -g -fexceptions

Dependencies:
  wxWidgets:      2.8.10
  GnuTLS:         2.6.4
#4460 FileZilla Client retry too fast during data transfer normal fixed 15 years 5 years
Description

In FileZilla Client, there is an option:

Settings -> Connection -> Reconnection settings -> Delay between failed login attempts

When I connect to the FTP server this option is effective for the control connection. However after the connection established and file is being downloaded, this option seems to be ignored for the data connections.

If the server activated anti-hammering protection and limited the maximum number of simultaneous logins I will immediately being banned.

FileZilla version tried: ANY version, even the latest 3.2.4 (as of 27th APR 2009)

Sample log: (The example below used TLS connection, Maximum number of retries: 2, Delay between failed login attempts: 5)

16:55:33	Status:	Connecting to [server ip]:21...
16:55:33	Status:	Connection established, waiting for welcome message...
16:55:33	Response:	220 FTP server ready.
16:55:33	Command:	AUTH TLS
16:55:33	Response:	234 AUTH Command OK. Initializing SSL
16:55:33	Status:	Initializing TLS...
16:55:33	Status:	Verifying certificate...
16:55:33	Command:	USER [username]
16:55:33	Status:	TLS/SSL connection established.
16:55:33	Response:	331 User name received, need password.
16:55:33	Command:	PASS ********
16:55:33	Response:	230 Ok
16:55:33	Command:	CLNT FileZilla
16:55:33	Response:	200 Noted.
16:55:33	Command:	OPTS UTF8 ON
16:55:33	Response:	200 UTF8 ON
16:55:33	Command:	PBSZ 0
16:55:33	Response:	200 PBSZ Command OK. Protection buffer size set to 0.
16:55:33	Command:	PROT P
16:55:33	Response:	200 PROT Command OK. Using Private data connection
16:55:33	Status:	Connected
16:55:33	Status:	Retrieving directory listing...
16:55:33	Command:	PWD
16:55:33	Response:	257 "/" is working directory.
16:55:33	Status:	Directory listing successful
16:55:43	Status:	Retrieving directory listing...
16:55:43	Command:	CWD downloads
16:55:43	Response:	250 CWD Command successful.
16:55:43	Command:	PWD
16:55:43	Response:	257 "/downloads/" is working directory.
16:55:43	Command:	TYPE I
16:55:43	Response:	200 Type set to I.
16:55:43	Command:	PASV
16:55:43	Response:	227 Entering Passive Mode ([server ip],9,152).
16:55:43	Command:	MLSD
16:55:44	Response:	150 File status okay; about to open data connection.
16:55:44	Response:	226 Closing data connection.
16:55:44	Status:	Directory listing successful
16:56:00	Status:	Connecting to [server ip]:21...
16:56:00	Status:	Connection established, waiting for welcome message...
16:56:00	Response:	220 FTP server ready.
16:56:00	Command:	AUTH TLS
16:56:00	Response:	234 AUTH Command OK. Initializing SSL
16:56:00	Status:	Initializing TLS...
16:56:00	Status:	Verifying certificate...
16:56:00	Command:	USER [username]
16:56:00	Status:	TLS/SSL connection established.
16:56:00	Response:	331 User name received, need password.
16:56:00	Command:	PASS ********
16:56:00	Response:	530 Maximum number of simultaneous logins reached
16:56:00	Error:	Could not connect to server
16:56:00	Status:	Connecting to [server ip]:21...
16:56:00	Status:	Connection established, waiting for welcome message...
16:56:00	Response:	220 FTP server ready.
16:56:00	Command:	AUTH TLS
16:56:00	Response:	234 AUTH Command OK. Initializing SSL
16:56:00	Status:	Initializing TLS...
16:56:01	Status:	Verifying certificate...
16:56:01	Command:	USER [username]
16:56:01	Status:	TLS/SSL connection established.
16:56:01	Response:	331 User name received, need password.
16:56:01	Command:	PASS ********
16:56:01	Response:	530 Maximum number of simultaneous logins reached
16:56:01	Error:	Could not connect to server
16:56:01	Status:	Connecting to [server ip]:21...
16:56:01	Status:	Connection established, waiting for welcome message...
16:56:01	Response:	220 FTP server ready.
16:56:01	Command:	AUTH TLS
16:56:01	Response:	234 AUTH Command OK. Initializing SSL
16:56:01	Status:	Initializing TLS...
16:56:01	Status:	Verifying certificate...
16:56:01	Command:	USER [username]
16:56:01	Status:	TLS/SSL connection established.
16:56:01	Response:	331 User name received, need password.
16:56:01	Command:	PASS ********
16:56:01	Response:	530 Maximum number of simultaneous logins reached
16:56:01	Error:	Could not connect to server
#4472 Sumary status onm selected files/directories is wrong if multiple selection is used normal fixed 15 years 8 years
Description

The summary status on number of selected files / bytes is wrong (too many files) if multiple files are selected using CTRL, SHIFT+CTRL keys. once wrong, the status stays wrong until a single files is selected. Also the sum of file sizes is wrong. It looks like a file is calculated in two times if it was selected using CTRL+left mbutton if CTRL+SHIFT+left mbutton is pressed to extend the selection. The wrong behaviour exists both for local and remote file selections.

Example / how to reproduce:

  • Open a folder with 8 files of 1024 bytes each (just as an example).
  • Select the 1st file (left mouse button). The summary shows "1 file selected. Total size: 1.024 Bytes" [correct]
  • Select the 3rd file (CTRL + left m.button). The summary shows "2 file selected. Total size: 2.048 Bytes" [correct]
  • Extend the selection to include files 4+5, by pressing CTRL+SHIFT+l.m.button. There are 4 files selected. Summary shows "5 files selected. Total size: 5.120 Bytes" [WRONG !]

Example attached (see ..._ex1.png)

Additional info: The problem always starts when you use CTRL+SHIFT+MOUSE. e.g. select single file 1, CTRL+SHIFT+click file 5 shows "6 files selected", although only 5 are selected. if I continue to CTRL+SHIFT+LMB click alternating on file 1 and file 5 there are still only 5 files selected, but status grows by +5 files (and their size) everytime I do this.

Example attached (see ..._ex2.png)

#4491 Wrong password keeps being submitted normal fixed 15 years 15 years
Description

In previous versions, when I incorrectly entered my password, it would stop and give me the chance to fill it in again. Now, it keeps resubmitting my incorrect password and I have to shut it down and restart it in order to make the correction. I am running 3.2.4.1

#4496 Copying folders not possible after server disconnected client normal fixed 15 years 15 years
Description

I have Filezilla FTP server installed on a computer and I'm using Filezilla FTP client to connect to it.

After a while, the FTP server disconnects the client and if I then try to drag a folder with question mark on it to the other side (local folders) the command is simply ignored, nothing happens. So no adding to queue, no reconnect, nothing.

I can also reproduce it by using the "Kick user" command in the FTP server and then trying to drag an uncached folder (the one with ? on it) to a drive. With logging set to 4-Debug the only stuff shown on the message section is:

Response: 421 Kicked by Administrator Trace: Unexpected reply, no reply was pending. Trace: CRealControlSocket::OnClose(0) Error: Connection closed by server Trace: CControlSocket::DoClose(64) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFileZillaEnginePrivate::ResetOperation(66)

#4513 Downloading a zero byte file puts the file into the Failed Transfers list normal fixed 15 years 11 years
Description

Just download a zero byte file.

In my case, I put a zero byte file in the root of my site for Google indexing:

GOOGLE*.html

and when I tried to backup my site, the file was not created on my local disk, and the file was placed into the failed transfers.

Tested with the latest version:

FileZilla Client


Version: 3.2.4.1

Build information:

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

Dependencies:

wxWidgets: 2.8.10 GnuTLS: 2.6.4

#4521 Build error: undefined reference to CFilterConditionsDialog() normal fixed 15 years 15 years
Description

In the recent svn revisions, filezilla fails to build due to the following errors:

filezilla-filter.o: In function `CFilterEditDialog':
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filteredit.h:11: undefined reference to `CFilterConditionsDialog::CFilterConditionsDialog()'
filezilla-filter.o: In function `~CFilterConditionsDialog':
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
/build/buildd/filezilla-3.2.4.1~svn3164/src/interface/filter_conditions_dialog.h:22: undefined reference to `vtable for CFilterConditionsDialog'
[...CUT...]

I'm running Ubuntu Linux 9.04, gcc 4.3.3, libwxgtk2.8-dev 2.8.10.1-0.

#4537 unintentional move of files by clicking into filezilla Tim Kosse high fixed 15 years 10 years
Description

Filezilla Version 3.2.4.1. The Bug still remained after updating to 3.2.4.1. I often have a very bad and nerving problem. I use Filezilla for editing files on the “ftp remote side” (server side). My

default editor is Notepad++ and I use the “widescreen-view” with directory-trees in FileZilla. Now my problem: I perform a right click on “ftp remote side” on a file and then in the context menu I click 'edit'. The Notepad

opens the file and I do modifications. I save the file and click into the FileZilla-window (on “ftp remote side”) and confirm

the overwrite prompt. And then sometimes this bug appears: FileZilla moves another file (the one I have clicked onto in order to go back into the FileZilla window) into another directory

of the directory tree. I have not clicked and dragged/moved the file! I have only clicked the file in order to go back to the

FileZilla window and then I confirm the prompt. I think the bug comes only in a sequence of unfortunate events.

#4547 Filesize 0 on upload critical fixed 15 years 15 years
Description

Using 3.2.4.1 and on uploads that are larger (100mb+), it displays uploaded file in Successful transfers window and shows file name on server, but the filesize is 0. I search forums and tickets but could not find anything. I did increase timeout setting to 9999 and Network configuration wizard runs successfully.

#4560 Error message "Timer creation failed." when update is downloaded normal fixed 15 years 15 years
Description

After the download of the new FileZilla version has been started there is an error message "Timer creation failed.". The download completes successfully despite of that, but there is no progress information shown and the progress bar stays empty.

Upgrading from version 3.2.4 works fine for me. I first saw this message when upgrading from version 3.2.4.1 to 3.2.5-rc1. The issue seems to happen with 3.2.5-rc1 as well.

#4574 FileZilla wont recognize m4v extensions critical fixed 15 years 15 years
Description

Hi

I've setup my own server so i can access all my music and movies from external networks. However upon acessing my movies wich are in the m4v file format FileZilla dosent recognize the format. The movies are only labelled as "file" in the filetype section, nothing about m4v. When I try downloading it, I recieve the error "Could not open (filename) for writing", desbite the permissions are set to 777. It works for any other filetype within the same folder, just not m4v extenstions.

Any clue why its not working for me?

#4608 3.2.6-rc1 edit file - certificate problem high fixed 15 years 15 years
Description

If i connect to a tls server the certificate is ok (set it to always accept), but when i edit a file the popup to accept the certificate comes sometimes (i think when i haven't submitted something for a longer time) and also when i click always it helps nothing. (I have a self signed certifikate) On FileZilla 3.2.5 the problem was not here. New GNUTLS!?

#4611 Message box keeps on popping up normal fixed 15 years 15 years
Description

Here's what I do: *Open Filezilla client *Connect to my website using the website manager *Right click on an index.php file *Choose "Vis/Rediger" (English: View/Edit)

The file is downloaded but my virus scanner (Avast!) pops up with "A Virus Was Found!"

I push "No Action" (or any other button in the Avast! GUI) and Filezilla Client will show a message box: "Failed to retrieve file times for 'c:\Users\ata\AppData\Local\Temp\fz3temp-2\index.php' (error 5: adgang nægtet)"

"adgang nægtet" means "access denied"

And now for the bug: When I push the OK button, the message box pops up again with the exact same message. This behaviour continues every time I push the OK button.

The only way to close Filezilla client is to use the windows program manager.

FileZilla Client


Version: 3.2.5

Build information:

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

Linked against:

wxWidgets: 2.8.10 GnuTLS: 2.6.4

#4617 Could not write to transfer socket: ECONNABORTED normal fixed 15 years 10 years
Description

After upgrading to 3.2.6 I have a problem with uploading/downloading files using FTPS implicit. With 3.2.4 it is OK.

Kommando: PASV Svar: 227 Entering Passive Mode (192,168,70,32,195,116). Kommando: LIST -a

Svar: 150 Opening BINARY mode data connection. Svar: 226 Transfer complete. Kommando: PASV Svar: 227 Entering Passive Mode (192,168,70,32,195,117). Kommando: STOR Getting_Started Svar: 150 Opening BINARY mode data connection. Fel: Could not write to transfer socket: ECONNABORTED - Connection aborted Svar: 550 The specified data could not be decrypted.

#4620 New Crash Bug in 3.2.6 for OSX (Intel) normal fixed 15 years 15 years
Description

Dragging a file from Finder into the file directory of the remote side (right side of the FileZilla Window) causes Filezilla to crash. This is new behavior in 3.2.6.

#4622 Timer Creation failed message on new version load normal fixed 15 years 15 years
Description

When i select the new version or take the option when i open filezilla i get a dialogue box with "Timer creation failed" message and so cant load latest version

#4623 Issues with FTP over explicit TLS/SSL normal fixed 15 years 10 years
Description

We noticed a bunch of posts this morning in a forum on FTP on our contributor site. We checked our server logs and saw no issues. We tried filezilla, the version before this last update 3.2.6, and it worked fine. We also tried it with coreftp and it also worked fine. We then updated filezilla to the latest build, 3.2.6, and there seems to be some connectivity issues now. It uploads some, but not all, files, and some of the files that were uploaded show a file size of 0. There were also times where it would just freeze on upload and you would then need to refresh to get it to continueBelow is the log from my filezilla running 3.2.6 with the issues.

FTP setup servertype: FTPES - FTP over explicit TLS/SSL Logontype: normal

Trace: CTransferSocket::TransferEnd(3) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 550 The specified data could not be decrypted. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 5 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFileZillaEnginePrivate::ResetOperation(2) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2290.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1281): List called from other command caller=0p2bfac28 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnSocketEvent(): pending data, postponing close event Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 226-Directory has 1,061,556,224 bytes of disk space available. Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ListSend() Trace: state = 2 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,65). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2289.JPG Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,66). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2290.JPG Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Shutdown() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: File transfer successful Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2291.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,67). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2291.JPG Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Shutdown() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: File transfer successful Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2293.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,68). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2293.JPG Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: GnuTLS error -53: Error in the push function. Trace: CTransferSocket::TransferEnd(3) Trace: CFtpControlSocket::TransferEnd() Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: Made progress in CTransferSocket::OnSend() Trace: GnuTLS error -53: Error in the push function. Error: Could not write to transfer socket: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 550 The specified data could not be decrypted. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 5 Trace: state = 5 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFileZillaEnginePrivate::ResetOperation(2) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2293.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1281): List called from other command caller=0p2bfac28 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CFtpControlSocket::TransferEnd() Trace: ftpcontrolsocket.cpp(2756): Call to TransferEnd at unusual time caller=0p2bfac28 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,69). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnSocketEvent(): pending data, postponing close event Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::OnReceive() Response: 226-Directory has 1,061,548,032 bytes of disk space available. Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,70). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2293.JPG Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: Made progress in CTransferSocket::OnSend() Trace: GnuTLS error -53: Error in the push function. Error: Could not write to transfer socket: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 550 The specified data could not be decrypted. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 5 Trace: state = 5 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFileZillaEnginePrivate::ResetOperation(2) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2293.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1281): List called from other command caller=0p2bfac28 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CFtpControlSocket::TransferEnd() Trace: ftpcontrolsocket.cpp(2756): Call to TransferEnd at unusual time caller=0p2bfac28 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,71). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 226-Directory has 1,061,548,032 bytes of disk space available. Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,72). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2293.JPG Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Shutdown() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: File transfer successful Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2296.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,74). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2296.JPG Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Shutdown() Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Status: File transfer successful Trace: CFileZillaEnginePrivate::ResetOperation(0) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2298.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,76). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2298.JPG Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: Made progress in CTransferSocket::OnSend() Trace: GnuTLS error -53: Error in the push function. Error: Could not write to transfer socket: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 550 The specified data could not be decrypted. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 5 Trace: state = 5 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFileZillaEnginePrivate::ResetOperation(2) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2298.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1281): List called from other command caller=0p2bfac28 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CFtpControlSocket::TransferEnd() Trace: ftpcontrolsocket.cpp(2756): Call to TransferEnd at unusual time caller=0p2bfac28 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,77). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnSocketEvent(): pending data, postponing close event Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::OnReceive() Response: 226-Directory has 1,061,588,992 bytes of disk space available. Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,79). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2298.JPG Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: Made progress in CTransferSocket::OnSend() Trace: GnuTLS error -53: Error in the push function. Error: Could not write to transfer socket: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 550 The specified data could not be decrypted. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 5 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFileZillaEnginePrivate::ResetOperation(2) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2298.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1281): List called from other command caller=0p2bfac28 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() 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 (65,110,167,232,233,81). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnSocketEvent(): pending data, postponing close event Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CFtpControlSocket::OnReceive() Response: 226-Directory has 1,061,588,992 bytes of disk space available. Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,82). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2298.JPG Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: First EAGAIN in CTransferSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: Made progress in CTransferSocket::OnSend() Trace: GnuTLS error -53: Error in the push function. Error: Could not write to transfer socket: ECONNABORTED - Connection aborted Trace: CTransferSocket::TransferEnd(3) Trace: CFtpControlSocket::TransferEnd() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 550 The specified data could not be decrypted. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 5 Trace: state = 7 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFileZillaEnginePrivate::ResetOperation(2) Error: Connection timed out Trace: CControlSocket::DoClose(2050) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFtpControlSocket::ResetOperation(2114) Trace: CControlSocket::ResetOperation(2114) Trace: CFileZillaEnginePrivate::ResetOperation(2114) Trace: CFtpControlSocket::FileTransfer() Status: Starting upload of W:\Users\rkever\Desktop\pics\IMG_2289.JPG Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Status: Retrieving directory listing... Trace: ftpcontrolsocket.cpp(1281): List called from other command caller=0p2bfac28 Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() 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 (65,110,167,232,233,83). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnSend() Trace: CFtpControlSocket::OnReceive() Response: 150 Opening BINARY mode data connection. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Handshake() Trace: Handshake successful Trace: Session resumed Trace: Cipher: AES-128-CBC, MAC: SHA1 Trace: CTransferSocket::OnConnect Trace: CTlsSocket::OnRead() Trace: CTlsSocket::OnSocketEvent(): pending data, postponing close event Trace: CTlsSocket::OnRead() Trace: CTransferSocket::OnReceive(), m_transferMode=0 Trace: CTransferSocket::TransferEnd(1) Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 226-Directory has 1,061,588,992 bytes of disk space available. Response: 226 Transfer complete. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 5 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 8 Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::SendNextCommand() Trace: FileTransferSend() Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (65,110,167,232,233,84). Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: STOR IMG_2289.JPG Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 550 The process cannot access the file because it is being used by another process. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 5 Trace: state = 4 Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(2) Trace: CFtpControlSocket::ParseSubcommandResult(2) Trace: FileTransferSubcommandResult() Trace: CFtpControlSocket::ResetOperation(2) Trace: CControlSocket::ResetOperation(6) Error: Critical error Trace: CFileZillaEnginePrivate::ResetOperation(6) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Disconnected from server Trace: CControlSocket::DoClose(64) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFileZillaEnginePrivate::ResetOperation(66) Trace: CControlSocket::DoClose(64) Trace: CFileZillaEnginePrivate::ResetOperation(0)

#4632 3.2.6 upload restarts high fixed 15 years 15 years
Description

FileZilla Client


Version: 3.2.6

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2009-06-28 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.1

I connect to a FTP-ES server over port 8080. When i try to upload the upload begins and then restarts, and restarts over and over again. I have tested the upload on a different machine with 3.2.5 same configuration and it works perfectly. The machine with 3.2.6 previously had 3.2.5 and was upgraded to 3.2.6 with all settings intact (this has worked flawlessly before). I have also checked the settings between the 3.2.5 machine and the 3.2.6 machine and they are identical.

No error messages are displayed, only: 426 Connection closed; transfer aborted. Then the upload is restarted, then a new 426 and a restart and so on. The file i try to upload is a (.avi).

#4633 FileZilla 3.2.6: GnuTLS issues w/ vsftpd 2.1.2 normal fixed 15 years 15 years
Description

Client: FileZilla 3.2.6, prebuilt for Windows, linked against GnuTLS 2.8.1, running on Windows Vista x64.

Server: vsftpd-2.1.2, running on RHEL-4.8, linked against OpenSSL-0.9.7a. Connecting via FTPES.

FileZilla has no trouble establing control connection, but uploading/downloading files doesn't work. vsftpd says, "Failure reading network stream".

Found info about GnuTLS' random padding in TLSv1.0 packets here: http://www.gnu.org/software/gnutls/manual/html_node/On-Record-Padding.html . Turning off TLSv1 support in vsftpd (that is, SSLv3 is the only SSL/TLS protocol accepted) made downloads work, but uploads still don't work; they give the same message.

vsftpd logfile showing protocol exchange attached.

Both downloads and uploads work with FileZilla 3.2.5, prebuilt for Windows against GnuTLS 2.6.4, against exactly the same vsftpd server.

#4640 Ctrl-A does not deselect ".." item normal fixed 15 years 15 years
Description

Steps to reproduce:

  1. Connect to FTP server
  2. Enter non-empty subdirectory
  3. Select ".." by clicking it
  4. Select all items by pressing Ctrl-A
  5. Try to drop selected items to left pane in order do download them

Expected result: FZ Client allows to drag them and adds them to download quene

Current result: FF Client either beeps or starts displaying square frame as while selecting multiple items with mouse

Version information:

FileZilla Client


Version: 3.2.6.1

Build information:

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

#4642 new version 3.2.6.1 normal fixed 15 years 15 years
Description

trying to download new version, get message 'Timer Creation failed' ?? don't know what to do

#4647 Synchronized browsing doesn't work while uploading Tim Kosse normal fixed 15 years 15 years
Description

If synchronized browsing is active and a folder contains a lot of small files (>100) the following behaviour was observed: Some files where selected and uploaded. While uploading is in progress, the folder is changed to another folder with a lot of small files (>100) on the local side. The folder is then not changed on the server side while the upload is in progress. Another folder must be selected after upload is finished to synchronize the folder view again. This happens in version 3.2.6.1 and before.

#4650 Delete soft link to file sometimes removes the target file instead normal fixed 15 years 15 years
Description

Deleting a soft link to a file sometimes deletes the target file instead of the link.

A log file is attatched where you can see the surprising "Response" of deleting the target file instead.

The remote server is Redhat Enterprise Linux 5. FileZilla Client 3.2.6.1.

#4652 help page normal fixed 15 years 14 years
Description

After installing the first time the "basic usage instructions were in English. on the second time of opening they were in another language re- installing the programme has made no difference can this be corrected within the programme?

#4662 Failure on updating FileZilla normal fixed 15 years 15 years
Description

I am currently on 3.2.4.1 when I try to run the update to get to 3.2.6.1 I get an error message about "timer creation failed" and it exits the update. How do I resolve this?

#4681 File list incorrect high fixed 15 years 15 years
Description

I have a problem with filezilla since 3.2.6 the filename presented in the dir window are missing a part

herebelow is the raw debug filelist

server is 220 zFTPServer v4.0, build 2009-03-06 12:48, but I don't believe this is relevant as the transferred filelist seems ok.

Status:	Retrieving directory listing...
Command:	PASV
Response:	227 Entering Passive Mode (82,234,69,133,8,42).
Command:	MLSD
Response:	150 File status okay; about to open data connection.
Response:	226 Closing data connection.
Listing:	size=0;type=cdir;modify=20090722152124; .
Listing:	size=0;type=pdir;modify=20090722152124; ..
Listing:	size=1089207168;type=file;modify=20090426141232; adsl TV 2009-04-22 23-55-05 Jazz Icons   Lionel Hampton Live in 1958 [Mezzo].avi
Listing:	size=1734940082;type=file;modify=20090423011514; adsl TV 2009-04-22 23-55-05 Jazz Icons   Lionel Hampton Live in 1958 [Mezzo].mpg
Listing:	size=1090546488;type=file;modify=20090426154910; adsl TV 2009-04-24 23-55-15 Oscar peterson   Studio Work [Mezzo].avi
Listing:	size=1734079107;type=file;modify=20090425011506; adsl TV 2009-04-24 23-55-15 Oscar peterson   Studio Work [Mezzo].mpg
Listing:	size=1728794195;type=file;modify=20090425031514; adsl TV 2009-04-25 01-55-13 Jazz à Vienne 2008   John Mc Laughlin and the 4th dimension [Mezzo].mpg
Listing:	size=1365852470;type=file;modify=20090720092518; adsl TV 2009-07-20 08-25-10 C est pas sorcier S [France 3].mpg
Listing:	size=1373505504;type=file;modify=20090721092530; adsl TV 2009-07-21 08-25-18 C est pas sorcier S [France 3].mpg
Listing:	size=1365694195;type=file;modify=20090722092510; adsl TV 2009-07-22 08-25-10 C est pas sorcier S [France 3].mpg
Listing:	size=0;type=dir;modify=20090207191108; agk_tmp
Listing:	size=1282;type=file;modify=20081231192134; free16-9.xml
Listing:	size=1231;type=file;modify=20081231202910; free4-3.xml
Listing:	size=786432;type=file;modify=20090320095828; LA GRAINE ET LE MULET FR.DVDRIP.avi
Listing:	size=1291;type=file;modify=20090207174420; mezzo.xml
Listing:	size=2465153572;type=file;modify=20070817222502; Yves Montand.ts
Status:	Directory listing successful
Status:	Sending keep-alive command
Command:	NOOP

but from the URL list I created (herebelow), you can see that "adsl TV yyyy-mm-dd hh-mm-ss" as been taken out from the filenames, leading to non working transfers.

ftp://mn@birdrn.no-ip.info/D/TV/agk_tmp
ftp://mn@birdrn.no-ip.info/D/TV/adsl%20TV%202009-04-25%2001-55-13%20Jazz%20à%20Vienne%202008%20%20%20John%20Mc%20Laughlin%20and%20the%204th%20dimension%20[Mezzo].mpg
ftp://mn@birdrn.no-ip.info/D/TV/C%20est%20pas%20sorcier%20S%20[France%203].mpg
ftp://mn@birdrn.no-ip.info/D/TV/C%20est%20pas%20sorcier%20S%20[France%203].mpg
ftp://mn@birdrn.no-ip.info/D/TV/C%20est%20pas%20sorcier%20S%20[France%203].mpg
ftp://mn@birdrn.no-ip.info/D/TV/free16-9.xml
ftp://mn@birdrn.no-ip.info/D/TV/free4-3.xml
ftp://mn@birdrn.no-ip.info/D/TV/Jazz%20Icons%20%20%20Lionel%20Hampton%20Live%20in%201958%20[Mezzo].avi
ftp://mn@birdrn.no-ip.info/D/TV/Jazz%20Icons%20%20%20Lionel%20Hampton%20Live%20in%201958%20[Mezzo].mpg
ftp://mn@birdrn.no-ip.info/D/TV/LA%20GRAINE%20ET%20LE%20MULET%20FR.DVDRIP.avi
ftp://mn@birdrn.no-ip.info/D/TV/mezzo.xml
ftp://mn@birdrn.no-ip.info/D/TV/Oscar%20peterson%20%20%20Studio%20Work%20[Mezzo].avi
ftp://mn@birdrn.no-ip.info/D/TV/Oscar%20peterson%20%20%20Studio%20Work%20[Mezzo].mpg
ftp://mn@birdrn.no-ip.info/D/TV/Yves%20Montand.ts


thanks in advance Marc Neiger

#4683 Problem with automatic update low fixed 15 years 15 years
Description

Every time FileZilla checked for new updates it will show Version 3.2.6.1 is avaliable. If I try to download this file, there is an error message "Timer creation failed". Got the problem every time, not only at my own system, even at other PCs. I had to download latest version manually.

#4684 Copy URL(s) to clipboard crashes with some unicode filenames Tim Kosse normal fixed 15 years 15 years
Description

observed with FileZilla Client v3.2.6.1

When I use the "Copy URL(s) to clipboard" action in the context menu of the remote view, and the filename contains certain characters, e.g. "č", "ě" and many others -- possibly all of which are not in the active Windows code page (for me that is CP1252), the program crashes.

#4691 Intallation issue with 3.2.6.1 normal fixed 15 years 15 years
Description

I am getting the timer creation failed error when I try to download the latest version. If I try to click through it, I get a 16 Bit MS-Dos popup, when I click ignore, I get an illegal instruction error. I'm never able to complete the download. I've tried downloading through the application several times. Any suggestions would be very appreciated.

#4702 Cannot update Filezilla normal fixed 15 years 15 years
Description

I have not been able to update Filezilla as the .exe file that I save to my desktop has an error when I try to open it. It tells me it's not a valid 32-bit file. So far, I've missed the last 3 update notices I got when opening Filezilla.

#4717 message window spills over normal fixed 15 years 12 years
Description

FileZilla Client


Version: 3.2.6.1

Build information:

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

Core 2 duo 7300 running windows 7 release candidate build 7100

On initial opening of program with default settings. when I fill in host,user and password then click quick connect or use a quick connect history item the message window will spill or overflow up over the quick connecr bar and even the icon bar. these bars still refresh when mouse goes over for normal use or if program minimized then redisplayed will look normal. If view quick connect is deselected then reselected it looks normal. subsequent use is normal till next time program is opened. I know you may not support windows 7 yet but this is fyi.

#4737 Copy URL to clipboard doesn't leave anything in the clipboard if FileZilla has been closed normal fixed 15 years 15 years
Description

Copy URL to clipboard feature will not leave anything to the clipboard if FileZilla has been quit.

  • Right click on a file which is on the remote site
  • Click on [Copy URL to clipboard]
  • Close FileZilla
  • Try to paste (in any application) -> it won't paste anything
#4738 cannot update to new version normal fixed 15 years 15 years
Description

I keep on getting notified to upgrade to the new version, but when I try to, I keep on getting the message "timer creation failed"

#4758 Program shuts down adding a new filter normal fixed 15 years 15 years
Description

When Adding a new filter name. The program would shutdown after clicking "save."

#4763 Adding file filters causes FileZilla Windows Client to Crash normal fixed 15 years 15 years
Description

I am trying to create a Filter following the directions outlined at http://wiki.filezilla-project.org/Filename_Filters however whenever I click the "Ok" button on the Filter Creation dialog box the software crashes. I attempted to get the log by setting it to Verbose but the file does not seem to be saved or I can't find it

Here are the steps to recreate it (it does not matter if one is connected to a site or not):

1) Launch FileZilla 2) Go to View menu 3) Select Filename Filters 4) Select Edit filters 5) Select New 6) Give the filter a name

-Notice how the "+" button is off the edge of the dialog box

7) Select a "Filename" that "ends with" ".pdf" or "pdf" does not seem to matter 8) Click "Okay"

That is what happens to make it crash. I have a video capture of the crash process if that would be helpful.

Thank you.

Software and OS Info:

FileZilla Client


Version: 3.2.7

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2009-08-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.10 GnuTLS: 2.8.3

Client/Workstation info

OS Name Microsoft Windows XP Professional Version 5.1.2600 Service Pack 2 Build 2600 OS Manufacturer Microsoft Corporation System Name BENN System Manufacturer LENOVO System Model 64575KU System Type X86-based PC Processor x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2394 Mhz Processor x86 Family 6 Model 15 Stepping 11 GenuineIntel ~2393 Mhz BIOS Version/Date LENOVO 7LETB7WW (2.17 ), 4/25/2008 SMBIOS Version 2.4 Windows Directory C:\WINDOWS System Directory C:\WINDOWS\system32 Boot Device \Device\HarddiskVolume1 Locale United States Hardware Abstraction Layer Version = "5.1.2600.2180 (xpsp_sp2_rtm.040803-2158)" User Name CROWNINTL\bbenn Time Zone Eastern Daylight Time Total Physical Memory 4,096.00 MB Available Physical Memory 1.99 GB Total Virtual Memory 2.00 GB Available Virtual Memory 1.96 GB Page File Space 4.31 GB Page File C:\pagefile.sys

#4768 Function of keys CTRL+T invalid? Michael99085 normal fixed 15 years 15 years
Description

If i transfered files from pc (win xp) to host (hp unix) then i will the same date/time of file when create also on host with CTRL+T. But on the host are the actual date/time! Why? CTRL+T in transfer-menue is marked! FileZilla Client

Version: 3.2.7.1 Build information:

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

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

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

Filezilla 3.2.7.1

#4798 Wrong Italian translation in dialog for overwriting files normal fixed 15 years 10 years
Description

When you start a file transfer and a destination file already exists, a dialog appears asking if you want to overwrite it etc.

The dialog shows info about the SOURCE and DESTINATION files, to let the user compare them, but in the Italian translation they are labeled as LOCALE and REMOTO, which becomes plain wrong when you are downloading a file from a remote server to your local computer, becaus the remote file will then be labeled "local" and the local one will be labeled "remote"!

The correct translations for SOURCE and DESTINATION should be used instead, i.e.: SORGENTE e DESTINAZIONE.

#4803 can't edit multiple files with same name critical fixed 15 years 9 years
Description

Using View / Edit - lowercase and uppercase files of same name results in error

Testcase 1 (works): Remote -> /foo/bar.html Opens as -> fz3temp-1\bar.html Remote -> /foo2/bar.html Opens as -> fz3temp-1\bar 2.html

Testcase 2 (fails): Remote -> /foo/bar.html Opens as -> fz3temp-1\bar.html Remote -> /foo2/Bar.html Opens as -> fz3temp-1\bar.html Result -> when saving bar.html, it tries to upload it to both /foo/bar.html and /foo2/Bar.html

#4805 NSIS Error - Installer integrity check has failed normal fixed 15 years 15 years
Description

I am seeing 2 problems: the timer creation error during download that was reported elsewhere, and then, when trying to run the installer from windows explorer, the NSIS error. I'm trying to install version 3.2.7.1.

  • Jeremy
#4813 Danish localization doesn't fit Site Manager window low fixed 15 years 15 years
Description

When entering the the Site Manager window using Danish localization, not all the panes are visible within the window. See attached screenshot.

#4831 Filename/Last Modified Column Conflict normal fixed 15 years 15 years
Description

In the FTP window the Last Modified & Filename columns seem to have switched. The folder icons now show under the Last Modified column and I am unable to move the Filename column back to the left of the window where its default position should be.

When i go to column set-up by right clicking on the column headings; if I try to unselect the Last Modified column it returns the error "The Filename Column can neither be hidden nor removed". I am also unable to move the Last Modified Column, it is fixed in the left side position (top of list in Column chooser). I can move the Filename column down the list (in Column chooser window) but not back up to the first position; only to 2nd spot behind the Last Modified column.

Screenshot attached.

#4847 program crashes normal fixed 15 years 15 years
Description

FileZilla Client crashes after program starting. The last version that works is 3.2.6.1

#4849 Columns on remote server do not display properly if reordered normal fixed 15 years 15 years
Description

In FZ 3.2.8 under WinXP SP3, if I right-click on the remote server's column headings (the gray area above the current directory's file listing that reads Filename | Filesize | Filetype | etc.), check all six boxes, then use the Move Up/Move Down buttons to move Permissions to any position other than the fifth, the column headings move as requested, but the data in the column do not. So, for example, if I exchange Permissions (which was originally in fifth position) with Last Modified (which was originally in fourth position), the Last Modified information shows up in the new Permissions column (which is now in fourth position, where Last Modified was before the exchange), and the Last Modified column contents (now in fifth position) are blank (except for the header). Also, sorting of the date-last-sorted data in the "Permissions" column no longer works properly. Restoring the column headings to their original positions fixes all problems, but of course this defeats the purpose of having the column heading portability feature in the first place.

#4858 Client crashed after double click on remote file. normal fixed 15 years 15 years
Description

After connect to remote site and double click on remote file, client crashes. Tried to change double-click action in settings - same story. Log attached.

#4861 View/Edit of files without file extension crashes FileZilla normal fixed 15 years 15 years
Description

I think the problem is pretty clear! Here my "About FileZilla"

FileZilla Client


Version: 3.2.8

Build information:

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

If I try to View/Edit a file without file extension, be it on the local drive or on the server, by right-clicking on the file and choosing View / View/Edit, FileZilla crashes.

#4875 Crash while adding filters normal fixed 15 years 15 years
Description

1) Open "View" > "Filename Filters". 2) "Edit Filter Rules". 3) "New" to add a filter, enter a filter name. 4) Select "Attribute" as the type for the first criterion.

(Notice how the contents of the second dropdown box is not affected: it is still "contains", but has been "hidden", "read-only" etc in previos versions.)

5) Click somewhere else a few times - for example, on other items in the filter selection pane. The application crashes.


Client version: 3.2.8 OS version: Windows 7 RC (7100.winmain_win7rc.090421-1700)

Build information:

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

#4901 FZ ask to rename file instead of overwrite it normal fixed 15 years 15 years
Description

My options: Transfer/Send/action by defaulf Edit/parameters/transferts/Action for existing file/replace when size differs or source is more recent

ZF always ask for a new name to rename the distant file instead of overwriting it.

#4928 Search only works on first tab normal fixed 15 years 15 years
Description

In case I connect to multiple servers at the same time using the new tab functionality in version 3.3.0-beta1 the search works only on the first tab. If I switch to an other tab and open the search dialog nothing happens after clicking on "Search".

FileZilla Client
----------------

Version:          3.3.0-beta1

Build information:
  Compiled for:   i586-pc-mingw32msvc
  Compiled on:    x86_64-unknown-linux-gnu
  Build date:     2009-10-27
  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
#4932 automatic upload does not detect synchronized directory normal fixed 15 years 11 years
Description

Steps: Open FileZilla for website using synchronized browsing. Edit and save a local file. Popup shows asking confirmation to upload edited file. When confirmed FileZilla transfers the file to the root-directory of the remote site, instead of the synchronized directory shown at the right-hand side.

#4933 Pane widths reset on New Tab normal fixed 15 years 15 years
Description

Using 3.3.0-beta1 -- when opening a new tab, the widths of the four directory panes are reverted to defaults. These panes are the local site tree pane, local listing pane, remote site tree pane, remote listing pane. This happens with the layouts with horizontal spacing, e.g. all but classic.

Classic layout remains unaffected as it's only the horizontal layout that's reset to defaults.

#4934 Crash on layout change after closing tab normal fixed 15 years 15 years
Description

Steps to reproduce, in 3.0.0-beta1:

  • Open FileZilla
  • Create a new tab
  • Close that tab
  • Under Settings > Interface > Layout, choose another layout

Causes a crash, then Dr Watson crashes, then Dr Watson crashes trying to crash Dr Watson :)

#4935 Explorer layout shows as Widescreen in new tab low fixed 15 years 15 years
Description

After opening a new tab, trying to change the layout under Settings > Interface > Layout to Explorer, shows the Widescreen layout instead.

3.0.0-beta1

#4939 Tab navigation enhancements low fixed 15 years 10 years
Description

Suggest adding the following enhancements to navigation of tabs:

ctrl-tab should wrap around from the last tab to the first, vice versa for shift-ctrl-tab

ctrl-pgup/ctrl-pgdn should also switch tab, per Windows convetion

rolling the mousewheel over the tab bar should also switch tab -- not convention, but used in a few apps and very useful :)

#4940 CHMOD attributes not updated after changing them normal fixed 15 years 9 years
Description

I believe this is a bug and has been present in all versions that I have used, including 3.2.8.1

I am using XP Pro

After changing the access attributes of a Folder, the new attributes are not refreshed in the client. In this example the existing attributes before CHMOD were 755

Command: SITE CHMOD 777 wp-content Response: 200 SITE CHMOD command successful

Right click on the folder afterwards --> File attributes and it shows the old settings before CHMOD was applied (755). Close FZ and launch it again. It now displays the correct current attributes (777).

Thanks, Danny

#4943 Download of or deletion of folders not working normal fixed 15 years 15 years
Description

Using 3.3.0-beta1, after using the program for a while to upload and download files and folders, when trying to delete a folder on the remote server, or download a folder, including the folder itself, from the remote server, FileZilla will just ignore the command.

Uploading local folders to remote server works fine. Renaming remote folders works fine. Dragging a remote folder into another remote folder is also fine. If I try to download the whole folder or delete the whole folder it will do nothing, not even attempt it, no errors.

I am using multiple tabs when this happens, I do not know if that has anything to do with it or not though. On initially starting the program, whether I have multiple tabs or not it works ok, then later on it will [seemingly randomly] stop working. Then the only way to download a folder is to create it on the local side manually, open it and download the files.

Note that if you select all files & folders in a folder and download, it will download the files and ignore the folders.

#4947 FTP Upload stops (similar to #4936) normal fixed 15 years 11 years
Description

Using Version 3.2.8.1

Uploading PDFs appears hit and miss - mostly "miss". Tried uploading singly or as a batch with variable results - mostly "Failed". They appear to get so far in the transfer and time out. They also come up with screwy transfer rates - a file of 237,334 bytes has a transfer rate of 237.3 Kb/s

Uploads via a web based FTP app are successful (so I don't think it's the files' contents).

Has only happened with installation of latest version of FileZilla - no problems previously.

#4948 2 tabs: 1 tab works, other won't upload normal fixed 15 years 15 years
Description

this was using 3.3.0beta2.

  1. create 2 tabs with the same connection in each.
  2. go to 2nd tab and try to upload.

filezilla refuses to put anything in the queue.

fixed in 3.3.0rc1

#4951 Cannot open remote directories after aborting connection and reconnecting to another Tim Kosse blocker fixed 15 years 15 years
Description

FileZilla version: 3.3.0-rc1

Steps to reproduce this bug:

  • Connect to an FTP server that is nonexistant
  • Try to connect to an existing FTP server for the dialog box that shows two options on whether you want to create a new tab or abort connection and connect to the new server
  • Select the abort connection option and then try to open a directory.
#4954 Ver. 3.2.8.1 Drag and Drop to shell disabled normal fixed 15 years 15 years
Description

Hi there! Thank you for providing a valuable and highly useful piece of software.

Just recently, I updated the program (version 3.2.8.1) and found that drag and drop functionality from the FTP file navigation pane to the windows shell was disabled. To clarify, when I try to drag a file to my desktop, my mouse pointer turns into the "unavailable" icon (circle with a line through it).

I've rebooted the pc, uninstalled and reinstalled the program, enabled the shell extention, modified my registry (according to the forums), and read through the existing tickets as well as the forum, and no solution has been identified as of yet. I can still navigate to the local folder in my left file navigation pane and download from there just fine. It's merely a matter of convenience.

Thanks for any & all help! I've attached my fzshellext.txt log, as recommended in the forum.

Yours, Chad

#4966 Crash if showing/hiding local tree after closing a tab normal fixed 15 years 15 years
Description

Filezilla crash if I click on "local tree" button after closing a tab. The bug doesn't depends on the status of the "local tree" (visible or not)

Test case :

  • Open a new tab.
  • Close the previous tab.
  • Click on the button "local tree".
#4967 Trying to close busy tab freezes tab area display/interaction high fixed 15 years 15 years
Description

FileZilla Client 3.3.0

This problem has to do with closing a tab while it is still attempting to connect to the server.

Steps To Reproduce:

  1. Open A New Tab
  2. Connect to a server
  3. While still connecting (before first directory listing) attempt to close the tab. You should get a confirmation dialog since the tab is active.
  4. Click "No" on this confirmation dialog
  5. Attempt to use FileZilla.

In my experience, this freezes the tab area, while the rest of the UI works just fine. Even while the dialog is still open, the tab area is frozen until you hit "Yes", and remains frozen even after hitting "No". I don't even get the first directory listing.

#4969 Directory comparison doesn't work with multiple tabs normal fixed 15 years 15 years
Description

I am using version 3.3.0.

When you have multiple connection tabs, directory comparison only works for the first tab. Switching to the second tab leaves the directory comparison icon "pressed", and toggling it does not make directory comparison work in the second tab. Closing the first tab renders directory comparison inoperative.

Procedure:

  • Open a connection.
  • Open a second connection, in a tab.
  • Switch to first tab.
  • Click on "compare directories icon". Directories are compared.
  • Switch to second tab. [You can unclick the directory comparison icon or leave it clicked - it makes no difference]
  • Click on "compare directories icon". Directories are NOT compared.
  • Close first tab.
  • Click on "compare directories icon". Directories are NOT compared.

Alternate procedure:

  • Open a connection.
  • Open a second connection, in a tab.
  • Close first tab.
  • Click on "compare directories icon". Directories are NOT compared.

Work-around:

  • Restart FileZilla.
  • Only compare directories in the original first tab.
#4970 site manager bookmarks cannot start synchronised browsing on connect normal fixed 15 years 15 years
Description

double-clicking on a bookmark icon in the site manager tree connects to that server and goes to the bookmarked section. it also used to initiate synchronised browsing if that bookmark was set to, now it doesn't.

my current version is 3.3.0

#4971 Control-Tab between tabs doesn't loop back to the start after last tab normal fixed 15 years 15 years
Description

When moving between tabs using Control-Tab on the keyboard, it will get to the last tab and end, as opposed to going back to the start like Firefox behaviour.

#4974 Links in welcome dialog don't work normal fixed 15 years 14 years
Description

Clicking a link in the welcome dialog of FileZilla 3.3.0 doesn't work correctly under Linux. On my PC (Crux 2.6), Opera gets started, although the default browser is Firefox. On my laptop (same system), FileZilla tries to start wine, which of course doesn't work. An explicit browser setting in the preferences is missing.

#4981 Synchronized Browsing does not reset when a new connection is open normal fixed 15 years 15 years
Description

When a new tab is opened the synchronized browsing button stays on, but synchronized browsing is off

#4986 no response after directory creation normal fixed 15 years 11 years
Description

PC Platform: Vista 64 Home Premium FileZilla Client


Version: 3.3.0

Build information:

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


During synch browsing, created new directory in server-side tree; click-dragged existing file from lower in the same tree into the new file folder depicted in server side of the display window; I did not create concurrent client-side directory first (planned on downloading as a unit); when click-dropped old file into new directory (once again, this is all occurring on the server side of the display window) Zilla stopped responding immediately.

#5010 Error in Remote File Serach high fixed 15 years 14 years
Description

When remote file search is initiated after connecting to a remote UNIX server; and the relevent file name is put and SERACH button is pressed : the dialog box named "Target file already exists" appears for each file in that remote directory.

e.g. if I serach for test.scr file and the remote directory has 100 .scr files; that dialog box appears again and again for each of the files.

Since, this is only a SEARCH operation and we are not transferring a file; the above metioned dialog box should not appear when we serach for file.

#5011 Unwanted rename when double clicking on folder or file Tim Kosse high fixed 15 years 10 years
Description

I got a nasty problem with 3.3, when i double click on a folder (or file), I will sometime enter the folder but at the same time, get into rename mode (like when I slowly select a file and click again to rename it).

The tricky part is click e.g. on a directory named "files" and having in file a directory named "img" in the same position of the files dir on the screen (behind the cursor after entering the files dir). I enter the files dir, see it's content but also see a folder being renamed, the folder name being "files". Pressing escape to cancel the rename action will in facts rename the "img" dir into "files". The original files directory will not be renamed.

This happens also when uploading a file by double clicking. After the first upload, the file is still selected. Single clicking on it will either :

  • Go to rename mode (if the cursor has moved after the first upload)
  • Do nothing (normal behavior)
  • Upload the file again (cursor did not move after the first upload)

Double clicking will often upload the file AND go into rename mode. I have to hit escape every time in upload the same file. Or I have to unselect it.

Below is the version details for filezilla :

FileZilla Client


Version: 3.3.0.1

Build information:

Compiled for: i686-apple-darwin9 Compiled on: i386-apple-darwin9.8.0 Build date: 2009-11-15 Compiled with: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.10 GnuTLS: 2.8.3

#5034 After I upgraded to 3.3.0.1 when loading it can not find mingvm10.dll low fixed 15 years 12 years
Description

Hello I am running windows 7 and was using version 3.2.8.1 which was working OK, then I upgraded to 3.3.0.1 and it ran after the upgrade. But after closing the program, I always get the message missing mingvw10.dll and please reinstall the program. The mingvm10.dll is in the FileZilla folder. I have tried to reinstall the old version and now I have the same problem. I have to reinstall the program to get it to work one time.

Any Ideas?

Thanks

Ray

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

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

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

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

Thank you, Don Leckie

#5096 FileZilla client hangs when accessed under Remote Desktop session normal fixed 14 years 10 years
Description

When under Remote Desktop session, attempt to bring FileZilla from the system tray will hang FileZilla.

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

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

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

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

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

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

#5118 Ctrl+Tab(key) only cycles between tabs when the local/remote path fields have focus low fixed 14 years 14 years
Description

Pressing TAB cycles the keyboard focus between the UI elements of the screen, including the Quickconnect toolbar, Local site and Remote site paths, directory trees, and file lists.

Pressing CTRL+TAB should change tabs, but instead it functions the same as TAB, until/unless the focus is currently on the Local site or Remote site path fields, at which point it functions normally until focus changes.

#5126 Unable to login to the site normal fixed 14 years 14 years
Description

Hi Earlier,

One of my user is able to connect to one site through filezilla.But some days back when my network engineer did a change in routing.He is unable to connect to it.

However i am able to connect to the site from same office with freshly installed filezilla.Is there any option to clean the old value stored in users pc.I have uninstalled and reinstalled filezilla in the user pc but still no luck.

Regards sk

#5147 Host Name will be cut after 16 characters with socks 5 generic proxy high fixed 14 years 14 years
Description

we use Filezilla Version 3.3.1 and a generic proxy with socks 5 (dante). the problem is, that the servername will be cut after the 16. character. when we try to connect "emma.tv5paris.org" we get the messages "Could not connect to server" in Filezilla and in the dante-logfile we find "Jan 26 14:48:58 (1264513738) danted[8539]: sockshost2sockaddr(): gethostbyname(emma.tv5paris.or): Unknown host".

#5153 Unable to find mingwm10.dll low fixed 14 years 10 years
Description

The previous version worked fine. I should have kept it. When I install version 3.3.1 it works fine - once. The next time I try to use it, I get the error, "The application has failed to start because mingwm10.dll was not found. Re-installing the application may fix this problem."

I re-install 3.3.1 and it works - once. Then I have to go through this process again. Why is this happening?

I use Windows XP Media Center Edition 2005 with all updates applied except Service Pack 3.

Bob Pegram San Jose, CA

#5154 Site specific bookmark effective only on local site normal fixed 14 years 13 years
Description

I am using site specific bookmarks but these are effective only on the local site but not on the remote site of the FTP connection. Are there any rules to specify the remote directory in a bookmark ? I have Filezilla client 3.3.1

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

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

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

Version: 3.3.1

(Screenshot attached)

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

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

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

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

#5236 preserve timestamps option normal fixed 14 years 11 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

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

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

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

#5267 Drag drop extremely badly broken on OSX high fixed 14 years 10 years
Description

Dragging files from remove FTP to local disk will result in unpredictable tranfers. When I drag one file from httpdocs it tranfered the complete httpdocs to local disk.

Once it even renamed a folder "downloads" to "nzbvortex-0.5.0.zip" which was the file I wanted to drag locally.

Very very badly broken now. I've remove the .filezilla from my home and the preferences from ~/Library/Preferences/de.FileZillaxxx and redownloaded the latest stable.

I am very sure I am not making an invalid drag operation.

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

Hi,

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

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

Thanks, Januar

#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

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

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

1 2 3 4 5 6 7 8 9 10 11 12
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.