Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (401 - 500 of 8171)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Ticket Summary Owner Type Priority Component Resolution
#7149 problem with some kind of password Bug report normal FileZilla Client fixed
Description

i'm trying to connect to ftp servers using password like this: 354c85c80e but filezilla seems problematic with this password , I got critical error and no auth. The pwd is correct because it's working with other ftp clients.

#7188 SFTP lacks compression Patch normal FileZilla Client fixed
Description

It would be nice if SFTP supported compression. Often I am uploading things like EXEs and PDBs over a relatively slow connection and these are highly compressible.

#7200 Sort on Priority Feature request normal FileZilla Client fixed
Description

Please add the ability to sort on the priority column in the download/upload listbox.

It would be nice to be able to sort by any of the columns such as server/local file, Direction, Remote File, Size, Status, etc, but of particular concern is to have the listbox sortable by priority.

OS: Windows 7 w/SP1 on Intel Core 2 Duo E8400

FileZilla Client


Version: 3.3.5.1

Build information:

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

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.10.2

Operating system:

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

Thank you.

#7230 Unable to 'make install' filezilla 3.3.5.1 Bug report normal FileZilla Client fixed
Description

I am a researcher currently analysing several versions of filezilla. I was able to cross-compile and make filezilla-3.2.7.1 without any issues however when trying to install filezilla-3.3.5.1 and filezilla-3.3.4.1 I run into troubles. I am running Kubuntu 10.04.1. OS. Here is the screen dump.

Making install in locales make[1]: Entering directory `/home/raula/Documents/fz3/filezilla-3.3.5.1/compile/locales'

/usr/local/bin/wxrc -g -e ../../locales/../src/interface/resources/*.xrc > "resources.h~"
exit 1

/usr/local/bin/wxrc: error while loading shared libraries: libwx_baseu_xml-2.9.so.0: cannot open shared object file: No such file or directory make[1]: * [resources.h] Error 1 make[1]: Leaving directory `/home/raula/Documents/fz3/filezilla-3.3.5.1/compile/locales' make: * [install-recursive] Error 1

Also I have wxwidgets-2.8.11. I had previously wxwidgets-2.9 but uninstalled it because I saw it was unstable.

Can you help me build these two versions?

Raula

#7239 Silent Uninstall Bug report normal FileZilla Server fixed
Description

The silent uninstall cannot be performed completely : A message box appears during uninstall "Delete Settings ?"

The MsgBox "Delete Settings ?" in the NSIS script need to have a default button ;

http://nsis.sourceforge.net/Docs/Chapter4.html#4.12

#7247 Speed limit icon isn't updated when changing themes Tim Kosse Bug report low FileZilla Client fixed
Description

After changing the interface theme in settings, the icon bar icons are updated but not the icon for the speed limits. (see bug #5504, but for linux this time round)

#7268 Upgrade to 3.4 - Can no longer connect to server Bug report normal FileZilla Client fixed
Description

Today I upgraded to version 3.4 and I can no longer connect to my server at Bluehost:

Status: Connecting to 66.147.244.216:21... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 66.147.244.216:21... Error: Connection timed out Error: Could not connect to server

I followed the Bluehost instructions for setting up a Filezilla FTP client which can be found here:

https://login.bluehost.com/frontend/bluehost/ftp/instructions/filezilla.html?acct=gottgrap

All FTP information provided by Bluehost is unchanged.

FileZilla Client


Version: 3.4.0

Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2011-03-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.12 GnuTLS: 2.10.4

Operating system:

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

Appreciate any help you can provide.

Brenda Gottsabend

#7287 Uploading problems with encryption (Linux only) Bug report high FileZilla Client fixed
Description

This log is anonymized. Size of cloudy_violet.JPG is 833,949 bytes. Filezilla 3.4.0 client (Linux) with encryption (Require explicit FTP over TLS).The connection timeout is nonsense. The FTP server is the last one which is sending an ACK and is waiting for Filezilla to do something - checked with wireshark. Without encryption, everything is working fine under Linux - but with encryption see this log. Only max. 180,224 bytes per session possible. Firewall was not active. Filezilla 3.4.0 client under Windows Vista is working flawlessly (with no encryption and encryption, too).

Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	SYST
Response:	215 UNIX Type: L8
Command:	FEAT
Response:	550 FEAT: Operation not permitted
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Retrieving directory listing...
Command:	PWD
Response:	257 "/" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,203,69).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Status:	Directory listing successful
Status:	Retrieving directory listing...
Command:	CWD www
Response:	250 CWD command successful
Command:	PWD
Response:	257 "/www" is the current directory
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,203,156).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Status:	Directory listing successful
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Command:	PWD
Response:	257 "/www" is the current directory
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,202,66).
Command:	STOR cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Error:	Connection timed out
Error:	File transfer failed after transferring 180,224 bytes in 21 seconds
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,200,14).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,203,55).
Command:	APPE cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Error:	Connection timed out
Error:	File transfer failed after transferring 180,224 bytes in 21 seconds
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,209,89).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,197,213).
Command:	APPE cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Error:	Connection timed out
Error:	File transfer failed after transferring 180,224 bytes in 21 seconds
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,210,188).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,208,35).
Command:	APPE cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Error:	Connection timed out
Error:	File transfer failed after transferring 180,224 bytes in 21 seconds
Status:	Resolving address of my.homepage.webpack.hosteurope.de
Status:	Connecting to 123.123.123.123:21...
Status:	Connection established, waiting for welcome message...
Response:	220 ::ffff:123.123.123.123 FTP server ready
Command:	AUTH TLS
Response:	234 AUTH TLS successful
Status:	Initializing TLS...
Status:	Verifying certificate...
Command:	USER account-xyz
Status:	TLS/SSL connection established.
Response:	331 Password required for account-xyz
Command:	PASS *****************
Response:	230 User account-xyz logged in
Command:	PBSZ 0
Response:	200 PBSZ 0 successful
Command:	PROT P
Response:	200 Protection set to Private
Status:	Connected
Status:	Starting upload of /home/itsme/Desktop/cloudy_violet.JPG
Command:	CWD /www
Response:	250 CWD command successful
Status:	Retrieving directory listing...
Command:	TYPE I
Response:	200 Type set to I
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,205,231).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,210,238).
Command:	APPE cloudy_violet.JPG
Response:	150 Opening BINARY mode data connection for cloudy_violet.JPG
Response:	226 Transfer complete
Status:	File transfer successful, transferred 113,053 bytes in 1 second
Status:	Retrieving directory listing...
Command:	PASV
Response:	227 Entering Passive Mode (123,123,123,123,198,187).
Command:	LIST
Response:	150 Opening ASCII mode data connection for file list
Response:	226 Transfer complete
Status:	Directory listing successful
#7303 Incorrect rights in file permissions dialog Lucio Crusca Patch normal FileZilla Client fixed
Description

If a folder on FTP server has set user id bit (e.g. drwsrwx---) the change permissions dialog has 6 (rw) for owner. It is incorrect.

#7319 Shutdown automatic after finish work Feature request high FileZilla Client fixed
Description

I have a good new idea! Display any checkbox to set automatic shutdown after finish pending work. Regards, Rodrigo

#7328 Filezilla server allows access to directorys above the defined shared dir Bug report normal FileZilla Server fixed
Description

Hello,

I noticed a severe security leak this morning. When you define shared folders for a user eg.:

  • W:\MyFTP\jan

and add another shared folder e.a.

  • W:\MyHomePage\Blog\jan\wp-content\uploads

Then filezilla server gives "jan access to:

  • W:\MyFTP\jan and

W:\MyHomePage\Blog\jan (ignoring the rest of the path)

Very sevire IMHO

Louis

#7348 Something crashed or interfeered. Bug report high Unknown fixed
Description

10:47:50 AM: can't open file 'C:\Users\ShadowRune\AppData\Roaming\FileZilla\queue.xml' (error 5: access is denied.) 10:47:57 AM: can't open file 'C:\Users\ShadowRune\AppData\Roaming\FileZilla\filezilla.xml' (error 5: access is denied.) 11:09:57 AM: XRC resource 'ID_MENUBAR' (class 'wxMenuBar') not found! 11:09:57 AM: Cannot load main menu from resource file 11:09:57 AM: XRC resource 'ID_TOOLBAR' (class 'wxToolBar') not found! 11:09:57 AM: Cannot load toolbar from resource file 11:09:57 AM: XRC resource 'ID_QUICKCONNECTBAR' (class 'wxPanel') not found! 11:09:57 AM: Cannot load Quickconnect bar from resource file

downloaded an update from a security program I use (Advanced SystemCare) and do not know how to fix, I recently read a previous post, and changed my appdata folder to unhide and unchecked read only.

#7349 FileZilla 3.50 RC1/RC2 build bug found Bug report normal FileZilla Client fixed
Description

I found build bug - in installer edition FileZilla 3.50 RC1/RC2 file filezilla.exe have size at 99 Mb, but in Zip edition еры file have size ~ 30 Kb and don't work. Please check this files and correct buil script's.

Best regards, Victor

#7350 Confusing option on prompt after a file being edited has been changed Bug report normal FileZilla Client fixed
Description

1) Right click a local file and chose "Edit". 2) Make a change to this file. 3) Switch back to FileZilla. 4) On the prompt whether to upload the file check "Finish editing and delete local file". 5) Answer with "Yes" or "No". This does not seem to matter.

To my understanding the local file is the file I chose for editing. However, this file is still there afterwards. I am not sure what the expected behavior in this case is. Personally I like the current one, but I am confused by the option saying the file will be removed.

#7355 Background color option for multiple tabs Tim Kosse Feature request normal FileZilla Client fixed
Description

Hopefully this is a simple request.

It would be very helpful to have different background colors (or some other visual cue) to help keep track of which session you're in when there are multiple sessions open.

Thanks for a terrific product!

#7360 creates zero length files at the destination site Bug report critical FileZilla Client fixed
Description

win7 box with filezilla version 3.5.0

The tool will transfer all the files with out any error or warnings but the destinations files are all zero length. it creates directories OK

i can transfer the files using the command window via command line ftp and the files to arrive and maintain the original file size.

the hosting service has no trouble using filezilla from a different box transfering data to the same account.

snip from log in filezilla window, i told it to overwrite if file existed.: Status: File transfer successful, transferred 52,359 bytes in 1 second Status: Starting upload of C:\Users\kevin\Pictures\bibble5\unprocessed\2011-04-30\web\DSC_2622.jpg Command: PASV Response: 150 Accepted data connection Response: 226 File successfully transferred Status: File transfer successful, transferred 50,038 bytes in 1 second Status: Starting upload of C:\Users\kevin\Pictures\bibble5\unprocessed\2011-04-30\web\DSC_2623.jpg Command: PASV Response: 227 Entering Passive Mode (99,198,127,42,118,179) Command: STOR DSC_2622.jpg Response: 227 Entering Passive Mode (99,198,127,42,119,182) Command: STOR DSC_2623.jpg Response: 150 Accepted data connection Response: 226 File successfully transferred Status: File transfer successful, transferred 50,121 bytes in 1 second Status: Starting upload of C:\Users\kevin\Pictures\bibble5\unprocessed\2011-04-30\web\DSC_2624.jpg Command: PASV Response: 150 Accepted data connection Response: 226 File successfully transferred Status: File transfer successful, transferred 48,051 bytes in 1 second Status: Starting upload of C:\Users\kevin\Pictures\bibble5\unprocessed\2011-04-30\web\DSC_2625.jpg Command: PASV Response: 227 Entering Passive Mode (99,198,127,42,120,153) Command: STOR DSC_2624.jpg

The configuration wizard results look like this: Connecting to probe.filezilla-project.org Response: 220 FZ router and firewall tester ready USER FileZilla Response: 331 Give any password. PASS 3.5.0 Response: 230 logged on. Checking for correct external IP address Retrieving external IP address from http://ip.filezilla-project.org/ip.php Checking for correct external IP address IP 173.174.91.5 bhd-bhe-jb-f Response: 200 OK PREP 61598 Response: 200 Using port 61598, data token 1799810361 PORT 173,174,91,5,240,158 Response: 200 PORT command successful LIST Response: 150 opening data connection Response: 503 Failure of data connection. Server sent unexpected reply. Connection closed

#7370 Can't install filezilla with traditional chinese icons and panel in windows 7 Other normal FileZilla Client fixed
Description

I downloaded the FileZilla_3.5.0_win32-setup.exe and execute it both in windows XP and windows 7

I found the it can show the Chinese panel in windows XP but it just show English panel in windows 7. How can I choose the appropiate language for Filezilla?

#7374 Fail to delete file which has Quit as part of file name Bug report high FileZilla Client fixed
Description

We are running into one issue to delete file. The file name contains QUIT as part of fil name, like "Hotel Quito - JW Marriott.pdf". Please help!

Version of FileZilla is 3.5.0

#7379 LoadLibrary Vulnerability in FileZilla Bug report normal FileZilla Server fixed
Description

I ran rats 2.3 on the FileZilla source code and RATS detected several LoadLibrary vulernabilities in FileZilla. RATS states: "LoadLibrary will search several places for a library if no path is specified, allowing trojan DLL's to be inserted elsewhere even if the intended DLL is correctly protected from overwriting. Make sure to specify the full path."

Looking at the below code snippets, you can see that the full path is not specified. Recommend the full path be specified in order to prevent this vulnerability from occurring.

AsyncGssSocketLayer.cpp

Line 670: m_hGSS_API = LoadLibrary(GFTPDLL);

AsyncSocketEx.cpp

Line 1122: m_hDll = LoadLibrary(_T("WS2_32.dll"));

AsyncSslSocketLayer.cpp

Line 312: m_hSslDll2 = LoadLibrary(_T("libeay32.dll"));

AsyncSslSocketLayer.cpp

Line 389: m_hSslDll1 = LoadLibrary(_T("ssleay32.dll"));

#7380 ASSISTANCE WITH AUTOMATION OF DOWNLOAD Other normal FileZilla Client fixed
Description

YOUR PROGRAM WAS THE ONLY ONE I FOUND THAT CAN CONNECT WITH EASE TO A SECURED FTP CONNECTION (SFTP).

BASICALLY I NEED YOUR PROGRAM TO AUTOMATICALLY CONNECT TO A SITE SETUP IN THE MANAGER. CHECK THE DIRECTORY TO SEE IF THERE IS DATA IF THERE IS DOWNLOAD THE FILE TO A DIRECTORY.

CAN YOUR PROGRAM DO THIS USING AUTOMATION OR SOME TYPE OF SCRIPT FILE.

#7384 Logging in Bug report normal FileZilla Client fixed
Description

I have been trying unsuccessfully to connect to my PVR for the past week or so. All I get is this message and then nothing...

Status: Connecting to 192.168.1.1:21... Status: Connection established, waiting for welcome message...

No error message or any other activity.

I have tried the forums but they couldn't help.

I have uninstalled and reinstalled FileZilla Client onto my computer, and restarting my PVR, resetting to factory my PVR (it is able to get IceTV Guide and Programs and access my network via the LAN cable - its just FileZilla that doesn't seem to work).

What do I do now?

#7399 configuration files in linux are not located according to the freedesktop guidelines Bug report normal FileZilla Client fixed
Description

Configuration files should be in $HOME/.config/package/ as per the freedesktop guidelines: $XDG_CONFIG_HOME defines the base directory relative to which user specific configuration files should be stored. If $XDG_CONFIG_HOME is either not set or empty, a default equal to $HOME/.config should be used. See here: http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html for more details. I think this is a fairly easy task to do, and if everybody followed these guidelines we could maybe finally get rid of all these .dirs in the home directory.

#7406 file of caracter special what ç Bug report high FileZilla Client fixed
Description

file what special caracter ç d'not listed in server

#7410 Renaming local file overrides existing Atul Jha Bug report normal FileZilla Client fixed
Description

When I try to rename local file to name that already exists, it overrides that file.

Example: I have 2 files test test1 renaming test1 to test replace test file without warning.

Trying the same on remote server throws alert saying filename already exists, what is good.

#7417 Site Manager crashes Filezilla Bug report normal FileZilla Client fixed
Description

When I select File::Site Manager from the menu bar, a progress bar briefly appears and is replaced with a crash reporter.

I've attached a crash report from the Gnome system.

Here is the About info: FileZilla Client


Version: 3.5.0

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-unknown-linux-gnu Build date: 2011-05-22 Compiled with: x86_64-linux-gnu-gcc (Debian 4.4.5-8) 4.4.5 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.8.6

Operating system:

Name: Linux 2.6.34.8-0.2-desktop x86_64 Version: 2.6

#7419 Memory leak under load on x64 system Bug report normal FileZilla Server fixed
Description

Host: Windows Server 2008 SP2 x64

Version: FileZilla Server 0.9.39

Issue: Filezilla server process consumes an increasing amount of memory under load. On a busy system over few days to a week it eventually reaches 2GB of memory and ceases responding. A restart of the service resets usage to ~5MB, and growth begins again.

Observations: We have two instances of FZ server running on x64, a service system and a soon-to-be service system. So I have an opportunity if you can come up with tests to run.

It appears that each connection consumes a small amount of memory that is not released.

I am running the filezilla service under a domain account. switching to localsystem does not cure the issue.

This does not appear to happen on a 32-bit host machine we have that runs FZ server - this is an older version though and is not necessarily a fair test.

Over the last day or so I have had fun creating different types of load profiles. I've not been utterly scientific about this but have tested:

Single client instance repeatedly uploading/downloading 10MB file - little problem

Single client instance repeatedly uploading/downloading 10KB file - some leak

Multiple client instances repeatedly uploading/downloading 5Byte files - large leak.

Attached is a zipfile containing: ftpit.cmd - the script I used to create the files and the parallel connections. ftptest.txt - the ftp commands run to create activity (ftp-b is a cname to the server)

Open to suggestions/ideas/observations.

thanks!

#7421 Add Support for Amazon AWS S3 Service as a Storage Target Feature request normal FileZilla Client fixed
Description

Add support for Amazon Web Service (AWS) S3 storage buckets as a file transfer target for FileZilla.

My search would indicate that this request was last addressed in tickets 2741 and 2648, which at the time the recommended path was requesting Amazon support FTP.

In the intervening timeframe, the userbase of AWS S3 has exploded, there have existed a number of architectural reasons why API based access provides significant advantage. The present climate of FileZilla's use would establish a case for the interface metaphor so well liked in FileZilla to target S3 storage buckets as well.

The developer documentation, including the S3 API and developer guides is available at: http://aws.amazon.com/documentation/s3/

#7438 Compilation error svn rev 4101: stray ' in dsub/desktop_notification.cpp line 1 Bug report normal FileZilla Client fixed
Description

Removing the apostrophe compilation is successful in my case.

#7442 Error reading attributes of filezilla.xml PM Bug report high FileZilla Client fixed
Description

Starting filezilla.exe either directly or with shortcut generates this error message:

Users\PM\AppData\Roaming\FileZilla\filezilla.xml Error reading Attributes For this session the default settings will be used. Any changes to the settings will not be saved.

As a result, the settings are dropped, and any settings entered cannot be saved. This bug appeared suddenly, without any cause that I can identify. It could not be corrected by uninstalling and re-installing, and it could not be corrected by downloading a new setup file and re-installing that. I will answer any questions that would help de-bug this. Thanks for helping.

Following is a copy of the filezilla.xml file:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?> <FileZilla3>

<Settings>

<Setting name="Use Pasv mode" type="number">1</Setting> <Setting name="Limit local ports" type="number">0</Setting> <Setting name="Limit ports low" type="number">6000</Setting> <Setting name="Limit ports high" type="number">7000</Setting> <Setting name="External IP mode" type="number">0</Setting> <Setting name="External IP" type="string" /> <Setting name="External address resolver" type="string">http://ip.filezilla-project.org/ip.php</Setting> <Setting name="Last resolved IP" type="string" /> <Setting name="No external ip on local conn" type="number">1</Setting> <Setting name="Pasv reply fallback mode" type="number">0</Setting> <Setting name="Timeout" type="number">20</Setting> <Setting name="Logging Debug Level" type="number">0</Setting> <Setting name="Logging Raw Listing" type="number">0</Setting> <Setting name="fzsftp executable" type="string">&quot;C:\Program Files (x86)\FileZilla FTP Client\fzsftp.exe&quot;</Setting> <Setting name="Allow transfermode fallback" type="number">1</Setting> <Setting name="Reconnect count" type="number">2</Setting> <Setting name="Reconnect delay" type="number">5</Setting> <Setting name="Speedlimit inbound" type="number">0</Setting> <Setting name="Speedlimit outbound" type="number">0</Setting> <Setting name="Speedlimit burst tolerance" type="number">0</Setting> <Setting name="View hidden files" type="number">0</Setting> <Setting name="Preserve timestamps" type="number">0</Setting> <Setting name="Socket recv buffer size (v2)" type="number">4194304</Setting> <Setting name="Socket send buffer size (v2)" type="number">262144</Setting> <Setting name="FTP Keep-alive commands" type="number">0</Setting> <Setting name="FTP Proxy type" type="number">0</Setting> <Setting name="FTP Proxy host" type="string" /> <Setting name="FTP Proxy user" type="string" /> <Setting name="FTP Proxy password" type="string" /> <Setting name="FTP Proxy login sequence" type="string" /> <Setting name="SFTP keyfiles" type="string" /> <Setting name="Proxy type" type="number">0</Setting> <Setting name="Proxy host" type="string" /> <Setting name="Proxy port" type="number">0</Setting> <Setting name="Proxy user" type="string" /> <Setting name="Proxy password" type="string" /> <Setting name="Logging file" type="string" /> <Setting name="Logging filesize limit" type="number">10</Setting> <Setting name="Trusted root certificate" type="string" /> <Setting name="Number of Transfers" type="number">2</Setting> <Setting name="Ascii Binary mode" type="number">0</Setting> <Setting name="Auto Ascii files" type="string">am|asp|bat|c|cfm|cgi|conf|cpp|css|dhtml|diz|h|hpp|htm|html|in|inc|js|jsp|m4|mak|md5|nfo|nsi|pas|patch|php|phtml|pl|po|py|qmail|sh|shtml|sql|svg|tcl|tpl|txt|vbs|xhtml|xml|xrc</Setting> <Setting name="Auto Ascii no extension" type="number">1</Setting> <Setting name="Auto Ascii dotfiles" type="number">1</Setting> <Setting name="Theme" type="string">opencrystal/</Setting> <Setting name="Language Code" type="string">en</Setting> <Setting name="Last Server Path" type="string">1 0 3 usr 3 www 5 users 8 kamprint 5 video</Setting> <Setting name="Concurrent download limit" type="number">0</Setting> <Setting name="Concurrent upload limit" type="number">0</Setting> <Setting name="Update Check" type="number">1</Setting> <Setting name="Update Check Interval" type="number">7</Setting> <Setting name="Last automatic update check" type="string">2011-07-19 17:47:12</Setting> <Setting name="Update Check New Version" type="string" /> <Setting name="Update Check Check Beta" type="number">0</Setting> <Setting name="Show debug menu" type="number">0</Setting> <Setting name="File exists action download" type="number">0</Setting> <Setting name="File exists action upload" type="number">0</Setting> <Setting name="Allow ascii resume" type="number">0</Setting> <Setting name="Greeting version" type="string">3.5.0</Setting> <Setting name="Onetime Dialogs" type="string" /> <Setting name="Show Tree Local" type="number">1</Setting> <Setting name="Show Tree Remote" type="number">1</Setting> <Setting name="File Pane Layout" type="number">0</Setting> <Setting name="File Pane Swap" type="number">0</Setting> <Setting name="Last local directory" type="string">C:\Website\_we_info5\video\</Setting> <Setting name="Filelist directory sort" type="number">0</Setting> <Setting name="Queue successful autoclear" type="number">0</Setting> <Setting name="Queue column widths" type="string">180 60 180 80 60 150</Setting> <Setting name="Local filelist colwidths" type="string">120 80 100 120</Setting> <Setting name="Remote filelist colwidths" type="string">162 75 80 100 80 80</Setting> <Setting name="Window position and size" type="string">0 263 30 884 602 </Setting> <Setting name="Splitter positions (v2)" type="string">97 -131 500000000 135 135 500000000</Setting> <Setting name="Local filelist sortorder" type="string">1 3</Setting> <Setting name="Remote filelist sortorder" type="string">1 3</Setting> <Setting name="Time Format" type="string">1</Setting> <Setting name="Date Format" type="string">1</Setting> <Setting name="Show message log" type="number">1</Setting> <Setting name="Show queue" type="number">1</Setting> <Setting name="Size format" type="number">0</Setting> <Setting name="Size thousands separator" type="number">1</Setting> <Setting name="Default editor" type="string">0</Setting> <Setting name="Always use default editor" type="number">0</Setting> <Setting name="Inherit system associations" type="number">1</Setting> <Setting name="Custom file associations" type="string">&#x0A;jpg &quot;C:\Program Files\FullScreen Photo Viewer\FullScreen Photo Viewer.exe&quot;</Setting> <Setting name="Comparison mode" type="number">1</Setting> <Setting name="Comparison threshold" type="number">1</Setting> <Setting name="Site Manager position" type="string" /> <Setting name="Theme icon size" type="string">16x16</Setting> <Setting name="Timestamp in message log" type="number">0</Setting> <Setting name="Sitemanager last selected" type="string" /> <Setting name="Local filelist shown columns" type="string">1111</Setting> <Setting name="Remote filelist shown columns" type="string">110111</Setting> <Setting name="Local filelist column order" type="string">0,2,3,1</Setting> <Setting name="Remote filelist column order" type="string">0,2,3,1,4,5</Setting> <Setting name="Filelist status bar" type="number">1</Setting> <Setting name="Filter toggle state" type="number">0</Setting> <Setting name="Size decimal places" type="number">0</Setting> <Setting name="Show quickconnect bar" type="number">1</Setting> <Setting name="Messagelog position" type="number">0</Setting> <Setting name="Last connected site" type="string" /> <Setting name="File doubleclock action" type="number">0</Setting> <Setting name="Dir doubleclock action" type="number">0</Setting> <Setting name="Minimize to tray" type="number">0</Setting> <Setting name="Search column widths" type="string" /> <Setting name="Search column shown" type="string" /> <Setting name="Search column order" type="string" /> <Setting name="Search window size" type="string" /> <Setting name="Comparison hide identical" type="number">0</Setting> <Setting name="Search sort order" type="string"

#7447 O.k., I'm lost Other high FileZilla Server fixed
Description

Trying to set up FZ Server on Windows Home Server 2011 -Cleared ports 14147, 21 in the router -Not sure of server address to use in "Connect to Server". Tried the address WHS set up; tried addresses listed in IPCONFIG; Tried 127.0.0.1. What else? -Created exceptions in NOD32. -Frankly not sure why I need to connect to server to get the server to wait for incoming connections. -Also not sure why Settings is greyed out in menu of interface. How am I supposed to configure the FZ Server? -I've read the documentation, which is next to useless. FAQ is not much better. Forum is non-existent.

I'm definitely missing something. (no jokes please)

#7452 no secured password ? Ok, other proposition. Feature request high FileZilla Client fixed
Description

Hi, I'll not insist on the need to encrypt passwords: it is obvious (since when Windows session is secure?!). If you really don't want to listen to all the people who want encrypted password, would it be at least possible to change the location of the ServerSettings.xml, in order to put it in a secure container (Truecrypt), as I do for other non-secure software ? Thanks.

#7466 Edit filters "Rename" button doesn't save changes Nitin Kumar Gautam Patch low FileZilla Client fixed
Description

When I click on the following:

View -> Filename filters... -> Edit filter rules... -> [name of filter] -> Rename, {type new name}, OK

it reverts back to the old name. Changing the name in "Filter name" does work, however.

#7731 No SSH Agent login after upgrade to 3.5.1 Bug report normal FileZilla Client fixed
Description

After upgrading to v3.5.1, SSH key authentication via agent no longer works. FileZilla sends blank password instead of using agent and reports "Authentication Failure."

Downgrading to 3.5.0 fixed the issue.

#7742 FTPES handshake fails with GnuTLS 3 Patch normal FileZilla Client fixed
Description

When using GnuTLS 2.12.7 FileZilla could successfully connect using FTPES, however after upgrading to GnuTLS 3 (and compiling FileZilla against it) when trying to connect I get the following error:

Status:	Resolving address of <redacted>
Status:	Connecting to <redacted>:21...
Status:	Connection established, waiting for welcome message...
Trace:	CFtpControlSocket::OnReceive()
Response:	220 (vsFTPd 2.3.4)
Trace:	CFtpControlSocket::SendNextCommand()
Command:	AUTH TLS
Trace:	CFtpControlSocket::OnReceive()
Response:	234 Proceed with negotiation.
Status:	Initializing TLS...
Trace:	CTlsSocket::Handshake()
Trace:	CTlsSocket::ContinueHandshake()
Trace:	CTlsSocket::ContinueHandshake()
Trace:	GnuTLS alert 40: Handshake failed
Error:	GnuTLS error -12: A TLS fatal alert has been received.
Trace:	CRealControlSocket::OnClose(103)
Trace:	CFtpControlSocket::ResetOperation(66)
Trace:	CControlSocket::ResetOperation(66)
Error:	Could not connect to server
Status:	Waiting to retry...
Status:	Resolving address of apiratelifeforme.com
Status:	Connecting to <redacted>:21...
Status:	Connection established, waiting for welcome message...
Trace:	CFtpControlSocket::OnReceive()
Response:	220 (vsFTPd 2.3.4)
Trace:	CFtpControlSocket::SendNextCommand()
Command:	AUTH TLS
Trace:	CFtpControlSocket::OnReceive()
Response:	234 Proceed with negotiation.
Status:	Initializing TLS...
Trace:	CTlsSocket::Handshake()
Trace:	CTlsSocket::ContinueHandshake()
Trace:	CTlsSocket::ContinueHandshake()
Trace:	GnuTLS alert 40: Handshake failed
Error:	GnuTLS error -12: A TLS fatal alert has been received.
Trace:	CRealControlSocket::OnClose(103)
Trace:	CFtpControlSocket::ResetOperation(66)
Trace:	CControlSocket::ResetOperation(66)
Error:	Could not connect to server

I can successfully connect with FileZilla from Windows and from Linux if I downgrade GnuTLS, so the server works just fine.

#7766 Error in completing r4249 Bug report normal FileZilla Client fixed
Description

Debian Linux sid on intel core i5 Kernel version: 3.0.0-1-amd64 gnutls-cli (GnuTLS) 3.0.3

Making all in . Making all in src Making all in include Making all in engine tlssocket.cpp: In member function 'bool CTlsSocket::Init()': tlssocket.cpp:116:41: error: 'gnutls_transport_set_lowat' was not declared in this scope make[3]: * [libengine_a-tlssocket.o] Error 1 make[2]: * [all] Error 2 make[1]: * [all-recursive] Error 1 make: * [all-recursive] Error 1

#7767 Site manager and cloud Feature request normal FileZilla Client fixed
Description

Some version ago FileZilla sites list was in an xml file on the program folder. Now it isn't. With the "cloud revolution" maybe a wonderful thing if:

  • sites list shall in a file on filesystem (like filezilla.xml export file)
  • position of sites list file shall configurable by option

In this way, sites list file maybe put in a dropbox folder (example) and we can use filezilla, from different PC, with the same file list.

Thanks Merlinox

#7787 Crash on ftp upload Bug report normal FileZilla Client fixed
Description

At any attempt of uploading a file FileZilla crashes. I also opened a ticket on LaunchPad: https://bugs.launchpad.net/ubuntu/+source/filezilla/+bug/858146

Last part of my /var/log/syslog file: Oct 14 19:57:01 corrado-TravelMate-7750G kernel: [ 2329.923839] process `skype' is using obsolete setsockopt SO_BSDCOMPAT Oct 14 20:08:25 corrado-TravelMate-7750G kernel: [ 3013.952422] show_signal_msg: 12 callbacks suppressed Oct 14 20:08:25 corrado-TravelMate-7750G kernel: [ 3013.952426] filezilla[2767]: segfault at 1e31990 ip 0000000001e31990 sp 00007fff5e0906c8 error 15 Oct 14 20:17:02 corrado-TravelMate-7750G CRON[3017]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) Oct 14 20:20:30 corrado-TravelMate-7750G kernel: [ 3738.073537] filezilla[3070]: segfault at c8 ip 00007fd6306ea103 sp 00007fff66ded870 error 4 in libwx_gtk2u_core-2.8.so.0.7.0[7fd630512000+386000]

FileZilla Client


Version: 3.5.0

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2011-08-06 Compiled with: gcc (Ubuntu/Linaro 4.6.1-5ubuntu2) 4.6.1 Compiler flags: -g -O2 -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.10.5

Operating system:

Name: Linux 3.0.0-12-generic x86_64 Version: 3.0

#7795 wrong server save for files in queue.sqlite3 Patch normal FileZilla Client fixed
Description

In 3.5.1 (I don't test the old version).

step 1: launch filezilla, connect to server A, add file A1 to queue. step 2: connect to server B, add file B1 to queue. step 3: quit filezilla, use tool to view the data in queue.sqlite3, there's 2 records in servers table (A and B), but in the files table, both 2 records' server field is A (should be one for A and one for B)

#7800 Automatic directory refresh upon transfer completion Rahul Nanwani Feature request normal FileZilla Client fixed
Description

Currently (FileZilla Client 3.5.1), the target directory doesw not show the actual contents when an upload is completed. The user then has to manually refresh the diretory listing to confirm that the transfered data is there. be a If the directory would automatically refresh, this would not be necessary. Whether the refresh should happen per file transfer or group of transfers could be a user preference, as per file would generate a bit more traffic which might not be necessary for a specific user.

FileZilla version used below:

FileZilla Client


Version: 3.5.1

Build information:

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

Operating system:

Name: Windows NT 6.1 (build 7601, Service Pack 1) Version: 6.1 Platform: 64 bit system

#7804 whitespace in filename cause download failure Bug report normal FileZilla Server fixed
Description

I happen to have a file named ' 01.xxx.mp3' (xxx was Taiwanese). The whitespace prefixing the file name causes downloading errors. The filezilla server log shows the process.

(000005)2011/10/29 下午 23:56:44 - user (211.76.77.44)> 227 Entering Passive Mode (140,113,205,141,8,75) (000005)2011/10/29 下午 23:56:44 - user (211.76.77.44)> RETR 01.xxx.mp3 (000005)2011/10/29 下午 23:56:44 - user (211.76.77.44)> 550 File not found

Yes, the filezilla client correctly requested the filename as 'RETR 01.xxx.mp3', which has two whitespaces after RETR. It's just the server cannot find it.

The issue can be worked around by deleting the prefixing whitespace. It's weird that when I tried to rename ' 01.xxx.mp3' to '01.xxx.mp3', windows 7 told me a file with that name already exists. I copied that file to the same directory, getting both '01.xxx.mp3' and ' 01.xxx.mp3'. Then, I deleted ' 01.xxx.mp3' and this time I can download '01.xxx.mp3' as usual.

So I'm unsure if this issue belongs to filezilla server or windows 7 or the FTP protocol.

Perhaps the problem is that all whitespaces between RETR and the filename are ignored by filezilla server?

#7808 gnutls_transport_set_lowat has been removed from >gnutls-3 Patch normal FileZilla Client fixed
Description

The gnutls_transport_set_lowat function has been removed in >=gnutls-3 which causes a build failure. It was used to disable the lowat feature and apparently this is now always the case.

Therefore, the function shouldn't be used except for versions that require it.

#7837 Problem Uploading via FTPS. Bug report blocker FileZilla Client fixed
Description

I recently installed Fedora 16 onto my laptop. Since then I have been having trouble uploading over FTPS. This affects both FTPS and FTPES modes, and only affects uploads.

What happens is that the upload proceeds for only a few Kilobytes, then the connection times out and the upload resumes (REST). For another few Kilobytes, then times out again. Et. Cetera.

Trying an older version of FileZilla on Ubuntu works fine. However, an older version of FileZilla on Fedora still fails. My guess is that the problem might be due to the version of GnuTLS on Fedora, but this is only a guess. Below are the details of the versions of FileZilla I have tested.

Fedora (not working):

FileZilla Client


Version: 3.5.1

Build information:

Compiled for: x86_64-redhat-linux-gnu Compiled on: x86_64-redhat-linux-gnu Build date: 2011-08-31 Compiled with: gcc (GCC) 4.6.1 20110804 (Red Hat 4.6.1-7) Compiler flags: -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -Wall -g -fexceptions -std=gnu++0x

Linked against:

wxWidgets: 2.8.12 GnuTLS: 2.12.7

Operating system:

Name: Linux 3.1.1-1.fc16.x86_64 x86_64 Version: 3.1

  • Note, I also tried version 3.3.3 on Fedora 16 with the same result.

Ubuntu (working):

FileZilla Client


Version: 3.3.5.1

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2010-12-12 Compiled with: gcc (Ubuntu/Linaro 4.5.1-12ubuntu1) 4.5.2 Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.11 GnuTLS: 2.8.6

Operating system:

Name: Linux 2.6.38-12-generic x86_64 Version: 2.6

I have two log files attached. ftp-log-working.txt shows the log from the Ubuntu client performing a successful upload. ftp-log-broken.txt shows the log from the Fedora client.

In the broken log, you can see the problem spot:

-- 12:25:35 Response: 150 File status okay. About to open data connection. 12:25:35 Trace: CFtpControlSocket::TransferParseResponse() 12:25:35 Trace: code = 1 12:25:35 Trace: state = 4 12:25:35 Trace: CFtpControlSocket::SendNextCommand() 12:25:35 Trace: CFtpControlSocket::TransferSend() 12:25:35 Trace: state = 5 12:25:35 Trace: CTlsSocket::OnRead() 12:25:35 Trace: CTlsSocket::ContinueHandshake() 12:25:35 Trace: Handshake successful 12:25:35 Trace: Session resumed 12:25:35 Trace: Cipher: AES-256-CBC, MAC: SHA1 12:25:35 Trace: CTransferSocket::OnConnect 12:25:35 Trace: First EAGAIN in CTransferSocket::OnSend() 12:26:15 Error: Connection timed out --

But in the working log you see:

-- 07:24:55 Response: 150 File status okay. About to open data connection. 07:24:55 Trace: CFtpControlSocket::TransferParseResponse() 07:24:55 Trace: code = 1 07:24:55 Trace: state = 4 07:24:55 Trace: CFtpControlSocket::SendNextCommand() 07:24:55 Trace: CFtpControlSocket::TransferSend() 07:24:55 Trace: state = 5 07:24:55 Trace: CTlsSocket::OnRead() 07:24:55 Trace: CTlsSocket::ContinueHandshake() 07:24:55 Trace: Handshake successful 07:24:55 Trace: Session resumed 07:24:55 Trace: Cipher: AES-256-CBC, MAC: SHA1 07:24:55 Trace: CTransferSocket::OnConnect 07:24:55 Trace: First EAGAIN in CTransferSocket::OnSend() 07:24:55 Trace: CTlsSocket::OnSend() 07:24:55 Trace: Made progress in CTransferSocket::OnSend() 07:24:56 Trace: CTlsSocket::OnSend() 07:24:56 Trace: CTlsSocket::OnSend() ... --

CTlsSockt::OnSend() continues until I cancel the transfer. I am not sure why the broken log stops after the EAGAIN error.

Please let me know if I can provide any other information that might be useful.

#7855 Cannot Connect to Server Other normal FileZilla Client fixed
Description

This is my Server Information Platform Type Debian

MySQL Version 5.0.91

Perl Version 5.8.8

PHP Version 5.2.2

Path to SendMail /usr/sbin/sendmail

Path to Perl /usr/bin/perl

Path to PHP /usr/local/bin/php

This is the message I get on Filezilla Status: Resolving address of ftp.xxxxxxxxxxxxxxxxxx.net Status: Connecting to 000.000.000.00:00... Status: Connection attempt failed with "ETIMEDOUT - Connection attempt timed out". Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of ftp.xxxxxxxxxxxxxxxxxx.net Status: Connecting to 000.000.000.00:00... Status: Connection attempt failed with "ETIMEDOUT - Connection attempt timed out". Error: Could not connect to server

I took out my website name and the IP address.

Am I having problems connecting because my host servers are Debian? I seen that mentioned on here

Please let me know whatever the problem is. Maybe my web host, ISP, or my firewall, home network. I really don't have a clue.

#7864 Signature Algorithms extension of ClientHello incomplete. Bug report normal FileZilla Client fixed
Description

FileZilla Client sends a TLSv1.2 (RFC 5246) ClientHello. TLSv1.2 requires servers to accept a Signature Algorithms extension on a ClientHello message, and gives the client the option to omit it if it desires the default (usually SHA1/RSA--see the RFC). FileZilla (using GnuTLS) is sending only one Signature Algorithms extension value--SHA512/RSA (6/1). This will cause a TLSV1.2 aware server to reject the ClientHello if it does not posses a SHA512/RSA signed certificate. Originally I thought this was a GnuTLS problem, so I sent this e-mail to them:

"Hello, I have been working on the implementation of the TLS 1.2 protocol. TLS 1.2 requires servers to handle the Signature Algorithms extension to the ClientHello handshake message. My reading of RFC 5246 (7.4.1.4.1.) indicates that if client presents the extension (it can be omitted) it should include all hash/signature algorithm pairs the client is willing to process. While running the latest version of FileZilla, which uses GnuTLS 2.10.4, the only proposed Signature Algorithm is {SHA512,RSA}. If I stick with the RFC, the handshake will fail, as my {SHA1,RSA} signed certificate is not in the list. I’m not saying Microsoft is always right (in this case I think they are), but IE8/Win7 sends 7 Signature Algorithms in the extension: {SHA256,RSA},{SHA384,RSA},{SHA1,RSA},{SHA256,ECDSA},{SHA384,ECDSA},{SHA1,ECDSA},{SHA1,DSA}."

The response I received from the GnuTLS developers was this:

"Hello, This is a configuration issue. Filezilla for some reason unknown to me only enables 256-bit ciphersuites and signature algorithms. If you use gnutls-cli with your server you'll see that gnutls sends all options."

#7885 Files with modified date of 29th February cannot be transferred by read-only users via SFTP or FTP Bug report blocker FileZilla Client fixed
Description

I am running a Sun Solaris UNIX system with a future date. When the system created files dated 29th February 2012 and I tried to transfer them back to a windows machine, FileZilla is incorrectly appending the date to the start of the file name, thus making it impossible to transfer the files. Its some sort of leap year bug in the software.

On Solaris box:

$ ls | grep Bulk Bulk_STIP_PQ_jeconjrnl1.dat $ pwd /var/tmp

$ ls -ltr | grep Bulk -rw-r--r-- 1 jrnlextr intrfcs 2130198528 Feb 29 13:27 Bulk_STIP_PQ_jeconjrnl1.dat

Filezilla attempted transfer:

Status: Starting download of /var/tmp/Feb 29 13:27 Bulk_STIP_PQ_jeconjrnl1.dat Command: get "Feb 29 13:27 Bulk_STIP_PQ_jeconjrnl1.dat" "C:\FTL Retirement\Bulk STIP\Feb 29 13_27 Bulk_STIP_PQ_jeconjrnl1.dat" Error: /var/tmp/Feb 29 13:27 Bulk_STIP_PQ_jeconjrnl1.dat: open for read: no such file or directory Error: File transfer failed

#7912 Filezilla does not recognize 'pageant' since version > 3.5.0 Bug report normal FileZilla Client fixed
Description

sftp authentication worked well until including version 3.5.0. Later versions ignore pageant, they just recognize plain key files.

I tested it with the latest version 3.5.3 on a 64-bit Win7 system and Pageant Release 0.60.

Error message on connect: Fehler: Disconnected: No supported authentication methods available (server sent: publickey,keyboard-interactive) Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

After downgrading to version 3.5.0, with exacltly the same setup, pagaent ist recognized again.

regards Alois

#7914 Encryption Pass in sitmanager Feature request high FileZilla Client fixed
Description

Hello, Today i have 1 question Why you do not encryption passwords save in sitemanager

See this screenshort: http://i.imgur.com/0DmwY.jpg

#7929 server ignores detected ip for passive mode Bug report high FileZilla Server fixed
Description

I have the following setting:

<Item name="Custom PASV IP type" type="numeric">2</Item>
<Item name="Custom PASV IP server" type="string">http://sebcsaba.clusterone.hu/what_is_my_ip.php</Item>

And I'm behind a nat router. When connecting to the server from the internet, I got my local IP:

ftp> passive
Passive mode on.
ftp> ls
227 Entering Passive Mode (192,168,1,18,86,206)

The same from the server interface:

> PASV
> 227 Entering Passive Mode (192,168,1,18,86,206)

And of course, it can't connect.

When setting IP type to 1 and hardcode my current IP, it works. (So my router doesn't change the content of the communication.) I tried more websites, but in all case the result was the same.

As I see, the server simply ignores the IP got from the website.

(Server version: 0.9.40 beta)

#7931 Filezilla always opens maximised in Ubuntu 11.10 Bug report low FileZilla Client fixed
Description

Filezilla 3.5.0 always opens maximized from the Unity Launcher in Ubuntu 11.10. I have tried resizing the window and placing it in different positions on the desktop before closing but Filezilla is ignoring this and opening maximized regardless.

3.5.0 is the latest version available in Synaptic for Ubuntu 11.10

#7941 memory leak during configuration reload Bug report normal FileZilla Server fixed
Description

You have leak when call ConvToNetwork in: options.cpp permissions.cpp xml_utils.cpp interface\options.cpp

You do not release the captured string by ConvToNetwork

#7944 GnuTLS error -9 Bug report normal FileZilla Client fixed
Description

Hello,

I have just installed Filezilla Client 3.4.0 running on a fresh install of CentOS 5.6. (linux 2.6.18-238.el5.i386) wxWidgets is running 2.8.12 and GnuTLS is 2.8.5. I am attempting to connect to a FTPS site that requires a public authentication key, which has been already loaded. When I attempt to connect, I get the following error:

2012-02-28 16:33:08 27436 3 Status: Resolving address of ftp.*.com 2012-02-28 16:33:08 27436 3 Status: Connecting to 65.118.7.*:22... 2012-02-28 16:33:08 27436 3 Status: Connection established, initializing TLS... 2012-02-28 16:33:08 27436 3 Error: GnuTLS error -9: A TLS packet with unexpected length was received. 2012-02-28 16:33:08 27436 3 Status: Server did not properly shut down TLS connection 2012-02-28 16:33:08 27436 3 Error: Could not connect to server

I know this is a good FTP site as I am able to connect to it via FileZilla on my personal workstation.

Any idea/help/support would be greatly appreciated.

Thanks!

#7949 SSL Error: 140F3042 - SSL routines:SSL_UNDEFINED_CONST_FUNCTION:called a function you should not call Bug report normal FileZilla Server fixed
Description

Hi, we use the Filezilla FTP Server to Transport some XML Datas from one site or company to another. While sone Transmission (all of them are Encryptet) the following error apeers:

Data connection SSL warning: error:140F3042:SSL routines:SSL_UNDEFINED_CONST_FUNCTION:called a function you should not call

We use a company wide,trustet Certificate with 2048Bit

The Current Version of Filezilla 0.9.41 Beta

Did you need to know more ?

greetings Thomas

#7953 FileZilla Client crashes when IPv6 to IPV4 translation is used after Bug report high FileZilla Client fixed
Description

FileZilla Server 0.9.41 beta running on XP_SP3 at IPv4; FileZilla Client 3.5.3/32bit on XP_SP3 atIPv6; -> ipforwarding instancy build up using linux-wrt (ipgateway.d -> login from IPv4 Client OK; all in passive mode -> after a few seconds after

EPSV -> Entering Extended Passive Mode (
|1822|)

MLSD -> 425 Can't open data connection. Error: Failed to retrieve directory listing

-> FileZilla Client crash, when running the configuration assistent

-> Passiv -> fallback to active mode -> use following IP address fed0:1874:a001::209 -> ask OS for Port -> Test -> see attached *rtf for exact crash details

#7977 Sort: menu is not updated when sorting the connection list by IP Bug report normal FileZilla Server fixed
Description

Observed using the Admin Interface connected to FileZilla Server version 0.9.41 beta.

Steps: -Launch admin interface and connect to server -In the list of connections, click ID to sort by ID -Click the Sort drop-down menu from the tool bar -Observe "Sort by Userid" is selected -In the list of connections, click IP to sort by IP -Click the Sort drop-down menu from the tool bar -Observe that nothing is selected

#7983 Error: GnuTLS error -9: A TLS packet with unexpected length was received. Bug report normal FileZilla Client fixed
Description

The "summary" error occurs on line 553 in the Log File after "Response: 226-File successfully transferred" on line 546. It appears the error causes FileZilla to attempt to download the file again which results in the "File already exists" dialog. I assume it is the same thing that is occuring on two other files when backing up a WordPress installation from a GoDaddy Virtual Dedicated Server. If I select the default option to overwrite, it will loop on transferring the same file over and over for 20 minutes or more. Other than these 3 files, the transfers complete successfully. I have also noticed that the file on my Windows 7 Professional system has the current date instead of the source file date when this happens.

#8005 ubuntu 11.10 64bit - crash on icon-drop in treeview Bug report normal FileZilla Client fixed
Description

platform: ubuntu 11.10 64 bit (all current updates) / Gnome3 / current FileZilla

computer: AMD Phenom II X4 955, 12 GB RAM, lots of HDD space

After connecting to the server: I take a directory icon in the treeview of 'local site', drag it down a just bit, so that no other directory entry gets highlighted. Then i drop the icon into nowhere and FileZilla crashes instantly, reproduceable.

#8020 Uploading files doesn't overwrite Bug report normal FileZilla Client fixed
Description

Whenever I try to replace my index.html file and attached folders and such from updated ones in my documents folder, they don't overwrite.

The overwrite window gets brought up, I always pick: "Overwrite", and it doesn't replace it because the file size stays how it was before the file transfer.

I've tried uploading it to the root folder and then moving to the public_html folder but nothing works. Actually what I've noticed is that initially when it's uploaded, for a split second, it replaces, then the file size goes back to normal.

Even removing the index.html file and going to the site in my browser still seems as though the index file is still uploaded when it's not.

Any help would be greatly appreciated.

#8035 theme 24x24 icons size are not suported Feature request normal FileZilla Client fixed
Description

I made a theme using 24x24 icons (like others windows toolbars). Unfortunately the suported icons size are hardcoded in file : /FileZilla3/trunk/src/interface/themeprovider.cpp

It's can be a good idea to add support to all other formats or at least 20x20, 24x24 and 64x64 sizes.

#8039 Ability to edit files from Remote File Search list Bruno Ramos Patch normal FileZilla Client fixed
Description

I find the remote file search very useful but also restricting. For example, I often search for error logs and having several subdomains I end up with a long list.

Invariably I want to open a file to see, and often edit its contents but I can't do so without waiting for the search to finish (or stopping the search).

Could I suggest one or more of the following in order of preference:

  1. To be able to click on a file in the list and read/edit it.
  2. For the search results form not to be a fixed dialog so that one can perform other functions whilst it is running (for example open and edit a file from the main FZ screens).
  3. Export a copy of the search results so that they can easily be referred to outside FZ (say in notebook)
#8043 Total usage Marc from Houston Feature request normal FileZilla Client fixed
Description

Can we get a tool to count the total usage at an FTP site? I use comcast, and they limit me to 2 GB. However, they have no way to tell my my usage. So when I try to put something on their site, they truncate it to keep me below the 2GB limit. Since I maintain several folders, I cannot tell, using FileZilla, just how much storage I have used.

#8048 Support SOCKS 4 Patch normal FileZilla Client fixed
Description

In the version 2.x of FileZilla, we have the functionnality of "SOCKS 4" in the Proxy.

Some Proxy like Microsoft TMG use only SOCKS 4 and not SOCKS 5, so we can't use FileZilla with this software and it is a missing.

Could you re-add this functionnality ?

#8050 Unable to Login to FileZilla Bug report high FileZilla Client fixed
Description

Hi,

I can use other FTP clients, but for some reason FileZilla no longer works on my PC for my domain mrapartner.com. For one of my other domains there is no problem either. Why is FileZilla only blocking one of my domains? I get the error below.

Response: 530 Login authentication failed Error: Critical error Error: Could not connect to server

#8053 Unable to connect Ftp using Require explicit FTP over TLS Encryption sahari bin mahidi Bug report high FileZilla Client fixed
Description

Hi,

We are unable to connect Ftp using Require explicit FTP over TLS Encryption below is the ftp log

Status: Connecting to 118.67.248.123:21... Status: Connection established, waiting for welcome message... Response: 220 Serv-U FTP Server v10.4 ready... Command: AUTH TLS Response: 234 AUTH command OK. Initializing SSL connection. Status: Initializing TLS... Status: Verifying certificate... Command: USER tirtira7897TI7663 Status: TLS/SSL connection established. Response: 331 User name okay, need password. Command: PASS Response: 230 User logged in, proceed. Command: SYST Response: 215 UNIX Type: L8 Command: FEAT Response: 211-Extensions supported Response: UTF8 Response: OPTS MODE;MLST;UTF8 Response: CLNT Response: CSID Name; Version; Response: HOST domain Response: SITE PSWD;SET;ZONE;CHMOD;MSG;EXEC;HELP Response: AUTH TLS;SSL;TLS-C;TLS-P; Response: PBSZ Response: PROT Response: CCC Response: SSCN Response: RMDA directoryname Response: DSIZ Response: AVBL Response: EPRT Response: EPSV Response: MODE Z Response: THMB BMP|JPEG|GIF|TIFF|PNG max_width max_height pathname Response: REST STREAM Response: SIZE Response: MDTM Response: MDTM YYYYMMDDHHMMSS[+-TZ];filename Response: MFMT Response: MFCT Response: MFF Create;Modify; Response: XCRC filename;start;end Response: MLST Type*;Size*;Create;Modify*;Perm;Win32.ea;Win32.dt;Win32.dl Response: 211 End (for details use "HELP commmand" where command is the command of interest) Command: CLNT FileZilla Response: 200 Noted. Command: OPTS UTF8 ON Response: 200 OPTS UTF8 is set to ON. Command: PBSZ 0 Response: 200 PBSZ command OK. Protection buffer size set to 0. Command: PROT P Response: 200 PROT command OK. Using private data connection. Command: OPTS MLST type;size;modify;perm; Response: 200 MLST OPTS Type;Size;Modify;Perm; Status: Connected Status: Retrieving directory listing... Command: PWD Response: 257 "/" is current directory. Command: TYPE I Response: 200 Type set to I. Command: PASV Response: 227 Entering Passive Mode (118,67,248,123,195,81) Command: MLSD Response: 150 Opening BINARY mode data connection for MLSD. Response: 426 Data connection unexpectedly closed. Error: Failed to retrieve directory listing

#8059 Option to disable TLS 1.0 because of possible security issue Feature request normal FileZilla Server fixed
Description

I scanned my local server with nessus and got an interesting warning:

"Synopsis: It may be possible to obtain sensitive information from the remote host with SSL/TLS-enabled services. Description: A vulnerability exists in SSL 3.0 and TLS 1.0 that could allow information disclosure if an attacker intercepts encrypted traffic served from an affected system. TLS 1.1, TLS 1.2, and all cipher suites that do not use CBC mode are not affected. This script tries to establish an SSL/TLS remote connection using an affected SSL version and cipher suite, and then solicits return data. If returned application data is not fragmented with an empty or one-byte record, it is likely vulnerable. OpenSSL uses empty fragments as a countermeasure unless the 'SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS' option is specified when OpenSSL is initialized. Solution: Configure SSL/TLS servers to only use TLS 1.1 or TLS 1.2 if supported.Configure SSL/TLS servers to only support cipher suites that do not use block ciphers. Apply patches if available. See Also: http://www.openssl.org/~bodo/tls-cbc.txt http://vnhacker.blogspot.com/2011/09/beast.html http://technet.microsoft.com/en-us/security/bulletin/ms12-006 http://support.microsoft.com/kb/2643584 http://blogs.msdn.com/b/kaushal/archive/2012/01/21/fixing-the-beast.aspx "

I am not sure, if this issue is really a security issue. A possible solution should be, to disable TLS 1.0 support. I understand, that this is a compatibility problem, but perhaps you could add an option to disable it. So everybody can decide, if he wants compatibility or more security. I am running Filezilla Server Version 0.9.41 with FTP over SSL/TLS enabled.

#8092 Not existing directory Bug report low FileZilla Server fixed
Description

I connected with a client to the server and tried to upload a file. The upload didn't start, and it was because the root directory didn't exist on the server anymore. I was expecting that the server would re-create the directory on a upload.

#8093 Increase number of retries (it's only 3) at FZS when using PASV and Port range Patch high FileZilla Server fixed
Description

Please, can you make this tiny change? In the ControlSocket.cpp file change

unsigned int retries = 3;

to

unsigned int retries = 10;

or any other value (please, at least 5).

I have a FZS that sometimes fails when using PASV and a given range of ports, because in that case the server does not use a free port given by the OS, but tries to create a socket in a free port of that range, and if it is not free it tries with the next one up to 3 times before failing with the answer: '421 Could not create socket'. The solution can be just to increase a little the number of attempts to find a free port where to create the socket for the data connection (the aforementioned unsigned int retries = 3;).

Thank you in advance.

#8094 Preallocate space Underground78 Patch normal FileZilla Client fixed
Description

On Windows platforms newer than WinXP besides SetFilePointer+SetEndOfFile preallocation method which fills required disk space with zeros which might take a lot of time in case of a very large file, there is another literally instant function: SetFileValidData (see MSDN), it just claims disk space leaving intact whatever data there was.

Despite common belief that fragmentation isn't an issue, it's quite the opposite - 1+GB files downloaded in such applications as FileZilla Client which doesn't preallocate disk space, are extremely slow to copy and work with when mounted and impose absolutely unnecessary huge load on HDD due to a lot of disk seeks.

Apparently only a few win32 ftp clients can preallocate space and none of them uses SetFileValidData. Out of about 20 most popular ftp clients I've tested, only Flashget and NetTransport had the feature. Actually I've searched all files on my PC and out of hundreds of small and large win32 apps that constantly deal with creation of files, large and small, only VirtualDub and uTorrent use SetFileValidData, also the latter allows user to select whether he prefers instant preallocation, complete with zeroing or none of the two.

There was a similar ticket (#1486) 7 years ago and now it's already 2012 but FileZilla Client still doesn't preallocate space.

#8107 Segmentation fault in Cinnamon 1.4 when drag and drop upload Bug report normal FileZilla Client fixed
Description

When doing drag & drop upload / download(i.e. from the left file list to right file list or vice versa) in Mint Linux 12, Cinnamon 1.4, a segmentation fault is thrown and the application crashed.

#8114 Prompts again for action on file aready exists, despite "always use this action"/"apply only to current queue" previously checked within same queue Bug report high FileZilla Client fixed
Description

Steps to reproduce the bug:

  1. Select a folder with many subfolder on the server. Make sure you have a folder of the same name on the client with a similar tree structure containing at least a few files in common. Right click and choose "Download"
  1. When the first file that already exists is found, the prompt appears asking you what to do.
  • Select "Overwrite"
  • Check "Always use this action"
  • Check "Apply only to current queue"
  1. Click OK

Expected: it should download all the rest of the files and never ever ask you again what to do with existing files in the current queue

Observed: every once in a while the "file already exists" dialog appears again. I select "always use this action" and "apply to current queue only" again, and again, but it will still pop up again.

I don't know if this happens when the connection is lost and reestablished with the server. Even if this is the case it is wrong.

#8120 Freezes on LAN download from server with connection limits Bug report normal FileZilla Client fixed
Description

Filezilla version: 3.5.3

I am connecting to two server over LAN. When I queue and process file downloads from both servers concurrently in a FZ client session, the client freezes and must be force-closed.

The servers are slightly unusual in that they are embedded servers in Topcon GPS receivers. The server software enforces a strict limit of one connection per receiver. I have configured this limitation in the Site Manager (Limit Number of Simultaneous Connections = 1).

If a subsequent connection is attempted, the receiver will return a 530 error message and disconnect. This behavior has been observed using Topcon NetG3A receivers as well as Topcon GB1000.

I have tried this using multiple client PCs (Asus netbooks, Dell desktops, laptops) using various operating systems from Vista to XP to Windows 7.

By contrast, if I open two separate filezilla client instances, and start a concurrent queue of downloads in each of these separate filezilla instances, the downloads work just fine. So this seems to point to some kind of race condition, or perhaps a connection isn't getting closed in the right order, when downloading within the same filezilla instance.

#8127 GnuTLS out of date. Upgrade it please to 2.12.20 or better yet to 3.0.20 Feature request normal FileZilla Client fixed
Description

Hi! I have FileZilla 3.5.3, and it uses GnuTLS library (http://www.gnu.org/software/gnutls/gnutls.html) to provide the secure connection. Since their where several improvements made on the GnuTLS, since 2.10.4 version (the one currently present in FileZilla 3.5.3) is it possible to upgrade to the most update 2.12.20, or to the 3.0.20 (if it doesn't brake things of course).

I request this because it seems to have problems connecting to the ftp.servage.net servers (after sending many files, like 700 of them) and seems to be something related to the GnuTLS... I'm not completely sure, but in the logs GnuTLS seems part of the problem.

#8132 Please ban spamming user! Other high Other fixed
Description

Hi,

the user g43tdshdshsdgs is constantly pushing spam tickets. Is there no way to ban this one?

Regards, Simon

#8141 bag - Hebrew is shown reverse Patch normal FileZilla Client fixed
Description

Hebrew is shown reverse

Hebrew is the opposite of increases in the down line

See photo

#8142 Timestamps for some files are off by 7-8 minutes Bug report normal FileZilla Server fixed
Description

This issue has been discussed on the forums in several threads, but I don't think a formal bug report has ever been filed.

I don't think we know the exact cause or the exact repro steps, but sometimes Filezilla Server will report the wrong timestamp for files in the LIST reponse. The incorrect timestamp is always 7-8 minutes behind the real timestamp.

This thread in the forum has some more discussion and verification that others have hit this problem too:

http://forum.filezilla-project.org/viewtopic.php?f=6&t=21800

This post in particular includes some specific timestamps that trigger the issue:

http://forum.filezilla-project.org/viewtopic.php?f=6&t=21800#p84916

#8151 Cannot log onto FileZilla Other normal Other fixed
Description

Good morning

I am having trouble logging onto to Filezilla. I am using the following data :

Address: www.basingstokephotographicstudio.co.uk User: basingstokephotographicstudio.co.uk Password: Portrait2011

The information above is what I am using, could some one please confirm I am using the correct data so I can update my website.

Kind Regards

Bill

#8171 automatic time zone offset computation is wrong Bug report normal FileZilla Client fixed
Description

Annoyance level bug. I connect from a machine in PDT Timezone, to a server (Linux, CentOS) in same PDT Timezone. FileZilla shows my times are an hour different. Both machines report they are PDT. For some reason, I can see at the beginning of the session this calculation (which is wrong):

Status: Calculating timezone offset of server... Command: mtime "alp3" Response: 1330985224 Status: Timezone offsets: Server: -28800 seconds. Local: -25200 seconds. Difference: 3600 seconds.

My Windows 7 Professional machine clearly states it is PDT, as well my Linux server reports the same.

#8188 filezilla-3.5.3 invalid conversion error during compilation Patch normal FileZilla Client fixed
Description

Making all in . make[1]: Entering directory `/home/slemmens/Downloads/software/filezilla-3.5.3' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/slemmens/Downloads/software/filezilla-3.5.3' Making all in src make[1]: Entering directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src' Making all in include make[2]: Entering directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src/include' make all-am make[3]: Entering directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src/include' make[2]: Leaving directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src/include' Making all in engine make[2]: Entering directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src/engine' make all-am make[3]: Entering directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src/engine' g++ -DHAVE_CONFIG_H -I. -I../../src/include -I./../include -I/home/slemmens/local/include -I/home/slemmens/locallib/wx/include/gtk2-unicode-release-2.8 -I/home/slemmens/localinclude/wx-2.8 -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -DWXGTK -I/home/slemmens/local/include -fpch-preprocess -g -O2 -Wall -g -fexceptions -std=gnu++0x -MT libengine_a-FileZillaEngine.o -MD -MP -MF .deps/libengine_a-FileZillaEngine.Tpo -c -o libengine_a-FileZillaEngine.o test -f 'FileZillaEngine.cpp' || echo './'FileZillaEngine.cpp /usr/include/c++/4.3/ext/new_allocator.h: In member function ‘void gnu_cxx::new_allocator<_Tp>::construct(_Tp*, _Args&& ...) [with _Args = int, _Tp = CNotification*]’: /usr/include/c++/4.3/bits/stl_list.h:480: instantiated from ‘std::_List_node<_Tp>* std::list<_Tp, _Alloc>::_M_create_node(_Args&& ...) [with _Args = int, _Tp = CNotification*, _Alloc = std::allocator<CNotification*>]’ /usr/include/c++/4.3/bits/stl_list.h:1349: instantiated from ‘void std::list<_Tp, _Alloc>::_M_insert(std::_List_iterator<_Tp>, _Args&& ...) [with _Args = int, _Tp = CNotification*, _Alloc = std::allocator<CNotification*>]’ /usr/include/c++/4.3/bits/stl_list.h:881: instantiated from ‘void std::list<_Tp, _Alloc>::push_back(_Args&& ...) [with _Args = int, _Tp = CNotification*, _Alloc = std::allocator<CNotification*>]’ FileZillaEngine.cpp:111: instantiated from here /usr/include/c++/4.3/ext/new_allocator.h:114: error: invalid conversion from ‘int’ to ‘CNotification*’ make[3]: * [libengine_a-FileZillaEngine.o] Error 1 make[3]: Leaving directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src/engine' make[2]: * [all] Error 2 make[2]: Leaving directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src/engine' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory `/home/slemmens/Downloads/software/filezilla-3.5.3/src' make: * [all-recursive] Error 1

Configured with: ./configure --prefix=/home/slemmens/local/ CPPFLAGS=-I/home/slemmens/local/include --with-idn-lib=/home/slemmens/local/lib/libidn.so PKG_CONFIG_PATH=/home/slemmens/local/lib/pkgconfig/ --with-tinyxml=builtin --without-dbus

wxWidgets configuration: ./configure --prefix=/home/slemmens/local/ --with-gtk --enable-unicode

Dependencies: gettext-0.18.1.1 gmp-5.0.5 gnutls-2.12.20 libidn-1.25 nettle-2.5 p11-kit-0.13 sqlite-autoconf-3071300 wxWidgets-2.8.12 xdg-utils-1.1.0-rc1

GCC: gcc -v Using built-in specs. Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,java,ada --enable-checking=release --with-gxx-include-dir=/usr/include/c++/4.3 --enable-ssp --disable-libssp --with-bugurl=http://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --disable-libgcj --disable-libmudflap --with-slibdir=/lib64 --with-system-zlib --enable-cxa_atexit --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-version-specific-runtime-libs --program-suffix=-4.3 --enable-linux-futex --without-system-libunwind --with-cpu=generic --build=x86_64-suse-linux Thread model: posix gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux)

#8190 Event queue processing modification to improve filezilla client resposibility Patch normal FileZilla Client fixed
Description

Filezilla lags really hard if operations with a lot of files are executed(like upload 100K files with skipping existing files). This happens because wxWidgets event queue gets jammed and everything gets stuck in processing pending events.

This can be fixed by supporting wxWidgets 2.9 and using QueueEvent instead of PostEvent or with fix I attached(it makes sure that only some events are processed from pending event queue in one iteration).

#8192 Error when proxy name has trailing space Bug report normal FileZilla Client fixed
Description

If the setting for Connection/Generic Proxy/Proxy Host has a trailing space, FileZilla does not connect. Similar to #1054.

Failure log:

Status: Connecting to example.net... Response: fzSftp started Command: proxy 1 "proxy.example.com " 3128 Command: open "user@…" 22 Error: ssh_init: Proxy error: Unable to resolve proxy host name Error: Could not connect to server

Working once proxy name fixed:

Status: Connecting to example.net... Response: fzSftp started Command: proxy 1 "proxy.example.com" 3128 Command: open "user@…" 22 Command: Trust new Hostkey: Once Command: Pass: Status: Connected to example.net

Of course there may be other parameters as well that don't strip trailing spaces. It's a minor issue, but took quite a while to diagnose.

#8210 Problem to connect filezilla Bug report normal FileZilla Client fixed
Description

I am using FileZila, I was working and I just disconnect it, and again reconnect, this time it is giving me an error Connection timed out and Could not connect to server.

Status: Resolving address of ftp.edenparkgems.com Status: Connecting to 174.120.189.222:21... Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 7 of 50 allowed. Response: 220-Local time is now 19:09. Server port: 21. Response: 220 You will be disconnected after 15 minutes of inactivity. Command: USER edenpark Response: 331 User edenpark OK. Password required Command: PASS Error: Connection timed out Error: Could not connect to server

Please help me.

#8214 Multiple files select problem (Number of Files information) Shashank Sharma Patch normal FileZilla Client fixed
Description

On selecting files from either site, local or remote, when I select one file by clicking from the files that already selected, then the information pane does not update. For example, on Local Directory, if I select 3 files, and then I select one of the file from those 3 files by clicking, then information pane, don't get updated. It still shows "Selected 3 files. Total size: xxxx bytes"

#8236 Retina support for retina macbook pro Feature request normal FileZilla Client fixed
Description

http://s8.postimage.org/db0zth7nn/Screen_Shot_2012_09_20_at_4_12_22_PM.png

Interesting. looks like i'm the 1st guy to raise this question. when will FileZilla support retina display for macbook pro?

thanks.

#8246 probe.filezilla-project.org: Connection closed Bug report high Other fixed
Description

Connecting to probe.filezilla-project.org Connection closed for all ftp

#8256 Remote search by modified date and time Feature request normal FileZilla Client fixed
Description

Feature Request

It would be really wonderful to search for remote files based on the modified date and time. As a case in point, I uploaded an entire project, then change a few files on the same day. Now, a month later, it is really difficult to find these few files that were modified a few hours after the initial upload.

I can currently use remote file search to find files by the modified date, but this does not seem to take into account the modified time.

From a programming perspective, I don't think this would be very difficult to implement... It already accepts a date and time, so we just need to extend the comparison to look at the time as well as the date.

Thanks in advance for your consideration!!!

  • Adam

A happy FileZilla user

#8268 filezilla.svg not included in the source tarball Bug report normal FileZilla Client fixed
Description

src/interface/resources/filezilla.svg not included in the source tarball for 3.6.0-beta1

#8272 FileZilla wxWidgets 2.9 support Patch normal FileZilla Client fixed
Description

I have created patch to support wxWidgets 2.9, tested it on Windows 7 Visual Studio build and Kubuntu Linux wxGtk build.

#8275 German umlauts in proxy user password produce error Bug report normal FileZilla Client fixed
Description

Usage of german (öäü) umlauts in proxy user passwords produce an error in FileZilla. If the proxy user password contains such umlauts a "normal" could not connect message is shown.

If the proxy user password doesn't contain umlauts it works normally again.

FileZilla Version: 3.5.3

#8280 remove ssize_t define in tlssocket.h Patch normal FileZilla Client fixed
Description

ssize_t was re-defined in tlssocket.h it defined to long here, but it might be different type in different system...

#8295 Crash after entering host containing forward slash Bug report normal FileZilla Client fixed
Description

FileZilla crashes if the entered host contains a forward slash, even it is just the forward slash. This happens no matter whether I use the quickconnect bar, the site manager or the manual transfer dialog.

If the forward slash is part of the protocol prefix it does not crash, so ftp://ftp.mozilla.org works and ftp://ftp.mozilla.org/ crashes.

This happens reproducibly on my desktop computer with FileZilla 3.6.0-rc1. I could not reproduce the crash with FileZilla 3.5.3 or with FileZilla 3.6.0-beta1. My environment is Windows 7 SP1 (32bit) and Windows 8 (64bit) on Intel Pentium D.

However, I could not reproduce the issue on my laptop with Windows XP SP3 on Intel Core 2 Duo.

#8305 FileZilla process does not terminate on exit Bug report critical FileZilla Client fixed
Description

My install of FileZilla just updated (to 3.6.0). To reproduce the bug: open an SFTP site, exit out of FileZilla, then open Windows Task Manager. Both 'filezilla.exe' and 'fzsftp.exe' remain running.

I call FileZilla from a VBScript, and my program continues only after exiting FileZilla. After installing the latest version, exiting FileZilla did not allow my process to continue.

Opening Windows Task Manager, it became evident that closing the FileZilla interface does *not* halt 'filezilla.exe' or 'fzsftp.exe'; both of these remain resident in memory despite exiting-out of FileZilla.

Opening FileZilla manually and connecting to an SFTP site causes the same behavior. The behavior only manifests if an SFTP site is opened.

#8308 PAPERCUT: "copy" button in "Site manager" panel Bug report normal FileZilla Client fixed
Description

LOCATION: "Site manager" dialog box, bottom-right "Copy" button under the left-hand browser panel.

ISSUE: The function performed by "Copy" button is different from the commonly known "copy" function (from Copy/cut/paste set of commands) which might be confusing to users.

In "site manager", "Copy" button performs "make a copy" or "duplicate" function. In contrast, commonly seen "copy" command performs "copy to clipboard" function.

SOLUTION SUGGESTION: Re-labelling the "Copy" button to: "Duplicate"

OPINION: In common English the verb "to copy" actually fits well the function "site manager's" "copy" button performs (i.e. creating a duplicate or a facsimile), right? But unfortunately, this verb entered computer GUI terminology as short for "copy to clipboard". Beh...

#8309 PAPERCUT: Filezilla user Interface's behavior when a file/directory is dragged onto itself. Bug report normal FileZilla Client fixed
Description

ISSUE: Dragging a file or a folder onto itself in local and remote filelists and tree-views results in inconsistent behavior from FileZilla.

a) Behavior when dragging directories in tree views: REMOTE TREE VIEW: Dragging a directory onto itself in remote tree-view: "Message: A directory cannot be dragged into one of its subdirectories." LOCAL TREE VIEW: "Error 13: permission denied" when dragging a system folder and "Error 22: invalid argument" when dragging a "regular" folder.

b) Behavior when dragging directories in filelists: REMOTE FILELIST: Dragging a file onto itself: "Message: Source and target of the drop operation are identical". Dragging a directory onto itself: "Message: A directory cannot be dragged into one of its subdirectories."

LOCAL FILELIST: Dragging a file onto itself: nothing happens (this is expected behavior). Dragging a directory onto itself: "Error 22: invalid argument" or "Error 13: permission denied", depending on permissions.

SOLUTION SUGGESTION: When a file or directory is dragged onto itself error message boxes don't have to appear at all. Dragging a file or a directory onto itself in any situation should not result in any feedback from from FileZilla. i.e. FileZilla should ignore any attempt to drag a file or a directory onto itself.

RATIONALE: I believe that the suggested behavior is common across many windowed platforms that use tree-views and file lists for file management. Dragging a file onto itself can be considered involuntary or accidental action. This kind of accidental action is especially common with users using pen tablets where a click with the pen tip often is accompanied with some dragging motion.

Additionally, removing the message/error boxes would streamline the interaction for the user a little, and also reduce a couple of GUI points that demand translation and maintenance.

#8329 PAPERCUT: Updating wizard's "back" button is never active Bug report normal FileZilla Client fixed
Description

LOCATION Updating wizard is accessible via "Main menubar/Help/Check for Updates..."

ISSUE Possible redundancy in user interface. The FileZilla update wizard has a set of Back/Next buttons in the bottom of the wizard dialog box. As far as I can tell, "Back" button is never active. i.e. it is "grayed out" in all the steps of updating process.

SOLUTION SUGGESTION If "back" button really is not accessible at any moment during the updating process, perhaps it should be removed. This would imply another question: Is "wizard" approach to updating is the best one.

NOTE This papercut is present both on WinXP and OSX FileZilla Client versions.

#8344 Focus the last directory when navigating to it's parent Patch normal FileZilla Client fixed
Description

Now when filezilla goes up to a parent directory it selects the ".." entry instead of the directory we are coming from.

It should select and focus the directory its coming from and make sure it's visible.

This ticker is related to #1878

I've coded up a solution that implements this behavior. Patch attached against latest svn trunk (r4847)

#8356 Can't connect to Windows Server 2012 (IIS 8) FTP when using FTPES Bug report normal FileZilla Client fixed
Description

Using FileZilla, I cannot connect to any of my Windows Server 2012 machines when using FTPES on IIS 8.

FileZilla 3.6.0.2 debug level 4 log:

Trace:	CControlSocket::DoClose(64)
Trace:	CControlSocket::DoClose(64)
Status:	Resolving address of mysite.mydomain.com
Status:	Connecting to 1.1.1.1:21...
Status:	Connection established, waiting for welcome message...
Trace:	CFtpControlSocket::OnReceive()
Response:	220-Microsoft FTP Service
Trace:	CFtpControlSocket::OnReceive()
Response:	220 MyFtpService
Trace:	CFtpControlSocket::SendNextCommand()
Command:	AUTH TLS
Trace:	CFtpControlSocket::OnReceive()
Response:	234 AUTH command ok. Expecting TLS Negotiation.
Status:	Initializing TLS...
Trace:	CTlsSocket::Handshake()
Trace:	CTlsSocket::ContinueHandshake()
Trace:	CTlsSocket::OnSend()
Trace:	CTlsSocket::OnRead()
Trace:	CTlsSocket::ContinueHandshake()
Trace:	CTlsSocket::OnRead()
Trace:	CTlsSocket::ContinueHandshake()
Trace:	CTlsSocket::Failure(-110, 10053)
Error:	GnuTLS error -110: The TLS connection was non-properly terminated.
Trace:	CTlsSocket::OnSocketEvent(): close event received
Trace:	CRealControlSocket::OnClose(10053)
Trace:	CControlSocket::DoClose(64)
Trace:	CFtpControlSocket::ResetOperation(66)
Trace:	CControlSocket::ResetOperation(66)
Error:	Could not connect to server
Trace:	CFileZillaEnginePrivate::ResetOperation(66)

I have already tried reordering cipher suites as desribed here, but it didn't help: http://blogs.msdn.com/b/kaushal/archive/2011/10/03/taming-the-beast-browser-exploit-against-ssl-tls.aspx

Changing certificates on the FTP site doesn't help as well. I think the error happens before certificate is received.

WS_FTP and some other FTP clients work fine, while WinSCP makes a connection but throws errors on file transfer (something about invalid signature). It did help with file transfers when I prioritized TLS_RSA_WITH_RC4_128_SHA on the server SSL Cipher Suite Order.

It is worth noting that a version of FileZilla from a few weeks ago (I don't know which one exactly) connected fine, but was not able to transfer files (also a lot of errors), exactly what WinSCP does now.

Connecting to my Windows Server 2008 R2 (IIS 7.5) machines works perfectly. FTP sites are configured the same way as they are in the IIS 8 installation.

#8360 Testcases fails to build Patch normal FileZilla Client fixed
Description

When I try to build the mozilla testcases I get the following error message:

libtool: link: x86_64-pc-linux-gnu-g++ -march=native -O3 -pipe -ggdb -mtune=native -floop-interchange -floop-strip-mine -floop-block -floop-parallelize-all -Wall -fexceptions -std=gnu++11 -pthread -Wl,-O1 -Wl,--sort-common -Wl,--hash-style=gnu -Wl,-O1 -Wl,--sort-common -Wl,--hash-style=gnu -o test test-test.o test-ipaddress.o test-dirparsertest.o test-localpathtest.o test-serverpathtest.o -L/usr/lib64 -lcppunit -ldl ../src/engine/libengine.a -lgnutls -lwx_gtk2u_aui-2.8 -lwx_gtk2u_xrc-2.8 -lwx_gtk2u_adv-2.8 -lwx_gtk2u_core-2.8 -lwx_baseu_xml-2.8 -lwx_baseu_net-2.8 -lwx_baseu-2.8 -lidn -Wl,--as-needed -pthread ../src/engine/libengine.a(libengine_a-misc.o): In function `GetDependencyVersion(dependency::type)': /var/tmp/portage/net-ftp/filezilla-3.6.0.2/work/filezilla-3.6.0.2/src/engine/misc.cpp:389: undefined reference to `sqlite3_libversion' collect2: error: ld returned 1 exit status make[2]: * [test] Error 1 make[2]: Leaving directory `/var/tmp/portage/net-ftp/filezilla-3.6.0.2/work/filezilla-3.6.0.2/tests'

See attached patch for what I had to do to make it build again.

#8376 Filezilla with Putty-CAC Bug report high FileZilla Client fixed
Description

I am trying to use Filezilla 3.6.2 with Putty-CAC for authentication. However, anytime I try to connect to our server Pageant seems to fail to communicate as I get a password prompt. It should be using my cert I have in pageant but it is not communicating with it.

The last version of Filezilla that will work with Putty-CAC without any problems is 3.5.3. I really would like to be able to upgrade Filezilla but I can not do so because we have to use Putty-CAC. So my question is can support be added in these newer version to support Putty-CAC once again? What changed from 3.5.3 to newer versions for it to stop working?

Putty-CAC can be found here: http://www.risacher.org/putty-cac/3.5.3

#8381 Transfer - Speed Limits - Enable Checked State Incorrect on Restart Bug report normal FileZilla Client fixed
Description

To reproduce...

  1. Enable speed limits
  2. Exit Client
  3. Restart Client

The menu item is not checked but speed limits are seemingly enabled. Selecting the menu item will not set check on. Selecting the menu item again will set check on.

#8383 Filezilla client Feature request - retain open sessions upon restart Feature request normal FileZilla Client fixed
Description

I always have about 6 connections in my filezilla client for the projects I'm working on.

Each time my MS updates force a system reboot overnight, I have to try and remember what connections I had open and re-open them. Of course I just realized that I can store a local default directory for each connection, so that is a great help...but is it possible to store open connection tabs upon shutdown so they are ready when I re-open filezilla? Even if they just re-open on the screen without making an active connection, that would be huge.

Thanks for reading and keep up the great work. Filezilla is the best.

thanks, Andy

#8396 Issue while upgrading Filezilla client version from 3.5.3 to 3.6.0.2 Bug report high FileZilla Client fixed
Description

Hi support,

Good Evening ! Recently i upgraded filezilla client version from 3.5.3 to 3.6.0.2 .

While using FileZilla client version 3.6.0.2 ( upload or download files and folder ) but i got below error :-- --- Error: GnuTLS error -110: The TLS connection was non-properly terminated. Error: Could not connect to server Status: Waiting to retry... Status: Connecting to 65.182.191.177:990... Status: Connection established, initializing TLS... Error: GnuTLS error -110: The TLS connection was non-properly terminated. Error: Could not connect to server


While Using same details i used in filezilla client version 3.5.3 , it was working fine / i successfully connected to FTP server.

Note :-- Secure FTP configured on the server (FTPS) . port - 990 allowed in firewall in server.

I don't understand , is it a bug in filezilla client version 3.6.0.2 or there is any setting missing on server side.

Kindly provide me resolution / Workaround for the same ASAP. I will be thankful for the same .

Regards,

Sahil Dua

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