Custom Query (8170 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (901 - 1000 of 8170)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Summary Owner Type Priority Component Resolution
#10689 Filezilla IPv6 timeout on LIST Bug report normal FileZilla Client wontfix
Description

Hello,

I am using Filezilla 3.14.1 x64 on Windows connects to my FTP server running vsftpd 3.0.2 with implicit FTPS.

The connection works totally fine over IPv4, but when connecting via IPv6, Filezilla will stuck at the LIST command until timeout, while the server log does not prompt anything wrong. I switched to FlashFXP and tested with IPv6 connection and it works fine. I guess it's a bug in Filezilla.

Thanks.

#10690 Bad uploading image file Bug report normal FileZilla Client invalid
Description

При загрузке файлов содержащие изображения с операционной системы windows 7 на хостинг используюя ftp FileZilla Client, изображения загружаются битыми(плохими)файлами. Изменения кодировки не дает нужных результатов.

Но если использовать программу Тотал командер на системе windows xp, файлы загружаются без ошибок, целостность не изменяется.

Попробую прикрепить набор скриншотов к этому сообщению. В нем более подробно изображена проблемма с загружаемыми файлами.

#10691 Virus ? Bug report normal FileZilla Client worksforme
Description

Hello,

Clamav is detecting a Trojan, is it a false positive ? https://www.virustotal.com/fr/file/3f4b56054b2f816a2cb93765ee783a953ad888ee9e0ff162f1a6501e7adcc589/analysis/1446758959/ https://www.virustotal.com/fr/file/cb68f0f3aaa70814d4cc7042b81fb6418a031db82c29960cfa3c58ed7a32eefb/analysis/1446758967/

#10692 menu icons broken in context menu Bug report normal FileZilla Client duplicate
Description

The icons for upload/download in the right-click menu are broken sometimes, see screenshot. Using FZ on mac/el capitan in dutch language.

#10694 FileZilla 3.14.1 won't open Bug report normal FileZilla Client worksforme
Description

I installed FileZilla client 3.14.1 on my Windows 10 pc but it won't open. Task manager says it's running.

#10696 Seconds tabs in Blackboard open with a pointless widths Bug report normal FileZilla Client fixed
Description

Blackboard is a very useful layout but when I open more than one tab, the areas in the new tabs doesn´t open with the same widths than the first ones did, they new tabs open the thirth area (files in server) very slim.

#10699 There is an issue with the icons navigation bar Bug report normal FileZilla Client invalid
Description

Hi,

There is an issue with the icons navigation bar in Mac OS X El Capitan version of FileZilla. Either they disappear or look funny depending what you are doing.

So it becomes impossible to use FileZilla in all it's potencial.

I've attached a print screen.

Best regards,

#10700 Python Client failing to upload file to filezilla 0.9.53 Bug report normal FileZilla Server rejected
Description

A python 2.7 client was able to connect and upload files to my filezilla server 0.9.44 using the following:

sftp = FTP_TLS(SHOUTBOMB_HOST, SHOUTBOMB_USER, SHOUTBOMB_PASSWORD) sftp.login(SHOUTBOMB_USER, SHOUTBOMB_PASSWORD) sftp.prot_p()

put_file(sftp, holds_file, "/Holds/") for f in overdue_files:

put_file(sftp, f, "/Overdue/")

put_file(sftp, renewals_file, "/Renew/")

sftp.quit()

However after updating the server to 0.9.53 we are able to establish a connection however, the file upload is failing. This is the updated python:

sftp = FTP_TLS() sftp.ssl_version = ssl.PROTOCOL_TLSv1 sftp.connect(SHOUTBOMB_HOST) sftp.login(SHOUTBOMB_USER, SHOUTBOMB_PASSWORD) sftp.prot_p()

put_file(sftp, holds_file, "/Holds/") for f in overdue_files:

put_file(sftp, f, "/Overdue/")

put_file(sftp, renewals_file, "/Renew/")

sftp.quit()

Python error we see

Traceback (most recent call last):

File "<stdin>", line 1, in <module> File "C:\Program Files (x86)\Python27\lib\ftplib.py", line 759, in storlines

conn = self.transfercmd(cmd)

File "C:\Program Files (x86)\Python27\lib\ftplib.py", line 376, in transfercmd

return self.ntransfercmd(cmd, rest)[0]

File "C:\Program Files (x86)\Python27\lib\ftplib.py", line 696, in ntransfercmd

ssl_version=self.ssl_version)

File "C:\Program Files (x86)\Python27\lib\ssl.py", line 891, in wrap_socket

ciphers=ciphers)

File "C:\Program Files (x86)\Python27\lib\ssl.py", line 566, in init

self.do_handshake()

File "C:\Program Files (x86)\Python27\lib\ssl.py", line 788, in do_handshake

self._sslobj.do_handshake()

ssl.SSLEOFError: EOF occurred in violation of protocol (_ssl.c:581)

end of python error

Filezilla logs

(000186)11/12/2015 20:38:48 PM - (not logged in) (xxx.xxx.xxx.xxx)> Connected on port 990, sending welcome message... (000186)11/12/2015 20:38:48 PM - (not logged in) (xxx.xxx.xxx.xxx)> SSL connection established (000186)11/12/2015 20:39:32 PM - (not logged in) (xxx.xxx.xxx.xxx)> USER xxxxxg (000186)11/12/2015 20:39:32 PM - (not logged in) (xxx.xxx.xxx.xxx)> 331 Password required for xxxxxg (000186)11/12/2015 20:39:32 PM - (not logged in) (xxx.xxx.xxx.xxx)> PASS (000186)11/12/2015 20:39:32 PM - xxxxxg (xxx.xxx.xxx.xxx)> 230 Logged on (000186)11/12/2015 20:39:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> PBSZ 0 (000186)11/12/2015 20:39:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> 200 PBSZ=0 (000186)11/12/2015 20:39:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> PROT P (000186)11/12/2015 20:39:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> 200 Protection level set to P (000186)11/12/2015 20:40:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> TYPE A (000186)11/12/2015 20:40:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> 200 Type set to A (000186)11/12/2015 20:40:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> PASV (000186)11/12/2015 20:40:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> 227 Entering Passive Mode (xx,xx,xx,xx,19,149) (000186)11/12/2015 20:40:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> STOR chrome_installer.log (000186)11/12/2015 20:40:44 PM - xxxxxg (xxx.xxx.xxx.xxx)> 150 Opening data channel for file upload to server of "/chrome_installer.log" (000186)11/12/2015 20:40:45 PM - xxxxxg (xxx.xxx.xxx.xxx)> 450 TLS session of data connection has not resumed or the session does not match the control connection (000186)11/12/2015 20:44:45 PM - xxxxxg (xxx.xxx.xxx.xxx)> 421 Connection timed out. (000186)11/12/2015 20:44:45 PM - xxxxxg (xxx.xxx.xxx.xxx)> disconnected.

end of Filezilla logs

#10701 No results in remote file search Bug report normal FileZilla Client worksforme
Description

In the current version of the FileZilla Client I use, remote file search does no longer yield any results. The files I am looking for, do exist in the remote location, and the total number of remote files is e.g. around 1035 - excluding entries in subdircetories. Remote file search used to work without problems in the previous FileZilla versions I used - thus I believe this is a true bug.

#10702 ip check not working correctly Bug report normal FileZilla Server outdated
Description

Anytime I configure some of the FileZilla Servers (Version 0.9.53 beta) to the strict IP-filter, the FileZilla Server does not recognize the IP-address of the Client Computer as valid. It seems, the Server does not check the ip address correctly, as the computers have static IPV4 addresses from the Internet. I've already checked if the Server works correctly when it is an exposed host (all ports in all protocols are open to new Connections from the Internet). The error remained as is. Is there something wrong with my configuration (I've been using Filezilla FTP Server for Business and private purposes for years now).

#10703 SSH key file paths with special characters (german umlauts) don't work Bug report normal FileZilla Client fixed
Description

If you add a SSH key file via the Site Manager or the Settings (Connection -> SFTP) and its path contains an umlaut, FileZilla fails to connect to the website:

Error: Authentication failed.
Error: Critical error: Could not connect to server
#10704 hangs on missing logging directory Bug report normal FileZilla Client fixed
Description

The logging path is not validated on startup.

If the logging directory is missing, filezilla will start with no errors, but connections will hang and fail with no errors, filezilla has to be killed.

#10706 Extra % symbol when file reaches 100% Bug report normal FileZilla Client fixed
Description

Hello,

I have just uploaded from files to my webserver using the Filezilla 3.14.0 builddate 2015-09-16.

On some files when uploading when reaching the end of the file the green box says 100%%

Not sure if you are already aware but I thought it was a good idea to let you know even though it is not a biggy.

Thanks,

Andrew

#10707 The file transfer stats are WAY wrong upon focus regain Bug report normal FileZilla Client outdated
Description

Upon loss of focus during transfers and regain of focus, the file transfer stats are WILDLY wrong. I only have a 30 megabit LTE link but the transfers are claiming something like 90MB/sec (see attached image).

#10708 Highlight that applied Filename filters are used Feature request normal FileZilla Client worksforme
Description

I suggest you should add some sort of highlighting, indicating that a "Filename filters"/"Directory listing filters" are used in the view.

For instance the frame around the remote directory listing could have a red/orange colored line in the frame or a slightly modified background with large grey text saying that a filter is used, or just a striped background.

I forgot that I had a filter and started to investigate why I couldn't find the files on the remote server, then I realized I had applied a filter matching that file I was looking for. :-)

I also assume there might be other scenarios where applied settings might be good to highlight in the UI.

#10711 i have filezilla issue Bug report low FileZilla Client invalid
Description

Dear Team,

I am facing file zilla issue.please help us.please check below screenshot

http://prntscr.com/9fynqz

#10713 Text gets appended into <Server></Server> Bug report normal FileZilla Client fixed
Description

After upgrading FileZilla from version 3.12.0.2 to version 3.14.1 I'm noticing that sitemanager.xml gets malformed a bit:

  • Within a <Server></Server> entry at the end the text that is in <Name></Name> gets appended.
  • </Server> gets not indented correctly.
#10715 veränderte docs werden nicht unter "zuletzt geändert" übernommen. Bug report normal FileZilla Client worksforme
Description

Um "zuletzt geändert" docs zu aktualisieren, muss ich filezilla jedesmal neu laden. Es sollte automatisch veränderte Dokumente übernehmen

#10716 Linking the XML-files against a DTD Feature request normal FileZilla Client rejected
Description

The configuration files (like ~/.filezilla/filezilla.xml) are not linked against a DTD. Maybe they could be linked against one to make it possible to validate the configuration files.

#10718 ABOR command repeated 5000 times Bug report normal FileZilla Server rejected
Description

I found this on my log, repeated 5020 times (2 lines, so it's 2505 commands):

(000011) 15/11/2015 05:52:41 - ifrvmbackup (192.168.168.3)> ABOR (000011) 15/11/2015 05:52:41 - ifrvmbackup (192.168.168.3)> 226 ABOR command successful

Then there are 2 last commands like this one:

(000011) 15/11/2015 05:52:41 - ifrvmbackup (192.168.168.3)> ABOR (000011) 15/11/2015 05:52:41 - ifrvmbackup (192.168.168.3)> 226 ABOR command successful (000011) 15/11/2015 05:52:41 - ifrvmbackup (192.168.168.3)> could not send reply, disconnected.

I remember that this was a scheduled backup that I canceled.

I don't have any more information about this, but this is very strange.

OS Name Microsoft Windows Server 2012 R2 Standard

Filezilla 0.9.53 beta

#10721 Upgrade to 3.14.1 stops connection Bug report normal FileZilla Client duplicate
Description

Version 3.5.3 was fine. Upgrade to 3.14.1 throws Error: The data connection could not be established: ENETUNREACH - Network unreachable.

#10722 Increase simultaneous transfers Feature request normal FileZilla Client rejected
Description

Hi mate,

I was hoping we could increase the simultaneous transfers up to 50 transfers or at least more than the 10 limit?

Thanks.

Russ

#10726 The contents of the file is duplicated Bug report normal FileZilla Client fixed
Description

Download file from remote server, then contents of the file is duplicated.

For example: <html> <head> </head> <body> aaa </body> </html>

to

<html> <head> </head> <body> aaa </body> </html><html> <head> </head> <body> aaa </body> </html>

FileZilla version: 3.15.0 Beta1 Win64

#10727 Connection Problems Bug report normal FileZilla Client worksforme
Description

Hello,

I'm trying to use Filezilla version 3.14 and most times that I try to connect to my server it times out and I'm unable to connect. If I try repeatedly then sometimes that will give me a connection but not always. Sometimes I have to wait a half hour or so and try again. I still usually get the same timed out problem but after repeated attempts it will connect.

I have had to go back to version 2.2.22 in order for the connection to made easily.

#10728 download and edit bug Bug report normal FileZilla Client duplicate
Description

When I load a file from the FTP server to view and edit, it is opened with Notepad ++. The file looks quite normal, but when loading the entire code will be doubled in the file and makes the file unusable.

Wenn ich eine Datei von dem FTP Server lade zum Ansehen und bearbeiten, wird diese mit Notepad ++ geöffnet. Die Datei sieht ganz normal aus aber beim Laden wird das gesamte Code in der Datei verdoppelt und macht die Datei unbrauchbar.

FileZilla Client


Version: 3.15.0-beta1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2016-01-13 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.8 SQLite: 3.10.0

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 Settings dir: C:\Users\xxx\AppData\Roaming\FileZilla\

#10729 APPCRASH when connecting to a FTP site Bug report normal FileZilla Client fixed
Description

Windows 7 Pro 64bit. Program load fine it only crashes when you try to connect to a FTP site. Here is the error Problem signature:

Problem Event Name: APPCRASH Application Name: filezilla.exe Application Version: 3.14.1.0 Application Timestamp: 00000006 Fault Module Name: ntdll.dll Fault Module Version: 6.1.7601.19110 Fault Module Timestamp: 568429e5 Exception Code: c00000fd Exception Offset: 00000000000511bf OS Version: 6.1.7601.2.1.0.256.48 Locale ID: 1033 Additional Information 1: 2184 Additional Information 2: 2184748e8c56a6aed140fd09bde8e124 Additional Information 3: e94d Additional Information 4: e94dde22951c796633b27191cb1d9bfe

FileZilla Client


Version: 3.14.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2015-10-16 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.4 SQLite: 3.8.11.1

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq bmi2 Settings dir: F:\filezilla\

I have used the program on other windows 7 64bit and never had this problem.

#10730 Spaces before names are not showned in Filezilla! Bug report normal FileZilla Client fixed
Description

Hi all!

Today when I was renameing a couple of folders I´ve ended up with spaces before the folder names. In the Filezilla window I couldn´t access nor change the folder names as you will see in the screenshots.

And thru the terminal I was able to see the problem with the spaces.

https://i.imgur.com/CuEzoEd.png

https://i.imgur.com/ZJOXFrP.png

https://i.imgur.com/lM49JvZ.png

Why list the folders without spaces?

#10731 Fuzzy icons sometimes in latest version running on El Capitan! Bug report normal FileZilla Client duplicate
Description

Hi all!

Sometimes when using the latest version of Filezilla it ends up like this:

http://i.imgur.com/NtouTq8.png

It´s sometimes when I´m opening the Site Manager or do something else with the window.

#10732 Ability to use ALT+# to change tabs instead of CTRL+# Feature request normal FileZilla Client fixed
Description

As of now, to change tabs using the keyboard, one would press Control and a number from the top row to change to that corresponding tab, for example CTRL+1 to the first tab, CTRL+2 to the second, and so forth.

Personally I find it much more natural to use ALT+# instead of CTRL+#. Most Linux applications with tabs (Firefox, Konsole) use ALT+# to change tabs and as a mostly Windows user, I remap everything I can to use ALT+#.

Please consider implementing this in Filezilla by giving the end user the option of using CTRL or ALT plus a number to change tabs.

#10734 Build failure on Mageia with libfilezilla 0.3.0 Bug report normal libfilezilla fixed
Description

Hello,

I tried to build libfilezilla 0.3.0 on Mageia Cauldron but I get an error:

Full log:

http://pastebin.com/yd9v8T42

Build with gcc 5.3.1

#10736 Not able to check for updates from Help > Check for updates... Bug report low FileZilla Client worksforme
Description

For as long as I can remember, FileZilla Client has not been able to connect to check for updates (I have to manually go to the website).

This is the error:

Started update check on 2016-01-31 13:55:00 Own build type: official Disconnected from server Downloading /update.php?platform=x86_64-w64-mingw32&version=3.15.0&osversion=10.0&osarch=64&cpuid=sse,sse2,sse3,ssse3,sse4.1,sse4.2,avx,avx2,aes,pclmulqdq,rdrnd,bmi2,bmi2 Resolving address of update.filezilla-project.org Connecting to 136.243.154.122:443... Connection attempt failed with "ECONNREFUSED - Connection refused by server". Disconnected from server: ECONNREFUSED - Connection refused by server Disconnected from server File transfer failed

==================================================

I have tried with FIREWALL off too.

#10738 Settings window not resizeable an Mac OS X Bug report normal FileZilla Client worksforme
Description

Hi guys,

I have a weird problem since a couple of years and I'm getting tired of it. It seems to not depend on the OS and application version. The setting window got stripped to full screen width and I cannot resize it anymore. I already tried to completely remove the application as well as .filezilla/ and .config/filezilla/ directories but the problem remains.

#10740 Says broken file when downloading filezilla on MAC OX Bug report high FileZilla Client duplicate
Description

Message recommends I move to trash and that its broken? I see previous ticket reports the same thing but I'm not using Apple app store for this. I'm downloading from source forge? Any ideas?

#10742 Compile failure on non-Windows platforms due to missing header Patch normal FileZilla Client fixed
Description

Compilations fails in engine/proxy.cpp with undefined references to AF_INET and SOCK_STREAM due to missing #include sys/socket.h.

#10745 Normal Windows filenames are treated as invalid Bug report high FileZilla Server rejected
Description

Filezilla Server does not accept filenames like db-backup.10.5.4-4.brightmail.Feb-08-16-11-49.full.manual.tar when uploading such files --> 550 invalid filename

Filezilla should accept all valid Windows filenames

#10746 Broken main menu icons on mac Bug report normal FileZilla Client duplicate
Description

I have broken main menu icons on my mac book air. And it breaks every time I click on some buttons in main panel and stays broken next time. And after application restart too. I've attached a screenshot.

#10747 Problem Upload because of filename Bug report high FileZilla Server worksforme
Description

I cannot upload a file with the name db-backup.10.5.4-4.brightmail.Feb-08-16-11-49.full.manual.tar.bz2

(000001) 08.02.2016 11:49:39 - spamfilter (192.168.201.122)> STOR /backup/db-backup.10.5.4-4.brightmail.Feb-08-16-11-49.full.manual.tar.bz2

(000001) 08.02.2016 11:49:39 - spamfilter (192.168.201.122)> 550 Filename invalid

(000003) 08.02.2016 12:49:31 - spamfilter (192.168.201.122)> 150 Opening data channel for file upload to server of "/db-backup.10.5.4-4.brightmail.Feb-08-16-12-49.full.manual.tar.bz2"

(000003) 08.02.2016 12:49:31 - spamfilter (192.168.201.122)> 550 can't access file.

(000007) 08.02.2016 13:21:12 - spamfilter (172.26.100.100)> STOR db-backup.10.5.4-4.brightmail.Feb-08-16-11-49.full.manual.tar.bz2.txt

(000007) 08.02.2016 13:21:12 - spamfilter (172.26.100.100)> 150 Opening data channel for file upload to server of "/db-backup.10.5.4-4.brightmail.Feb-08-16-11-49.full.manual.tar.bz2.txt" (000007) 08.02.2016 13:21:12 - spamfilter (172.26.100.100)> 550 can't access file.

I can upload other files with more normal filenames successfully in the same session. The problem must have to do with the filename. Windows is able to handle this filename properly, so I think Filezilla should also be able to do that.

Regards Steingau

#10749 Remote system is Toshiba 4690 OS. Have problems deleting files. Slash related? Feature request normal FileZilla Client fixed
Description

I'm using FileZilla on Windows 7 to push/pull files from a Toshiba 4690 OS computer. (Formerly IBM 4690.) When I try to delete a remote file I receive an error. I believe it may relate to 4690's preference for / when referring to the M: drive but \ when working with the C: drive.

I've attached a copy/paste from the log. You'll see various issues such as:

Command: rm "c:\adx_ipgm\billstat\crcs@000" Error: rm c:/adx_ipgm/billstat/c:\adx_ipgm\billstat\crcs@000: no such file or directory

Version: 3.15.0.1

Build information:

Compiled for: i686-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2016-02-02 Compiled with: i686-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -msse -mfpmath=sse -O2 -g -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.8 SQLite: 3.10.2

Operating system:

Name: Windows 7 (build 7601, Service Pack 1) Version: 6.1 Platform: 32-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 Settings dir: C:\Users\wsherman\AppData\Roaming\FileZilla\

#10750 Cannot Download Filezilla - First Time User Bug report normal FileZilla Client fixed
Description

Hi,

I have tried downloading the Filezilla client 3.15.0.1 and It says the signature line is corrupted or invalid and will not download. I have tried the quick dl for all platforms and both the 64 and 32 bit for windows link. I currently have the Windows 10 OS. Please advise.

Thank you, Jessica

#10751 MLSD fail in raw mode with proftpd Bug report normal FileZilla Client rejected
Description

Server: Proftpd rel 1.3.5a on a CentOS 6 distro (x64) Client: Filezilla client 3.12.0.2 on a Ubuntu 15.10 distro (x64).

Sympthom: MLSD command is correctly issued, and give the correct results, when using GUI, but it fails when the same sequence of command are issued in raw mode, using Server->Enter custom command The sequence of command is listed in the logs file attached. It seems that the client (in passive mode) does not initiate the data connection after the MLSD command to the client. The same issue arise with Filezilla client 3.15 on a windows 7 SP1(x64). Regards

#10752 not able to limit connections to one Bug report normal FileZilla Client worksforme
Description

the setting to set connections to a single connection does not do so

#10754 Unable to maintain file timestamp when pushing files to Toshiba 4690 OS Bug report normal FileZilla Client rejected
Description

I have used another program (NetTerm) to successfully push files from Windows to Toshiba 4690 OS and it is able to maintain the original timestamp. I could push a file to 4690 OS and capture the session using Wireshark if that would help to determine how it's working for NetTerm (SecureNetTerm actually) and send that to you.

#10755 Unable to open edited file Bug report normal FileZilla Client rejected
Description

Here is the sequence to reproduce:

  • r-click on file owned by another user, select Edit (I use Notepad++).
  • File opens in editor
  • Make changes, save and close file
  • Window pops up on FZ saying File has changed / Upload this file back to the server? Checked box saying Finish editing and delete local file / click Yes
  • Pop-ups asking to Overwrite on server, etc. Check Overwrite and click OK
  • Same pop-up appears again, make same selections
  • r-click on same file and select Edit to make additional changes, message box pops up saying

Title: Cannot view/edit selected file Message: A file with that name is already being transferred.

Data in status pane shows error: Command: put "C:\Users\user\AppData\Local\Temp\fz3temp-1\filename" "hosts_ta" Error: /path/to/file/on/server/filename: open for write: permission denied Error: File transfer failed

  • If upon pop-up saying File has changed / Upload this file back to the server? And leave check box UNCHECKED, then get secondary pop up window

Title: Selected file already being edited Message: The selected file is already being edited

Action to perform (Reopen local file or Discard localo file then download and edit file anew). Select Discard, click OK = opens file for editing.

So either the upload checkbox is unclear as to the functionality to be performed - message/checkbox implies this will succinctly update file on server and remove temp file from FZ temp directory. But can't open again to edit more.

#10758 Remote Drag-Move shows (+) "copy" icon above cursor Bug report normal FileZilla Client wontfix
Description

On OSX, when I click and drag a file between folders on the same remote server, the green plus sign icon appears above the cursor.

In the OSX vernacular, this suggests that the file will be copied, i.e. a copy of the file will remain in the source location. For example, in Finder, when moving files between local folders, clicking and dragging moves a file, whereas pressing the option key while clicking and dragging causes the green plus sign icon to appear and a copy of the file will be moved to the new location, leaving the original file in the original location.

Instead of copying the file as the green plus sign suggests, clicking and dragging causes FileZilla to move the file and not retain it in the original location.

This could lead users to believe that they have copied a file when in fact they have moved it.

Therefore, this copy icon should not appear.

#10759 download several files ,right click in the "Queued files" windows, user can't control certain one file to transport or pause Feature request low FileZilla Client duplicate
Description

download several files ,right click in the "Queued files" windows, user can see several items("process Queue","stop and remove all","remove selected",etc), but user can't control certain one file to transport or pause,while it's should be a normal behavior in using Filezilla.

#10762 Mac OS X crash when use filezilla in Macbook Bug report normal FileZilla Client rejected
Description

Hi. With de last versions, when i use Filezilla (after 1-2 minutes), MAC OS Crash and rebooted. If i configure Filezilla with Spanish Language, the icon of the toolbar are "artefacts". If i configure in English, all is right, but the crash continue...

I attached the Mac Report after crash and image from toolbar. Thanks u

#10763 Translateable Windows start menu items Feature request normal FileZilla Client duplicate
Description

In Windows start menu you might have "Uninstall FileZilla". I would like this to be translateable to other languages then english.

#10764 Pasting an IP for Host field creates a new favorite Bug report normal FileZilla Client duplicate
Description

When editing or creating a new site in the site manager, pasting the IP address in the Host field creates a new favorite.

I don't know if this is a bug or a feature, but I have to use right click > paste to do it. It's really annoying. Been this way for at least 1 year.

#10767 Help Software Other normal Other worksforme
Description

Hello I am trying to connect to the software and it keeps dropping me why? Tells me this: Connection closed by server http://i1260.photobucket.com/albums/ii572/moran281/%20_zpsykwuznvz.png

#10768 New update will not FTP images/create new file. Bug report normal FileZilla Client rejected
Description

Command: PASV Response: 227 Entering Passive Mode (64,71,35,56,164,131). Command: STOR CPI composite.png Response: 553 Could not create file. Error: Critical file transfer error Status: Disconnected from server

Used FZ for years. Newest update, windows 10, HO laptop one year old. FTP everyday-rarely an issue. Problem started right after your new update. REgular update file FTP fine but creating new image file (about 5 per day) no longer works. Have rebooted, done computer scan for malware, etc. No problems with servers that I can see.

#10769 OPTIONAL - Delete Temp files on Exit Feature request normal FileZilla Client rejected
Description

When I first started using FileZilla, it would not always delete it's temp on exit, or disconnect. I am specifically referring fz3temp folder. Somewhere along the line, that "bug" was fixed. I would like to see that made optional.

I do work as a web-designer, and it is not uncommon for me to have several files open from a website as I work to make changes to code, or CSS files. On more then one occasion, I have had situations where FileZilla has closed, and when reopened, it clears the temp folder, and then NotePad++ informs me that the files no longer exist and would I like to close.

Perhaps, I'm crazy but for me and the way I work, it would make it easier if FileZilla let me worry about cleaning up the temp folders. All I am requesting, is to make "delete temp files on exit" a user-controlled option.

Thanks.

#10770 Suggest changing "da_DK" to "da" Bug report normal FileZilla Client fixed
Description

I suggest changing the danish translation from "da_DK" to just "da".

#10773 bring back XP support. changes to installer only needed? Feature request normal FileZilla Client rejected
Description

Vista installers typically require a call to RequestExecutionLevel Administrator (NSIS) there are plenty of XP boxes out there, including approx. 70% of the machines in this house.

please add XP sup-port back - I hope it's still supported by the compiler. with Visual Studio, you would need to backdate the compiler to 2005, or maybe 2012 or 2010.

gcc it's a version backdate.

I use filezilla to maintain web sites typically. sometimes for downloads of ISOs (binary).

#10774 Cannot upload files with Google Verification Codes Bug report normal FileZilla Client rejected
Description

Suddenly I can't upload any files with Google Verification Codes in them. I can upload anything else. Very bizarre. I just upgraded to this FileZilla version. I get a bubble at the bottom of the screen saying such and such number of files could not be transferred but it doesn't say why. This happens if I use the head-tag code in my index page or if I upload the html that google gives me.

#10778 530 Login authentication failed Bug report normal FileZilla Client rejected
Description

Greetings , I have this annoying problem which came recently that it says:

Status: Connection established, waiting for welcome message... Response: 220---------- Welcome to Pure-FTPd [privsep] ---------- Response: 220-You are user number 47 of 500 allowed. Response: 220-Local time is now 12:35. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 3 minutes of inactivity. Command: USER a9944696 Response: 331 User a9944696 OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error: Could not connect to server

Im 100% sure that the username and password are correct. I tried from 3 different accounts and still nothing. My windows firewall is off , my antivirus aswell. I would really appriciate if you help me resolve this problem since i really need to do that !

#10782 Ability To Search Sites in Site Manager Feature request normal FileZilla Client duplicate
Description

I do web development and have 100's of sites that I connect to. I have everything organized in folders using the site manager, but it can still be tricky sometimes finding the site I want to connect to. It would be really nice to have some type of keyword filter search for the Site Manager. Maybe right next to where it says "Select Entry", if there could be a text box that filters the results based on keyword.

#10783 Message during app start: assert "!empty()" failed in Last(): wxString: index out of bounds Bug report normal FileZilla Client outdated
Description

./include/wx/string.h(1536): assert "!empty()" failed in Last(): wxString: index out of bounds

This popup is displayed several times during the application start. I believe this is happening for a long time.

3.14.1 on FreeBSD.

#10784 FileZilla Client 3.16.0 not preserving timestamps on upload Bug report high FileZilla Client rejected
Description

Hello,

Using FZ for years, to manage web sites on hosted servers. With proper settings, FZ always preserved timestamps on upload as expected.

Each time FZ proposes to update, I do it. Currently I am on version 3.16.0 (last one). Today I do major updates and detects that timestamps on hosted server are NOT preserved. I have checked that setting IS active (see capture).

Of course, I can not control whether some change on hosted server is the origin of the issue.

What can I do for further investigation? I have activated log, but no data yet, I have to do some more uploads ...

#10785 Application Vulnerability Bug report critical FileZilla Client fixed
Description

There seems to be a security issue in your filezilla application. We need to connect with a security/developer personnel to disclose this vuln. Please reply ASAP.

#10789 Latest stable version of Filezilla not working on Windows vista Bug report high FileZilla Client worksforme
Description

Hello,

I am trying to upgrade latest version of filezilla 3.16.1 but it is giving error in Windows vista and the upgradation stops in between and corrupts the older version too.

It took me 2 hours to find an older version and reinstall.

With Best Regards Atul Gupta

#10792 Fails to default to plain ftp when server does not support encrytion Bug report normal FileZilla Client rejected
Description

I have been using FileZilla with <<Use explicit FTP over TLS if available>> with a server that does NOT support TLS/SSL encryption for many years. With the new version 3.16.1 last week apparently defaulting to plain FTP fails. If I change to <<Use only plain ftp (insecure)>> I get properly connected.

The server operator states: "Our FTP server does not (and never has) support TLS/SSL encryption. Also, our FTP server software has not been updated since Jan 2008, so I can confirm nothing on our end has changed."

Log files attached.

#10793 FTP server is vulnerable to an FTP server bounce attack Bug report normal FileZilla Server rejected
Description

The FTP server accepts the PORT command and produces the following output "200 Port command successful" although the server does not execute the command. Command output should not be produced in that case.

This is a Nessus finding.

Nessus description: Port: ftp (21/tcp) Issue name: FTP Privileged Port Bounce Scan

Synopsis: The remote FTP server is vulnerable to a FTP server bounce attack.

Description: It is possible to force the remote FTP server to connect to third parties using the PORT command. The problem allows intruders to use your network resources to scan other hosts, making them think the attack comes from your network.

Solution: See the CERT advisory in the references for solutions and workarounds.

Plugin Output: The following command, telling the server to connect to 169.254.176.115 on port 10794: PORT 169,254,176,115,42,42 produced the following output: 200 Port command successful

Nessus Plugin ID: 10081 VulnDB ID: 215

#10795 Error loading xml file Bug report normal FileZilla Client worksforme
Description

Hello, When I tried to run file zilla I am getting some kind error message

Error loading xml file c:\users\Indomain\Appdata\Roaming\FileZilla\sitemanager.xml could not be loaded. No document element found at offset 5154. The site manager cannot be used unless the file gets repaired.

So please suggest me what should I do?

Please find the attached screenshot

#10796 Error loading xml file Bug report low FileZilla Client worksforme
Description

Hello, When I tried to run file zilla I am getting some kind error message

Error loading xml file c:\users\Indomain\Appdata\Roaming\FileZilla\sitemanager.xml could not be loaded. No document element found at offset 5154. The site manager cannot be used unless the file gets repaired.

So please suggest me what should I do?

Please find the attached screenshot

#10799 Suggest removing " once" from strings with reboot, shutdown and suspend Bug report normal FileZilla Client fixed
Description

I don't understand the strings ending with " once" in the translation. msgid "R&eboot system once" msgid "S&hutdown system once" msgid "S&uspend system once"

They are use when you right click in the transfer queue (in Windows, not Linux).

Why " once"? Would it not be better to remove " once" from the strings?

Also there is a seperator in the context menu above those strings which is fine in Windows where the strings are visible, but in Linux the seperator is there but the strings are not, so i suggest to remove the seperator when there are not strings below the seperator.

#10800 Suggest changing "dotfiles" to "hidden files" Bug report normal FileZilla Client rejected
Description

Instead of writing "dotfiles" would it not be better to write "hidden files"?

msgid "&Treat dotfiles as ASCII files"

msgid "&Treat hidden files as ASCII files"

msgid "Dotfiles are filenames starting with a dot, e.g. .htaccess"

msgid "Hidden files are filenames starting with a dot, e.g. .htaccess"

#10801 After action queue completion feature request/return Feature request normal FileZilla Client rejected
Description

I use the disconnect from server option seen in this screenshot, http://i.imgur.com/p6pPS6q.jpg , when downloading files. That way I can start the download and walk away. Then when it's finished it will disconnect but not close the application. Then later I can check and make sure I have no failed transfers. If so I can restart them easily from that tab.

The latest version of filezilla has removed this option and stays connected after your queue has completed unless you choose to close the app when done. Then you lose your failed transfer tab data.

Can you please put this option back into that menu? I use this on both windows and Linux.

#10802 Make view details on with an option Feature request normal FileZilla Client rejected
Description

Hi,

In the server log, since a few versions ago, the view details option is disabled. This is very usefull information that should not be omited. Is it possible to create an option, to set the default of this option?

Thanks in advanced, Jorge Bastos

#10805 Never Check for Updates not working (solution) Other normal FileZilla Client worksforme
Description

Same as #9660, I already turn update off months ago. But every week I open filezilla it popup a dialog and let me click update, every time I did update to newest version, today I finally get angry. This is the solution for disable the filezilla update check: add "127.0.0.1 update.filezilla-project.org" to host file, then problem solved.

I really hope your guys can slow down, don't update it every week let user see the popup dialog when they need harry their uploading job. I choose disable update today but I may check it manually when the day off monthly, not when I doing the job.

#10806 Filezilla gives critical messages in the console while starting: IA__gtk_widget_set_size_request Bug report low FileZilla Client wontfix
Description

I have downloaded FileZilla because I haven't found in in the repositories (3.16.1). While starting from the console, I get the following lines, but in the GUI, I don't see an error:

markus@linux-vrvl:~/Downloads/FileZilla3/bin> ./filezilla

(filezilla:7978): Gtk-WARNING : Theme directory of theme oxygen has no size field

(filezilla:7978): Gtk-CRITICAL : IAgtk_widget_set_size_request: assertion 'height >= -1' failed

(filezilla:7978): Gtk-CRITICAL : IAgtk_widget_set_size_request: assertion 'width >= -1' failed

(filezilla:7978): Gtk-CRITICAL : IAgtk_widget_set_size_request: assertion 'height >= -1' failed

(filezilla:7978): Gtk-CRITICAL : IAgtk_widget_set_size_request: assertion 'width >= -1' failed

(filezilla:7978): Gtk-CRITICAL : IAgtk_widget_set_size_request: assertion 'height >= -1' failed

(filezilla:7978): Gtk-CRITICAL : IAgtk_widget_set_size_request: assertion 'width >= -1' failed


I have seen, that there is only one bug open with similiar behavier, but in an other context: https://trac.filezilla-project.org/ticket/9927

I have downloaded the package (FileZilla_3.16.1_x86_64-linux-gnu.tar.bz2 from sourceforge). Then I have unzipped it and started the binary as normal user in a subfolder of my homedirectory.

The package is linked against wxWidgets 3.0.3 and I'm using KDE Plasma 5.5.5

#10807 Virus or false positive ? Bug report normal FileZilla Client worksforme
Description

I've got an alert : https://www.virustotal.com/fr/file/97dde4e8928433859c5f0c7b2107c7c5434179bf1bd114442d9ce4f6752056b7/analysis/1459688955/ Perhaps it's the same problem than with DVDstyler ? Its author solved it with a new version of InnoSetup : https://sourceforge.net/p/dvdstyler/bugs/617/

#10808 Notification alerts no longer respect the "Show notification bubbles" flag in settings Bug report normal FileZilla Client worksforme
Description

In Win10, when upgrading to 3.16.1, the program now refuses to respect the "Show notification bubbles" flag. Every transfer results in the notification bubble and audio alert.

Closing and restarting application don't resolve. Editing filezilla.xml doesn't resolve (moved the setting around the file).

This setting worked correctly in the previous version, but does not work in 3.16.1.

#10809 famous repeat uploads Other low FileZilla Client rejected
Description

I have seen issues like this on several forums since years. Therefore I stayed on FZ 2.8. Now it seems that I have to change die to some addl issues. PS: I never had, so far, an issue with 3.8

I ger error (see also full log attached): 2016-04-04 11:52:33 11912 3 Response: 550 The supplied message is incomplete. The signature was not verified. 2016-04-04 11:52:33 11912 3 Error: File transfer failed after transferring 462 336 bytes in 5 seconds

Thanks for advising me what I need to do and thanks for your time ed

#10811 All transfers reported successful when local disk full Bug report high FileZilla Client fixed
Description

While processing a download queue, if a local disk becomes full, FileZilla aborts downloading to this disk and reports these files as successful.

Please see attached file for:

a) FileZilla build details and system details b) A sample log excerpt from a FileZilla session. Approximately 24 files were being downloaded, each between 150 MiB and 250 MiB. Names, paths and hostnames were redacted. No lines within this excerpt were omitted.

Expected behaviour: When target local disk is full, files being downloaded to this disk are reported as failed and show up in Failed transfers. Subsequent file downloads in the queue, to the same disk, should also be reported as failed. FileZilla's notification, when the queue is processed, should report an error.

Actual behaviour: All affected files are reported as Successful, show up in the Successful transfers list, and the FileZilla tooltip reports that all files transferred successfully.

Observations: The files being downloaded when disk becomes full are truncated, as expected. Other files in the queue are created as zero-byte files.

#10812 Remote listing not showing all files Bug report normal FileZilla Client fixed
Description

Some files are just not shown

cPanel file view:

http://i.imgur.com/UJUfDql.png

FileZilla view:

http://i.imgur.com/7aYkrJK.png

#10813 Updating to latest version trashed FZ installation Bug report normal FileZilla Client wontfix
Description

Win 7 Pro. A few minutes ago, I clicked the "New version available" button from within FZ and followed the prompts. Things progressed in an orderly way until the prompt that told me a FileZilla exe was still running and that all running FZ apps should be exited before updating. There was no *visible* FZ exe running at that point, and I'm sorry to say (as I had had no trouble with preceding updates initiated AT START-UP of FZ and hence wasn't paying much attention to the update process) I don't recall what the choices were, but whatever I chose has resulted in my entire FZ installation being deleted except for the exe file (dated 2/29/16).

So this method of updating (from the BUTTON) appears to not kill the running FZ.

No back-up, my fault.

#10815 Filetype associations dialog box closes unexpectedly Bug report normal FileZilla Client duplicate
Description

Steps to reproduce (on Mac):

  1. press cmd+, (to open settings dialog)
  2. go to Filetype accociations
  3. mark some text in the text area (optional)
  4. press cmd+c (to copy) and the dialog closes

FZ client version 3.16.1

#10816 FileZilla Server doesn't save settings when installed to path with international characters Bug report normal FileZilla Server fixed
Description

I have FileZilla Server 0.9.56.1 installed to

D:\Programy pozostałe\FileZilla Server\

After changing settings with Interface, they aren't saved in

D:\Programy pozostałe\FileZilla Server\FileZilla Server.xml

but insted they are saved in file

D:\Programy pozosta

But they still aren't loaded at startup

#10819 Filezilla update server uses untrusted certificate Other normal FileZilla Client rejected
Description

According to ESET, the Filezilla client attempts to connect to an update server which sends a self-signed certificate. This seems to be a security problem which should be remedied.

#10821 Client: Directory structure freezes on remote site Bug report normal FileZilla Client outdated
Description

The remote site directory freezes at certain times. It takes a disconnect and reconnect to function normally again.

Oddly enough, you can drag and drop files from the local site to the remote site and they transfer, but no update occurs on the server site directory listing.

#10822 Forgot my Username,Password and Host details Bug report high FileZilla Client rejected
Description

Hi,

Could you Please suggest the steps to recover my username and password details

My website: www.ExcelGuruji.com

Thanks Makk

#10823 FTP Status Window over writing Menu Bar Bug report normal FileZilla Client rejected
Description

Running on:

  • Fully patched windows 7
  • Browser: Chrome Version 50.0.2661.75 m (64-bit)
  • FileZilla:3.17.0

On long FTP's with large number of files, the top window where the status of the FTP is provided will scroll over the Windows Menu bar. This happens if the window is left open for a long time and no other windows are brought over the FileZilla window.

To correct, minimize then maximize the FileZilla window and the menu bar is re-displayed with the FTP File status scrolling only to the size of the area it should.

To be clear:

  • The Bar that shows the Host, Username, Passcode, Quickconnect prompts gets overwritten
  • The Bar with the Action Icons above the previous bar gets overwritten
  • The File, Edit, ... text bar does not get over written
#10824 Misspellings in NEWS file in source Bug report normal FileZilla Client fixed
Description

FYI:

https://svn.filezilla-project.org/svn/FileZilla3/trunk/NEWS

Recursivly => Recursively

SHA256 => SHA-256

forgeground => foreground

bookmakrs => bookmarks

responsivenes => responsiveness

bug im wxWidgets => bug in wxWidgets

#10825 Error: The first key-exchange algorithm supported by the server is diffie-hellman-group1-sha1, which is no longer secure. Aborting connection. Bug report normal FileZilla Client wontfix
Description

When upgrading to current version ; received this error on one of my sites; did not prompt to update like old version did on my backup workstation

Error: The first key-exchange algorithm supported by the server is diffie-hellman-group1-sha1, which is no longer secure. Aborting connection. Error: Could not connect to server

FileZilla Client


Version: 3.17.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-unknown-linux-gnu Build date: 2016-04-22 Compiled with: x86_64-w64-mingw32-gcc (GCC) 4.9.1 Compiler flags: -g -O2 -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.10 SQLite: 3.11.1

Operating system:

Name: Windows 7 (build 7601, Service Pack 1), 64-bit edition Version: 6.1 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq Settings dir: C:\Users\fjgracer\AppData\Roaming\FileZilla\

#10826 Connecting to server after installing latest update this morning Bug report normal FileZilla Client rejected
Description

I am unable to connect and now receiving these errors immediately after installing the latest update (I was able to connect just fine right before I did).

Status: Connecting to hugo.arbor-associates.com... Response: fzSftp started, protocol_version=5 Command: open "cpm@…" 22 Error: The first key-exchange algorithm supported by the server is diffie-hellman-group1-sha1, which is no longer secure. Aborting connection. Error: Could not connect to server Status: Waiting to retry... Status: Connecting to hugo.arbor-associates.com... Response: fzSftp started, protocol_version=5 Command: open "cpm@…" 22 Error: The first key-exchange algorithm supported by the server is diffie-hellman-group1-sha1, which is no longer secure. Aborting connection. Error: Could not connect to server Status: Disconnected from server

#10827 can't click "quick connect" and choose the options Bug report normal FileZilla Client wontfix
Description

When I stick the Filezilla window to the edge of the screen, I can't click "quick connect" and choose the options. See the screenshot. http://s011.radikal.ru/i317/1604/d2/d39f3bdc9122.png

#10828 GUI not showing ssh keys in the openssh format Bug report low FileZilla Client wontfix
Description

I try to select a key in .ssh from the GUI seen below, but the private key file and host file don't show up. I can work around this by either drag and dropping the key from nautilus to the filezilla GUI or just writing the path of the key. But it would be still nice to just see the keys. Yes hidden files are enabled and yes I selected the tab all files.

#10829 [new feature] Option to copy URL with password Patch normal FileZilla Client fixed
Description

Hi, This patch is a modification proposal to add the option to include the password when copying an URL (mainly for FTP protocol).

The option has to be enabled by user, and before activation a security warning is of course shown.

I know this option can be seen as unsafe but, I really need it: I am dealing with 4-5 different FTPs all the day and I have to add password back manually each time I want to send a FTP link to one of my customer.

Modification are made on top of revision 7470. Main modification is the method FormatServer of CServer.

Warning: I am sorry but I did this patch without compiling and testing it, so next steps would be try to compile with it and to debug it.

If feature is approved, it should not be hard to debug it anyway, I am not bad in C/C++ but there will be obviously some bugs/typo as just added some piece of code with notepad in few files.

Julien

#10830 The date format specifier Bug report normal FileZilla Client duplicate
Description

Hi

My Windows 10 PC is set to British, yet the files on my PC are showing MM/DD/YY. Why?

Thanks.

#10832 Privilege escalation vulnerability in installer due to executing uninstaller using unquoted path Bug report critical FileZilla Client fixed
Description

As received via mail:

It seems that the setup.exe is prone to unquoted path vulnerability.

more info on the vuln itself : https://cwe.mitre.org/data/definitions/428.html

While it send the command :

"C:\Program Files\FileZilla FTP Client\uninstall.exe _?=C:\Program Files\FileZilla FTP Client"

It fail to quote the path correctly and launch any program named Program.exe in c: with administrator rights ( or Filezilla.exe/Filezilla FTP.exe in Program Files) I've made piece of code to help me investigate on this (get the command and the parent process) and a video as proof of concept

https://www.youtube.com/watch?v=r06VwwJ9J4M

This trick can be use by malware to gain admin privilege or persistance, on compromised windows system (for info i'm on Win7 SP1 x64 but it should work for all systems as its a common windows vulnerability)

I didn't investigate on the previous version but they are possibly vulnerable too.

A cool way to trigger the vulnerability is to wait for an update as it launch the same unquoted command (that's where it was first discovered and that's why it concern the client too not only the install.exe)

https://www.microplus.fr/secu/

Cyril Vallicari /Ug_0 Security

#10833 Quick Connect Bug report normal FileZilla Client worksforme
Description

I store my access information in the Quick Connect tab for each website I have. The problem is File Zilla keeps deleting everything in my Quick Connect tab. I have to go back and re-enter Host, Username and Password each time. Please fix.

#10835 connect to server Bug report high FileZilla Client rejected
Description

Status: Disconnected from server Status: Resolving address of g-ewebdesign.com Status: Connecting to 184.168.237.1:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER lmwedmund Response: 331 User lmwedmund OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error: Could not connect to server

#10836 Error message - The first key-exchange algorithm supported by the server is diffie-hellman-group1-sha1, which is no longer secure. Aborting connection. Other normal Other duplicate
Description

Dear Filezilla

I have recently upgraded to Filezilla version 3.17.0.1 and now cannot connect to our FTP file server.

According to your site this error message means that the ftp/ sftp server needs to be upgraded to support a more secure key exchange algorithm.

The server is a Windows 2003 server. Would upgrading to either 2008 or 2012 rectify the problem? Or is there a Windows patch you are aware of?

We have an SSH Tectia server installed for SFTP; will this need to be upgraded also?

Many thanks for your help.

Kwame Mensah

#10837 Wrong context menu for file on recursive delete progress Bug report normal FileZilla Client fixed
Description

I realized that when it is clicked with the right mouse button on the files, on the server side list, when are removing folders in recursive mode on the server, is active the message "get into the folder" in context menu. But this option should not be possible since right clicking a file is not possible to enter the folder, since it is a file. The option that I believe is possible is to disable all the options from the right-click menu on this case (right click on file when recursive removing is in progress).

#10838 FileZilla client checks for updates, even with "Check for FileZilla updates automatically: Never" Bug report normal FileZilla Client rejected
Description

v3.16.1 gives an update for 3.17.0.1, even with the "check for update"-setting disabled. I am often abroad on a mobile pay-per-byte connection, and both dialog and mobile data costs pretty annoying.

I am aware of the general rule to install the latest version and try again before reporting the bug, which would ofcourse ' ' ' solve ' ' ' the problem as in not showing that there's a newer version.

My config (relevant sections):

<Setting name="Update Check">0</Setting> <Setting name="Update Check Interval">7</Setting> <Setting name="Last automatic update check">2016-05-16 23:01:59</Setting> <Setting name="Update Check New Version">nightly 2016-05-09 http://filezilla-project.org/nightlies/2016-05-09/x86_64-w64-mingw32/FileZilla_3_setup.exe 7088584 sha512 4c0b208c0d37cf4c0e24bea9dde489c0a6485692b2bf13b770769b4d7c7213d05af9110319d6f9ab73cdbd105bb95d3eb3fe60e69bd01307077d8c7bb98d23f4

release 3.17.0.1 http://downloads.sourceforge.net/filezilla/FileZilla_3.17.0.1_win64-setup.exe 6513888 sha512 4d5e5d426af9dd689cb8c070d528c849719dc18544de194475bf3a0f5e35f8c9d449749fb2074a68292579b267ee2b23d1e2b31bae20d7185aa44061cca6981c

3.17.0.1 (2016-05-09) ... I removed 'whatsnew' items for bug report brevity ... </Setting>

<Setting name="Update Check Check Beta">0</Setting>

#10839 Connection refused by server Bug report high FileZilla Client worksforme
Description

Several of us in our office upgraded to the latest and now it won't connect. I can access our Web/FTP server through Dreamweaver, a trial version of SmartFTP and Windows Explorer with no problems. I tried to uninstall FileZilla with RevoInstaller and tried to install an older version number that I know is working on another computer. No luck though. It still won’t connect for some reason, even though it works just fine on the older version on the other computer??? I have tried uninstalling and reinstalling the latest version, no joy. I have turned off all firewalls on both client and server, no joy. I have made sure our IP is not in the banned list, it's not.

#10840 Round Robin DNS support for SFTP Bug report normal FileZilla Client duplicate
Description

There is currently a discrepancy in behaviour between using FTP and SFTP with servers using a Round Robin DNS configuration where a single domain lists multiple IP addresses in its type A or AAAA records.

With FTP, the Filezilla client will attempt to connect each listed IP address until finding a working one for the host, whereas with SFTP, Filezilla will only randomly try a single one and then fail immediately if that one fails.

The vanilla BSD sftp client on the command line will correctly try each IP address until finding a working one. This would be a desireable behaviour for the Filezilla client as well.

See screenshots below displaying different behaviours for FTP and SFTP on a host with round robin DNS configured. FTP tries all 3 hosts, while SFTP only tries to connect to one.

https://seravo.fi/ftp-round-robin.png https://seravo.fi/sftp-round-robin.png

#10841 Enhancement Request - Always prepend sftp:// to host when port == 22 Feature request normal FileZilla Client worksforme
Description

I notice when port is set to 22 + QuickConnect hit a few times, FileZilla prepends sftp:// to host name.

This seems to happen after 2nd or 3rd time + only if QuickConnect fields aren't changed in any other way.

Enhancement Request: Always prepend sftp:// to host if port 22 specified.

I normally use ssh + scp + sftp so never notice this.

Many clients I host sites for use FileZilla + this situation comes up a good bit.

#10842 trust certificate Patch normal FileZilla Client rejected
Description
  1. for save trust certificate, depend on the current chosen certificate in chain, if not the first one, use certificate's CN as Host, and set Port to 0
  2. when we need to check the certificate is trusted or not, check all certificates in the chain, not just the first one, if someone is trusted, then trust this certificate.
#10844 hdspace.txt Bug report high FileZilla Server rejected
Description

when i am trying to download file via ftp i am receiving /key/hdspace.txt error

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