Custom Query (10465 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (9601 - 9700 of 10465)

Ticket Summary Status Owner Type Priority Component
#13084 Linux Mint: Same keyboard shortcut for both "Apply to current queue only" and "Cancel" new Bug report normal FileZilla Client
Description

I am using Filezilla client 3.58.0 on Linux Mint 21.3. The problem is that when uploading / downloading existing file, The "Target file already exists" dialog box has "Alt+C" shortcut for both "Apply to current queue only" and "Cancel". Which means that pressing "Alt+C" one time is not enough to select desired action i.e. "Apply to current queue only".

#13086 Access while using Zscaler closed Other normal Other
Description

We use Zscaler as proxy, traffic is reaching FileZilla using Zsclaer ranges (like ATL DC 104.129.206.0/23) and we are not getting access. We confirmed that whitelisting needs to be done in FileZilla to ensure access from Zscaler works.

#13087 libfilezilla-0.47 hardcodes -ldl closed Bug report normal libfilezilla
Description

In some Unixes, like Linux, dlopen() and friends are provided by libdl. In others, like most BSDs and I think macOS, dlopen() is part of libc and there is no libdl.

See the man pages for FreeBSD, NetBSD, and OpenBSD - I wanted to include links but then SpamBayes blocked the report as spam.

libfilezilla-0.47 wants to link against libdl. Please make it check first if the library exists. Thank you!

#13088 Client 3.67.0.0 unable to uninstall closed Bug report normal FileZilla Client
Description

Not able to uninstall after upgraded to latest version Error says that I don’t have sufficient access to remove FileZilla (I am local administrator) Getting same error on both windows 10 and 11 Never had any issues with earlier versions of FileZilla

Installer was downloaded from https://filezilla-project.org/download.php?platform=win64

#13089 Local site symbolic link folders change the path to symlink target when entered and turn off the synchronized browsing since Since v. 3.67.0 new Bug report normal FileZilla Client
Description

When it started Since upgrade to version 3.67.0 I am facing to new behavior/issue I consider to be a bug. My previous version was 3.66.5 win64

The issue In Local site when entering to a directory that is a symbolic link then the path is changed to the target folder of the symbolic link. When browsing in "Remote site" directory tree with enabled Synchronized browsing the FileZilla works as expected and enters the expected directory in both Remote site and Local site where it stays in the symlinked directory, ie. without changing the path to the target directory in Local site.

Reproduce the issue On Windows 10 64bit

To reproduce the behavior we will need to create two directory trees, first as source (C:\Data_Exclusion\MyProject) and second that is symlinked using symbolic links from source folder (C:\xampp\htdocs\MyProject), following commands are for Win Command prompt:

  1. Create source folder structure in C:\Data_Exclusion\MyProject (you can create source folder elsewhere but then do not forget to amend the path in MKLINK command in next step):
    MKDIR C:\Data_Exclusion\MyProject\admin\app\src
    MKDIR C:\Data_Exclusion\MyProject\data\app\src
    MKDIR C:\Data_Exclusion\MyProject\tests\app\src
  1. Create project folder in the webroot (C:\xampp\htdocs)
    MKDIR C:\xampp\htdocs\MyProject
  1. Create symlinks from folder in the webroot to the source folders (Note the /D param is to create symbolic link to a directory):
    MKLINK /D C:\xampp\htdocs\MyProject\admin C:\Data_Exclusion\MyProject\admin\app\src
    MKLINK /D C:\xampp\htdocs\MyProject\data C:\Data_Exclusion\MyProject\data\app\src
    MKLINK /D C:\xampp\htdocs\MyProject\tests C:\Data_Exclusion\MyProject\tests\app\src
  1. Now open FileZilla Client, connect to any remote server and copy MyProject directory tree including subfolders to the remote site.
  1. Navigate FileZilla Client to following paths:

Local site: C:\xampp\htdocs\MyProject Remote site: ../MyProject

  1. Turn on the Synchronized browsing.
  1. Enter any of the folder in Remote site, for example admin.

This should open the admin folder in both panels as expected when using Synchronized browsing, ie. Local site path is C:\xampp\htdocs\MyProject\admin, Remote path is ../MyProject/admin

  1. Enter any of the folder in Local site, for example data.

Now the confirmation dialog opens:

        Synchronized browsing
        The local directory 'C:\Data_Exclusion\MyProject\data\app\src' is not below the synchronization
        root (C:\xampp\htdocs\MyProject\).
        Disable synchronized browsing and continue changing the local directory?
        [Yes] [No]

When confirmed [Yes] the path in Local site is unexpectedly changed to the source directory tree, ie. C:\Data_Exclusion\MyProject\data\app\src.

Expected behavior is to stay in symlinked directory tree with symbolic links, ie. in C:\xampp\htdocs\MyProject\data

  1. Following commands are to remove testing directory trees structures:
    RMDIR /S C:\Data_Exclusion\MyProject
    RMDIR /S C:\xampp\htdocs\MyProject\
    

If needed more details/testing just let me know.

Note: meanwhile I opened a thread on forum https://forum.filezilla-project.org/viewtopic.php?f=2&t=58494, but I consider it as a bug therefore I created this ticket as well.

#13094 Server should accept connections again automatically after "no space left" new Bug report normal FileZilla Server
Description

After the volume runs out of space, the server appears to stop completely.

The log file states:

550 No space left

There are no log entries after this point.

The admin interface reports "Failed connection to server 127:0.0.1:14148 Reason: ECONNREFUSED - Connection refused by server"

The Windows service 'filezilla-server' is stopped.

The FTP server should start to accept connections again without admin intervention, so that files can be received again after freeing up volume space.

#13095 Missing translation in French new Bug report normal FileZilla Client
Description

Hello

When I open a new connection the pop up notify me too choose between : -connect in a new tab -abort the previous connection

The first option is not translated in French version I have the message : Etablish connection in a new tab Instead of : Établir la connexion dans un nouvel onglet

Regards

#13096 The app is bricked with latest update new Bug report normal FileZilla Client
Description

On Mac OS 14.4.1 ... I am able to connect to the server but unable to click on anything

#13098 Can't connect to network new Bug report normal FileZilla Client
Description

About every third day when I start up FileZilla and try to connect to my network drive it says "Connection established, waiting for welcome message", then "Connection timed out after 20 seconds of inactivity", and finally "Could not connect to server". The only way to connect is to switch to a different wifi network, either from my 2G to 5G or the other way around. Then it 100% will connect, until 3 days later when I have to switch back to the other wifi network for the same reason. All other internet usage is normal before I try starting FileZilla so the wifi is working for everything else.

#13099 3.67.0 fails to build on Windows new Bug report normal FileZilla Client
Description

With GCC:

  ../../../FileZilla-3.67.0/src/interface/verifyhostkeydialog.cpp: In static member function 'static void CVerifyHostkeyDialog::ShowVerificationDialog(wxWindow*, CHostKeyNotification&)':
  ../../../FileZilla-3.67.0/src/interface/verifyhostkeydialog.cpp:63:88: error: operands to '?:' have different types 'const wxString' and 'std::wstring' {aka 'std::__cxx11::basic_string<wchar_t>'}
     63 |         inner->Add(new wxStaticText(box, nullID, notification.hostKeyAlgorithm.empty() ? _("Unknown") : LabelEscape(notification.hostKeyAlgorithm)));
        |                                                  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  ../../../FileZilla-3.67.0/src/interface/verifyhostkeydialog.cpp:63:88: note:   and each type can be converted to the other

With Clang:

../../../FileZilla-3.67.0/src/interface/verifyhostkeydialog.cpp:63:81: error: conditional expression is ambiguous; 'const wxString' can be converted to 'std::wstring' (aka 'basic_string<wchar_t>') and vice versa
  63 |         inner->Add(new wxStaticText(box, nullID, notification.hostKeyAlgorithm.empty() ? _("Unknown") : LabelEscape(notification.hostKeyAlgorithm)));
     |                                                                                        ^ ~~~~~~~~~~~~   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#13100 Prefer EPSV mode over PASV new Bug report normal FileZilla Client
Description

Would be nice if FZ preferred EPSV command over PASV to handle complicated network setups where IP reported in answer to PASV could be incorrect.

Here's the log of trying to connect to a server (FZ 3.67.0 @ Windows => vsftpd 3.0.3 @ Debian)

15:51:10	Status:	Connecting to 172.1.2.3:21...
15:51:10	Status:	Connection established, waiting for welcome message...
15:51:10	Response:	220 Welcome to FTP service
15:51:10	Command:	AUTH TLS
15:51:10	Response:	530 Please login with USER and PASS.
15:51:10	Command:	AUTH SSL
15:51:10	Response:	530 Please login with USER and PASS.
15:51:10	Status:	Insecure server, it does not support FTP over TLS.
15:51:10	Command:	USER ftp
15:51:10	Response:	331 Please specify the password.
15:51:10	Command:	PASS **********
15:51:11	Response:	230 Login successful.
15:51:11	Command:	SYST
15:51:11	Response:	215 UNIX Type: L8
15:51:11	Command:	FEAT
15:51:11	Response:	211-Features:
15:51:11	Response:	 EPRT
15:51:11	Response:	 EPSV
15:51:11	Response:	 MDTM
15:51:11	Response:	 PASV
15:51:11	Response:	 REST STREAM
15:51:11	Response:	 SIZE
15:51:11	Response:	 TVFS
15:51:11	Response:	211 End
15:51:11	Status:	Server does not support non-ASCII characters.
15:51:11	Status:	Logged in
15:51:12	Status:	Retrieving directory listing...
15:51:12	Command:	PWD
15:51:12	Response:	257 "/" is the current directory
15:51:12	Command:	TYPE I
15:51:12	Response:	200 Switching to Binary mode.
15:51:12	Command:	PASV
15:51:12	Response:	227 Entering Passive Mode (172,17,0,2,39,156).
15:51:12	Command:	LIST
15:51:22	Response:	425 Failed to establish connection.

Note that server reports another IP because of network config. This issue won't happen with EPSV command as the main IP would be used for data connection.

Any of these options would help:

  • Always prefer EPSV over PASV
  • Make it optional (server-level or app-level)
  • Try EPSV if IP reported by PASV is unreachable
  • Try IP of control channel if IP reported by PASV is unreachable (this, I guess, is cool option anyway because it could bypass many issues with improperly configured FTP servers)
#13102 Favorite Folders for each FTP Site new Feature request normal FileZilla Client
Description

It would be nice to have an option to save multiple favorite remote folders for each site so that one can select the ftp site in the menu and the remote folder in a submenu of this item.

#13104 FileZilla Server Settings window is excessively large on Windows 11 with an ultrawide display and cannot be resized smaller closed Bug report normal FileZilla Server
Description

## Background:

I was helping out a friend with his localhost FileZilla Server install remotely over Splashtop; I noticed the Server Settings window was not only excessively large but also could not be resized any smaller.

## Technical details:

  • FileZilla Server 1.8.2
  • Windows 11 Pro 23H2
  • Desktop: 1x 3840x1080px display (at 96dpi) and 1x 1366x768px (also at 96dpi).

## Repro steps:

  1. Use an ultrawide monitor.
  2. Open the FileZilla Administration interface
  3. Go Main Menu > Server > Configure
  4. Observe the Settings window is proportionally-sized to fill maybe 50-66% of the screen, but it cannot be sized any smaller and has excessive amounts of unused space and also obscures other running programs (and you can resize it even bigger for some reason).

## Expected behaviour:

  • I expected the Settings window to have a compact initial size - or I expect the Settings window to have the current wide initial size on this screen but to also allow me to resize it smaller.
#13107 Extremely Fast Upload But File Is Small new Bug report normal FileZilla Client
Description

A few days back I notice the following, it may have coinsided with 3.67.1 install of FileZilla Client. Trnsferring a file about 600MB between computer and a freeview box on home network. Normally upload would take about 1 minute to transfer, but it says it's complete, progress bar say 100%, in about 10 seconds. It stops, then re-starts requesting overright etc, clicked on overright and it repeats. This action repeats a further one or two times then stops. Each attempt uploads a little more but still noticeable incomplete. Downloaded from the freeview box to computer is fine. I been doing this for a few years and all worked well. Nothing has been changed on the box, the FTP server has been turned off, rebooted and then turned back on and re-booted agian. Still fails Swopped back to FileZilla 3.66.1, still fails. Back to 3.66.0, still fails. Re-installed a new 3.67.1 still fails. Have no other idea as nothing else changed. Freeview box is Linux based Humax, computer is Windows 7 SP1 no changes for sometime other than a few weeks back I installed the lastest version of Thunderbird this was well before the problem appeared. All software is 64bit.

#13109 Filezille Pro RemoteDrive: "items may be out of date" moreinfo Bug report normal Other
Description

I am trying via sftp to connect to a server named "hpc23.tudelft.net", where my data files are stored. The settings for this sftp connection work in e.g. ForkLift, MountainDuck and CommanderOne, but not for RemoteDrive.

Once RemoteDrive connects to the server, a Finder windows pops up with, on top, the message

"RemoteDrive - hpc23" is not enabled. To access "RemoteDrive - hpc23", click enable.

When clicking "Enable" I get

"RemoteDrive - hpc23" encountered an unexpected error. Items may be out of date.

With a button "Try Again" next to it. But pressing this button does not help.

I rebooted my Mac (Apple M2 Pro, Sonoma 14.5) but this doesn't help either. Since I am able to connect with these settings in other apps, I think it might be something specific to RemoteDrive.

Can you help? Thanks a lot.

#13116 REGRESSION: right-click contet menu doesn't work with hold-and-release new Bug report normal FileZilla Client
Description

All right-click context menus in all software on both Linux and Windows (not sure about Mac OS), that I've ever seen in the last 30 or more years, always can be used in two ways:

  1. right-click, then move the mouse cursor over the desired item of the menu, then click again with either button

OR

  1. press the right button and hold it pressed; move the mouse cursor over the desired item while keeping the right button pressed, then release the right button over the desired item

Since I've been using computers with GUIs, I've never seen a single exception to this. And that included FileZilla until recently.

Now only method 1 works.

To reproduce:

  • go to the Failed Transfers tab
  • press and hold the right mouse button
  • move the mouse cursor over the item "Remove all"
  • release the right button

Expected: the menu item should get highlighted when the mouse cursor is over it, and when you release the button it should execute the action

Observed: does nothing. The context menu vanishes after releasing the mouse button, but doesn't perform the action.

This must be either a recent regression, or an issue specific to Wayland, as I recently switched to Wayland from X11 (note that no other application other than FileZilla has this issue).

System information: Operating System: Manjaro Linux KDE Plasma Version: 6.0.5 KDE Frameworks Version: 6.2.0 Qt Version: 6.7.1 Kernel Version: 6.6.32-1-MANJARO (64-bit) Graphics Platform: Wayland Processors: 12 × 12th Gen Intel® Core™ i7-1255U Memory: 15.3 GiB of RAM Graphics Processor: Mesa Intel® Graphics Manufacturer: ASUSTeK COMPUTER INC. Product Name: Vivobook_ASUSLaptop X1502ZA_F1502ZA System Version: 1.0

#13117 Cannot contact site to upload file new Bug report normal FileZilla Client
Description

LS I use filezilla for many years without problems Today I noticed I cannot contact my 3 sites to upload files. I received this logfile: Kan niet verbinden met server Status: Wachten om opnieuw te proberen.... Status: Adres bepalen van ftps2.us.100webspace.com Status: Verbinden met 162.210.101.149:21...

I use Windows 10 and norton Deactivated without succes my firewall Communicated intensively with my hosts about this issue. without a solution timeout longer without succes.

Frank

#13118 Extend S3 connectivity to non-Amazon S3-API-Compatible sources (like MinIO) new Feature request normal FileZilla Client
Description

Currently, the S3 connectivity is misleading, indicating "Host" suggesting it should use a URL other than Amazon S3 for S3-type connectivity in FileZilla Pro.

There are S3-API-compatible storage solutions like MinIO which provide and implement most of the Amazon S3 API components and such.

Currently the system is misleading asking for "Host" for an S3 box, suggesting you can choose somewhere OTHER than Amazon for the S3-compatible connectivity.

If this is *intended* to only be used for Amazon S3, then it should not be hard to make an S3-compatible Storage Solution option that basically does the same thing but allows custom host definitions.

However, if this is *not* intended to only work with Amazon S3 and work with S3-compatible items, then please let me know and I will file a corresponding Bug that will superseded this ticket.

#13119 Filezilla Pro is blocked by Google Drive closed Bug report normal Other
Description

Hello ! Today, I noticed that FileZilla Pro cannot connect to Google Drive because Google's services have blocked access to the FileZilla Pro application, deeming it unsafe. This problem has been encountered not only by me but also by my friends, who are also active users of FileZilla Pro.

Could you please tell me if an update is planned that will fix this issue?

#13120 "Synchronization cannot handle duplicated file or directory names." new Bug report normal FileZilla Client
Description

I have been using FileZilla Pro (currently on 2022 Mac Studio M1 Max on Monterey 12.7.5, and MBP Sonoma 14.5) for years to sync from a local source to a remote server. The directory structure has been more or less constant. I recently upgraded to 3.67.0 and started getting this error in a popup during sync: "Synchronization cannot handle duplicated file or directory names." There is no duplicate folder or file within any given folder in the source directory; this would be impossible as the OS (Mac Monterey 12.7.5) would not allow you to create a file with the same name in any given folder. Nor are there, so far as I can tell, any duplicate hidden files. There are 20+ folders and thousands of files in the project I'm trying to sync, but I've narrowed it down to two folders that, when removed, the problem is no longer there -- Sync continues as normal without the error popup. There are no duplicate files that I can find within either of the folders, so I assume that the problem is with the folder names. These folders do have the same name, but they're not in the same directory, thus the path is different, and as I said these names have been constant for years without creating any sync problem.

At this point I can only update my site manually (not ideal; syncing is why I went Pro). I upgraded to 3.67.1 today and am still experiencing the error.

#13121 File name changes new Bug report normal FileZilla Client
Description

After successfully downloading a file, when I try to change the file name on the left hand side (so the files located on my hard drive), the file names don't change unless I refresh the page. This started happening right after I updated Filezilla to the most recent update. I shouldn't have to refresh every time after changing the file name. It never used to do this before so clearly something in the newest update is causing this.

#13122 Displayed file size slow to update after successful transfer new Bug report normal FileZilla Client
Description

Very odd - and new after many years of flawless Filezilla!

I transfer file to my server overwrite the existing file. It shows correct file date and has actually transferred (checked on server) but the file size does not update to the new correct value for a random time.

#13123 Segmentation fault when clicking on Site manager icon with Filezilla client 3.66.5 on Ubuntu 24.04 new Bug report normal FileZilla Client
Description

Hello,

When I click on the Site manager icon I got :

Segmentation fault (core dumped)

Here is the full messages displayed when filezilla is started from terminal :

nicolas@localhost:/var/crash$ filezilla Reading locale option from /home/nicolas/.config/filezilla/filezilla.xml wxD-Bus: Signal from /org/freedesktop/DBus, member NameAcquired wxD-Bus: Reply with serial 2 wxD-Bus: Reply to RegisterClient, our object path is /org/gnome/SessionManager/Client35 Segmentation fault (core dumped) <-- When I just click on the site manager

I will attach the .crash file with the ticket

I use :

Ubuntu 24.04 LTS Gnome version : 46 Filezilla client : 3.66.5 (the one installed from APT ubuntu repository with apt install filezilla)

Thanks

#13125 Site is reportinf on Wordpress as Disconnected ? assigned Bug report normal Unknown
Description

Thee wordpress activity reports all od at least most of the plugins as deactivated

#13126 Could Not Connect To Server closed Bug report normal FileZilla Client
Description

Hello and good morning. I have been using FileZilla now for almost 2 years to download reports for balancing. As of Friday July 19th, i keep getting the error message "could not connect to server". We are using a hard connection, nothing has changed on our end. I did have my core processor make sure the firewall was not the issue. We cannot figure it out.

#13128 Irish Language Support - completed translation needs uploading new Feature request normal FileZilla Client
Description

Hi,

I have completed translating FileZilla into Irish/Gaeilge and would like to add it to Filezila however I can't react Tim.

I followed in instructions on https://filezilla-project.org/translations.php and sent Tim Kosse the translation (ga.po in UTF-8 format) however he never got back to me after sending a few emails.

I have the ga.po here, can someone add it to the Filezilla project.

Many thanks, Aindriú

#13129 Renaming a file or changing an extention reverts to original until you manually refresh the directory listing. closed Bug report normal FileZilla Client
Description

I started having this issue a couple of updates ago. I found a bug report from 6 years ago with the same problem bug report 11697 that was listed as being fixed with a future update. I found the same problem report a little over a month ago on version 3.67.0 on bug report 13101 indicating it would be fixed with the next update. I'm using version 3.67.1 and the issue remains.

#13133 FileZilla Client 3.67.1 - Renaming a local file doesn't refresh the list closed Bug report normal FileZilla Client
Description

Hi, thanks you so much for this great software (i use it since 18 years :)

So, when i rename a local file (in the local panel) it doesn't refresh the list after the renaming (but it works). The same action in the remote panel works perfectly. Here's my about popup content:

Version: 3.67.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2024-07-10 Compiled with: x86_64-w64-mingw32-gcc (GCC) 12-win32 Compiler flags: -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.2.5 SQLite: 3.39.4 GnuTLS: 3.8.4

Operating system:

Name: Windows 11 (build 22631), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm Settings dir: C:\Users\mr21\AppData\Roaming\FileZilla\

#13135 Incorrect error message "Invalid username given" when invalid host entered in Site Manager closed Bug report normal FileZilla Client
Description

When entering a site in Site Manager, if an invalid Host is provided, when attempting to click Connect or OK, the error message says "Invalid username given". To be clear, the error checking is fine, it is the error message that is incorrect.

Steps to reproduce:

  • Open site manager
  • Add new site
  • Enter in any User
  • Enter in any Password
  • Enter a Host name - include a @ at the *start* of your Host name
  • Click OK or Connect

Platform: Windows x64

[Discovered when being a lazy copy/paster]

#13136 FileZilla FTP not transfering or overwriting files transferred to my internet web host provider. accepted John Marshall Bug report normal FileZilla Client
Description

When I try to transfer my modified web page (index.html) document and associated files (e.g., pdf, jpg, etc.) the overwrite does not seem to be working as the old index.html file remains the same instead of reflecting the larger modified version's file size. Also for the larger 25.7 MB pdf document the transfer time lapse reads about 35-minutes and about half way through the transfer upload, it throws a Gnu TLS error - 110 TLS connection was non-properly terminated Error Disconnected from server and while my view of my Web host's directory in FileZilla shows the pdf as having been transferred, my web hosts informs that they do not see it.

#13137 Provide setting to change 'View/Edit' to 'View temp copy' new Feature request normal FileZilla Client
Description

If I want to view a temporary local copy of a remote file with FileZilla right now, the only quick option I have is the "View / Edit" button in the context menu. Unfortunately, this always starts a "local editing context" whereby if I modify the local temp file, FileZilla prompts me to upload the file. I don't like this because it makes it too easy for me to accidentally make changes to remote files when I don't intend to; I want to have to explicitly upload a file to change the remote file.

Please add a setting that will change the remote file's context menu entry to "View temp copy", and when this is clicked it simply creates a copy in Temp, views it, and does not open a "local editing context". Any changes made to the file will have no effect on the remote copy and you won't be prompted to upload the changes.

#13142 Hot keys new Feature request normal FileZilla Client
Description

Since the dawn of time our ancestors have taken joy in transferring files. Ever since the first sparks kindled flames at our command have we rejoiced in sending data from one computer to another.

And in those early days there was one truth. One unifying concept. One voice sung by all the file transfer programs that sprang out of the everlasting aether.

F5. Yes, the lowly, but almighty F5 key.

TablacusExplorer, press F5 to copy. Total Commander, press F5 to copy. Midnight Commander, press F5 to copy. Norton Commander, press F5 to copy. Free Commander, press F5 to copy. Double Commander, press F5 to copy. TFTP, press F5 to copy. WinSCP, press F5 to copy.

And lo', onto FileZilla we pitch into the void, pressing F5, trying to make the machine spring to life, to do our biddings, but, alas, the time honoured key has no meaning. As though the past has long since been forgotten. We thrash in the solipsistic moment and endure, as we have, the slower, crude, even vulgar use of: move mouse ... right-click ... download. For the F5 has been forsaken.

Feature request: How about letting users assign hot keys to functionality? Or perhaps wire up F5 to copy selected files?

#13143 Status of post-quantum key exchange new Bug report normal FileZilla Client
Description

OpenSSH uses post-quantum key exchange algorithm by default since 9.0 to prevent capture-now, decrypt-later attacks. Will the same get implemented on FileZilla Client?

#13144 File transfer issue new Bug report normal FileZilla Client
Description

First I have the latest version installed, 3.67.1 This have been happening in previous version as well, not just in this version

The problem is that when uploading couple of MBs files (or bigger), the transfer window does not show the file size being transferred or the transfer speed + the progress bar jumps directly to 100% while the file transfer has barely started, and it breaks in most cases and tries to re-upload the file again then fails eventually Also the priority column does not show

#13146 [PATCH] add 'View temp copy' feature new Patch normal FileZilla Client
Description

This is a patch to add the 'View temp copy' feature described in Issue #13137

#13149 Could not connect to server closed Bug report normal FileZilla Server
Description

We suddenly lost connection to the server. We are unable to connect to sftp server. Here is what prints when trying to connect.

Status: Connecting to sftp.sageintacctmpp.com... Response: fzSftp started, protocol_version=11 Command: open "ehe@…" 22 Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server Status: Waiting to retry... Status: Connecting to sftp.sageintacctmpp.com... Response: fzSftp started, protocol_version=11 Command: open "ehe@…" 22 Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server

Could this be an IP/white list issue?

#13150 Can not transfer files through aliyun's bastion host by scp new Bug report normal FileZilla Client
Description

list files is ok, but cannot upload files correctly. I use SecureFX is ok.

#13151 shift-double-click transfers multiple files even if double-click action is None new Bug report normal FileZilla Client
Description

Hi, I've set the double-click action on files to None. Double clicking on a single file doesn't transfer, as expected. But, if I select a range of files and shift-double-click to select the last file in the list, the selected range will be transferred.

Thanks!

#13152 No updates while speed limits are enabled new Bug report normal FileZilla Client
Description

Wenn die Geschwindigkeitsbegrenzung aktiviert ist, dann werden die Daten im Fenster "zu übertragende Dateien" nicht aktualisiert. Damit meine ich die bislang gesendeten Daten, die Geschwindigkeit und die verbleibende Zeit.

Das Problem existiert schon seit langer Zeit. v3.67.1

After enabling speed limits FileZilla does not update the information for the current jobs (transferred data, speed, remaining time). The problem exists already for a long time.

#13154 FileZilla Application will not install new Bug report normal FileZilla Client
Description

The FileZilla executable install file does not launch when I click it. I getting the spinning circle for 30 seconds or so, but the installer never launches.

#13155 Connection Timeout Issue with FTP Server closed Bug report normal FileZilla Client
Description

I am experiencing an issue while trying to connect to the FTP server at ftptms.acquiremedia.com. Interestingly, my colleagues are able to connect without any issues, but another client is also encountering the same problem. Below are the latest details of my connection attempts:

  1. Connection Attempt:
  • Time: 11:10:43
  • Status: Resolving address of ftptms.acquiremedia.com
  • Connecting to: 34.66.114.227:21
  • Status: Connection established, waiting for welcome message.
  • Warning: Insecure server, it does not support FTP over TLS.
  1. User Authentication:
  • Command: USER universal
  • Response: 331 Please specify the password.
  • Command: PASS (password hidden for security)
  1. Connection Timeout:
  • Error: Connection timed out after 20 seconds of inactivity.
  • Error: Could not connect to server.
  • Status: Waiting to retry...
  1. Second Connection Attempt:
  • Status: Resolving address of ftptms.acquiremedia.com
  • Connecting to: 34.66.114.227:21
  • Status: Connection established, waiting for welcome message.
  • Response: 220 (vsFTPd 3.0.2)
  • Command: AUTH TLS
  • Response: 530 Please login with USER and PASS.
  • Command: AUTH SSL
  • Response: 530 Please login with USER and PASS.
  • Warning: Insecure server, it does not support FTP over TLS.
  1. Re-attempt User Authentication:
  • Command: USER universal
  • Response: 331 Please specify the password.
  • Command: PASS
  • Error: Connection timed out after 20 seconds of inactivity.
  • Error: Could not connect to server.

Despite my colleagues being able to connect successfully, I continue to face this timeout issue. Additionally, the fact that another client is experiencing the same problem raises concerns about a possible underlying issue.

Could you please advise on how I can resolve this matter? Any assistance would be greatly appreciated.

#13156 Version 3.67.1 closed Bug report normal FileZilla Client
Description

FileZilla version 3.67.1 has a bug in Windows 7. Explorer on the hard drive does not work. I installed an older version (3.43) and it's OK.

#13157 Filezilla UI Hangs After Clicking "Yes" for "File Has Changed" dialog new Bug report normal FileZilla Client
Description

The "freeze" causes everything in FileZilla except scrolling file/dir listings to fail. You have to kill the process to terminate it as it will not close.

It does this depending on timing of other UI interactions. For example it takes a while to determine that the file has changed and display the dialog, if a split second before that you clicked a tab to change to a different connection/view then it may hang.

======= FileZilla Client


Version: 3.67.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2024-07-10 Compiled with: x86_64-w64-mingw32-gcc (GCC) 12-win32 Compiler flags: -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.2.5 SQLite: 3.39.4 GnuTLS: 3.8.4

Operating system:

Name: Windows 11 (build 22631), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm Settings dir: C:\Users\Dennis\AppData\Roaming\FileZilla\

#13159 URL for source tarball no longer works closed Bug report normal FileZilla Client
Description

Recently the URL for downloading the source tarball stopped working (for example https://download.filezilla-project.org/client/FileZilla_3.67.1_src.tar.xz)

The current URLs on the website seem to be dynamic and expire after some time.

Is there a stable download URL somewhere?

thanks

#13161 [macOS] FileZilla FTP upload doesn't work with network extensions NETransparentProxyProvider provider closed Bug report normal FileZilla Client
Description

In the FTP file uploading (Passive mode), we observed that FileZilla call shutdown(SHUT_WR) to half-close the TCP sending when the file is sent completely. If there is NETransparentProxyProvider provider is running on the macOS and taking over the FTP Data connection, it won't be able to get the closing notification from the macOS network extension framework. However, if an app calls close() API, the macOS network extension framework will notify the provider with zero length data. We found most of other FTP clients (like inetutils-ftp-command-tool, cyberduck, etc), they are all calling close() which has no problem to work with NETransparentProxyProvider provider. I reported the bug want to know if FileZilla has plan to fix it? If so, is there a timeline?

#13162 Unable to make connection new Bug report normal FileZilla Client
Description

Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error: Could not connect to server Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server Status: Delaying connection for 5 seconds due to previously failed connection attempt... Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server Status: Delaying connection for 3 seconds due to previously failed connection attempt... Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS * Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from server Status: Delaying connection for 5 seconds due to previously failed connection attempt... Status: Connecting to 160.153.94.71:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: TLS connection established. Command: USER rdbrewer@… Response: 331 User rdbrewer@… OK. Password required Command: PASS Response: 530 Login authentication failed Error: Critical error: Could not connect to server

#13165 FileZilla server 1.9.2 anonymous access bug closed Bug report normal FileZilla Server
Description

I have a windows 11 pro 23H2 and a FileZilla server 1.9.2 installed

I set config: User: anonymous User is enabled Do not require authentication

Then i trying to connect with anonymous to my server i see next:

server log: <Date/Time> Info [Type] Message <04.10.2024 11:35:48> FTP Session 8 127.0.0.1 [Trace] Session 0x20831d00290 with ID 8 destroyed. <04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Trace] Session 0x20831cfe280 with ID 9 created. <04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Response] 220-FileZilla Server 1.9.2 <04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Response] 220 Please visit https://filezilla-project.org/ <04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Command] USER anonymous <04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Response] 503 Use AUTH first. <04.10.2024 11:35:53> FTP Server [Status] Session 9 ended gracefully. <04.10.2024 11:35:53> FTP Session 9 127.0.0.1 [Trace] Session 0x20831cfe280 with ID 9 destroyed.

at filezila client log: 220-FileZilla Server 1.9.2 Please visit https://filezilla-project.org/ Regular FTP is not secure. Please switch to FTP over TLS. Command: USER anonymous Answer: 503 Use AUTH first. Error: Unable to connect to server

The same configuration on FileZilla server 1.8.2 with user anonymous -- work perfectly.

#13166 Site Manager Not Focused new Bug report normal FileZilla Client
Description

Used CTRL+S to open Site Manager.

The site I want to connect to is highlighted.

I hit ENTER to connect and nothing!

Arrow UP and DOWN and nothing; Site Manager does not allow me to select any other site.

I TAB and Arrow UP And DOWN and NOTHING.

Site Manager reacts to nothing I do with the keyboard until I Click on the Site Manager Pop Up.

#13167 Filezilla -Virus Detected on Download closed Bug report normal FileZilla Client
Description

I am trying to install Filezilla but I keep getting the message that Virus is detected.

I have tried it from several different areas. My co-worker is also having the same experience.

https://filezilla-project.org/download.php?type=client This url displays the following on the screen - SCREEN Download FileZilla Client for Windows (64bit x86) The latest stable version of FileZilla Client is 3.67.1

Please select the file appropriate for your platform below.

Windows (64bit x86) Operating system logo Download FileZilla Client (This is a green button on the screen)

This installer may include bundled offers. Check below for more options.

The 64bit versions of Windows 8.1, 10 and 11 are supported.

More download options Other platforms: Windows (32bit x86)macOS (Intel)macOS (Apple Silicon)Linux (64bit x86)Linux (32bit x86)

Not what you are looking for?

Show additional download options End Screen

In my downloads, it says FileZilla_3.67.1_win64_sponsored2-setup.exe Virus Detected

Please let me know if this is something you are going to fix. Thanks!

#13168 128GB MicroSD Card not accessible closed Bug report normal FileZilla Client
Description

I switched my cell phone from a 64GB MicroSD card to a 128GB MicroSD card. Ever since I switched I am unable to use FileZilla to access the MicroSD card. I searched your website and can't find anything on MicroSD cards. Is this a bug or a limitation of FileZilla?

#13171 Pro als AppImage new Feature request normal FileZilla Client
Description

Hallo,

ich nutzte Manjaro und habe damit immer wieder nach einem Update Probleme. Deshalb habe ich bereits einen großen Teil der genutzten Programme als AppImage ausgelagert.

Einige fehlen noch, darunter FileZilla.

Ich würde gerne die Pro-Version kaufen, wenn es diese als AppImage geben würde (universell, nicht nur für Debian-basierte Distros).

Viele Grüße Peter

#13172 Cancelar upload de arquivo closed Bug report normal FileZilla Client
Description

Ao cancelar um upload de arquivo, a ação fica registrada na aba de Transferências bem sucedidas e sobe o pop-up de transferência bem sucedida quando na verdade o arquivo nem foi enviado. Entendo que se a ação de transferência foi cancelada e não foi executada, não deveria ser considerada bem sucedida.

#13173 Message catalogs installed in wrong location new Bug report normal FileZilla Client
Description

I've got a downstream bug in Debian (or two actually, one on each filezilla and libfilezilla) - which claims that some of the translations are installed to the wrong locations.

With the example from the Debian bug,

The message catalog for Thai is installed in /usr/share/locale/th_TH/LC_MESSAGES/filezilla.mo .

This has the effect that for users who set LANGUAGE=th (per the documentation at https://www.gnu.org/software/gettext/manual/html_node/The-LANGUAGE-variable.html) the message catalog is not found. Thai is spoken only in Thailand; therefore there is no point in storing the message catalog only in /usr/share/locale/th_TH/ and not under /usr/share/locale/th/ .

The file should be moved to /usr/share/locale/th/LC_MESSAGES/filezilla.mo .

On the other hand, for example Portuguese has translations for both pt_PT (Portuguese) and pt_BR (Brasilian Portuguese), and since there's two, you'll need to specify which one of those you want.

Does this make sense?

The Debian bugs (with lists of the affected translations) can be found here:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085985 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085987

best /Andreas

#13174 Although it is not in the specification, accept LIST *.* (and LIST -a) as an option closed Feature request normal FileZilla Server
Description

Hi, My ftp client is an industrial plastic injection press using an old standard protocole called EuropMap63 that unfortunately uses "LIST *.*". I have no hope to the see protocole and the zillion of machines updated.

I have read the FAQ, forum's discussions, and past tickets : this is not a new subject. I understand your point about specifications.

So far my options are : use the 0.9.6 release (not a good idea) or use another server (would make me sad).

I just wonder how complex it would be to add an option like "accept non standard LIST commands" or equivalent. This would make it clear that this is no good ftp, but could allow many of us facing the same issue to keep using Filezilla. The option could for example treat all "LIST whatever" calls as "LIST" even for files & directories.

#13175 Filezilla is wrongly sorting files with diacritics new Bug report normal FileZilla Client
Description

When i click the Filename column to sort, for example descending, I can see the files starting with these letters:

ž š č ú í z y v u

instead of grouping all diacritics characters on the top as seen above, it is natural to "group" z, ž together, ú, ů, u together, etc. in czech language proper and common sorting order is to first mentioned main letter (u) and then letters with diacritics.

FileZilla Client


Version: 3.63.0

Build information:

Compiled for: x86_64-pc-linux-gnu Compiled on: x86_64-pc-linux-gnu Build date: 2023-12-22 Compiled with: gcc (Debian 12.2.0-14) 12.2.0 Compiler flags: -g -O2 -ffile-prefix-map=/build/reproducible-path/filezilla-3.63.0=. -fstack-protector-strong -Wformat -Werror=format-security -Wall

Linked against:

wxWidgets: 3.2.2 SQLite: 3.40.1 GnuTLS: 3.7.9

Operating system:

Name: Linux 6.1.0-26-amd64 x86_64 Version: 6.1 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm Settings dir: /home/user/.config/filezilla/

#13177 filezilla + libfilezilla fail to build on systems with Clangs libcc 19.1.x: error: implicit instantiation of undefined template 'std::char_traits<unsigned char>' new Bug report normal FileZilla Client
Description

Both libfilezilla and filezilla fail to build on my Gentoo Linux musl/llvm system since libcc 19.1.x is used (libcc 18.1.x was fine).

filezilla 3.67.1 build error:

libtool: compile:  clang++ -std=c++17 -DHAVE_CONFIG_H -I../../config -DBUILDING_FILEZILLA -DNDEBUG -fvisibility=hidden -Os -march=bdver2 -pipe -Wall -Werror=partial-availability -c activity_logger_layer.cpp  -fPIC -DPIC -o .libs/libfzclient_private_la-activity_logger_layer.o
/bin/sh ../../libtool  --tag=CXX   --mode=compile clang++ -std=c++17 -DHAVE_CONFIG_H   -I../../config  -DBUILDING_FILEZILLA -DNDEBUG -fvisibility=hidden -Os -march=bdver2 -pipe -Wall -Werror=partial-availability -c -o libfzclient_private_la-commands.lo `test -f 'commands.cpp' || echo './'`commands.cpp
libtool: compile:  clang++ -std=c++17 -DHAVE_CONFIG_H -I../../config -DBUILDING_FILEZILLA -DNDEBUG -fvisibility=hidden -Os -march=bdver2 -pipe -Wall -Werror=partial-availability -c commands.cpp  -fPIC -DPIC -o .libs/libfzclient_private_la-commands.o
In file included from commands.cpp:1:
In file included from ./filezilla.h:1:
In file included from ./../include/libfilezilla_engine.h:12:
In file included from /usr/include/libfilezilla/libfilezilla.hpp:7:
In file included from /usr/include/libfilezilla/string.hpp:9:
In file included from /usr/include/c++/v1/string:647:
/usr/include/c++/v1/string_view:300:42: error: implicit instantiation of undefined
      template 'std::char_traits<unsigned char>'
  300 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
/usr/include/libfilezilla/hash.hpp:112:44: note: in instantiation of template
      class 'std::basic_string_view<unsigned char>' requested here
  112 |           std::enable_if_t<sizeof(typename PasswordContainer::value_type) == sizeof(uint8_t) &&
      |                                            ^
/usr/include/libfilezilla/hash.hpp:114:22: note: while substituting prior template
      arguments into non-type template parameter [with PasswordContainer =
      std::basic_string_view<uint8_t>, SaltContainer = std::basic_string_view<uint8_t>]
  114 |   ...pbkdf2_hmac_sha256(PasswordContainer const& password, SaltContainer const& salt, size_t length, unsigned int iterations)
      |      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libfilezilla/hash.hpp:116:9: note: while substituting deduced
      template arguments into function template 'pbkdf2_hmac_sha256' [with PasswordContainer =
      std::basic_string_view<uint8_t>, SaltContainer = std::basic_string_view<uint8_t>, $2 =
      (no value)]
  116 |         return pbkdf2_hmac_sha256(std::basic_string_view<uint8_t>(reinterpret_cast<uint8_t cons...
      |                ^
/usr/include/c++/v1/__string/char_traits.h:45:8: note: template is declared here
   45 | struct char_traits;
      |        ^
1 error generated.
make[3]: *** [Makefile:996: libfzclient_private_la-commands.lo] Error 1
make[3]: Leaving directory '/var/tmp/portage/net-ftp/filezilla-3.67.1/work/filezilla-3.67.1/src/engine'
make[2]: *** [Makefile:690: all] Error 2
make[2]: Leaving directory '/var/tmp/portage/net-ftp/filezilla-3.67.1/work/filezilla-3.67.1/src/engine'
make[1]: *** [Makefile:439: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-ftp/filezilla-3.67.1/work/filezilla-3.67.1/src'
make: *** [Makefile:635: all-recursive] Error 1

libfilezilla 0.48.1 build error:

make[1]: Entering directory '/var/tmp/portage/dev-libs/libfilezilla-0.48.1/work/libfilezilla-0.48.1/lib'
/bin/sh ../libtool  --tag=CXX   --mode=compile clang++ -std=c++17 -DHAVE_CONFIG_H    -I../config -DBUILDING_LIBFILEZILLA    -I. -I./libfilezilla   -fvisibility=hidden -Os -march=bdver2 -pipe -Wall -g -Werror=partial-availability -c -o aio/libfilezilla_la-aio.lo `test -f 'aio/aio.cpp' || echo './'`aio/aio.cpp
libtool: compile:  clang++ -std=c++17 -DHAVE_CONFIG_H -I../config -DBUILDING_LIBFILEZILLA -I. -I./libfilezilla -fvisibility=hidden -Os -march=bdver2 -pipe -Wall -g -Werror=partial-availability -c aio/aio.cpp  -fPIC -DPIC -o aio/.libs/libfilezilla_la-aio.o
In file included from aio/aio.cpp:1:
In file included from aio/../libfilezilla/aio/aio.hpp:8:
In file included from aio/../libfilezilla/aio/../event.hpp:4:
In file included from aio/../libfilezilla/aio/../libfilezilla.hpp:7:
In file included from aio/../libfilezilla/aio/../string.hpp:9:
In file included from /usr/include/c++/v1/string:647:
/usr/include/c++/v1/string_view:300:42: error: implicit instantiation of undefined
      template 'std::char_traits<unsigned char>'
  300 |   static_assert(is_same<_CharT, typename traits_type::char_type>::value,
      |                                          ^
aio/../libfilezilla/util.hpp:72:44: note: in instantiation of template class
      'std::basic_string_view<unsigned char>' requested here
   72 |           std::enable_if_t<sizeof(typename First::value_type) == sizeof(uint8_t) &&
      |                                            ^
aio/../libfilezilla/util.hpp:74:13: note: while substituting prior template
      arguments into non-type template parameter [with First = std::basic_string_view<uint8_t>, Second
      = std::basic_string_view<uint8_t>]
   74 | inline bool equal_consttime(First const& lhs, Second const& rhs)
      |             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
aio/../libfilezilla/util.hpp:76:9: note: while substituting deduced template
      arguments into function template 'equal_consttime' [with First = std::basic_string_view<uint8_t>,
      Second = std::basic_string_view<uint8_t>, $2 = (no value)]
   76 |         return equal_consttime(std::basic_string_view<uint8_t>(reinterpret_cast<uint8_t const*>...
      |                ^
/usr/include/c++/v1/__string/char_traits.h:45:8: note: template is declared here
   45 | struct char_traits;
      |        ^
1 error generated.
make[1]: *** [Makefile:900: aio/libfilezilla_la-aio.lo] Error 1
make[1]: Leaving directory '/var/tmp/portage/dev-libs/libfilezilla-0.48.1/work/libfilezilla-0.48.1/lib'
make: *** [Makefile:495: all-recursive] Error 1

This is Gentoo downstream bug report https://bugs.gentoo.org/941779 and https://bugs.gentoo.org/941775.

#13179 Synchronizaton turns off when using "Restore Tabs and connect" new Bug report normal FileZilla Client
Description

If I select "Restore Tabs and connect" at startup then the "Synchronized browsing" is turned off. If I select "Show the site manager" and then click "Connect" the "Synchronized browsing" remains on at startup.

#13180 Local file list empty on change directory new Bug report normal FileZilla Client
Description

Hi and thanks for the precious Filezilla i'm using Ubuntu 24.10 gnome 47.

In fileZilla window, local files panel, if i change directory (up or down) to enter a folder, the list is empty. Clicking in the void reveals a line and only one if there was one under the mouse. Refreshing via F5 populates the full list. Resizing the window also populates the list. Until the next CD.

#13181 File transfer failed halfway while uploading process new Bug report normal FileZilla Server
Description

Hi, please refer the error message below as the upload process didn't works good. Thank you for your assistance.

Best Regards Tan Message I received:

Status: Connecting to 60.249.116.20:21… Status: Connection established, waiting for welcome message… Status: The FTP protocol is insecure. Switch from FTP to TLS protocol. Status: Connected Status: Retrieving folder contents… Status: Folder contents of “/” displayed successfully Status: Retrieving contents of folder “/RD-DESIGN”… Status: Folder contents of “/RD-DESIGN” displayed successfully Status: Retrieving contents of folder “/RD-DESIGN/02- DESIGN SW FILES”… Status: Folder contents of “/RD-DESIGN/02- DESIGN SW FILES” displayed successfully Status: Deleting “/RD-DESIGN/02- DESIGN SW FILES/1- ASSY, HITCH FOOT, ANTISWAY, V5-1.zip” Status: Connecting to 60.249.116.20:21… Status: Connection established, waiting for welcome message… Status: The FTP protocol is insecure. Switch from FTP to TLS protocol. Status: Connected Status: Starting upload of C:\Users\Utisateur\Desktop\1- ASSY, HITCH FOOT, ANTISWAY, V5 2024-11-04.zip Command: CWD /RD-DESIGN/02- DESIGN SW FILES Response: 250 CWD command successful Command: PWD Response: 257 "/RD-DESIGN/02- DESIGN SW FILES" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (60,249,116,20,220,125). Command: STOR 1- ASSY, HITCH FOOT, ANTISWAY, V5 2024-11-04.zip Response: 150 Opening BINARY mode data connection for 1- ASSY, HITCH FOOT, ANTISWAY, V5 2024-11-04.zip Error: Connection interrupted after 20 seconds of inactivity Error: File transfer failed Status: Connecting to 60.249.116.20:21… Status: Connection established, waiting for welcome message… Status: The FTP protocol is insecure. Switch from FTP to TLS protocol. Status: Connected Status: Starting upload of C:\Users\Utisateur\Desktop\1- ASSY, HITCH FOOT, ANTISWAY, V5 2024-11-04.zip Status: Retrieving contents of folder “/RD-DESIGN/02- DESIGN SW FILES”… Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (60,249,116,20,220,212). Command: MLSD Response: 150 Opening BINARY mode data connection for MLSD Response: 226 Transfer complete Command: PASV Response: 227 Entering Passive Mode (60,249,116,20,218,3). Command: REST 784020 Response: 350 Restarting at 784020. Send STORE or RETRIEVE to initiate transfer Command: STOR 1- ASSY, HITCH FOOT, ANTISWAY, V5 2024-11-04.zip Response: 150 Opening BINARY mode data connection for 1- ASSY, HITCH FOOT, ANTISWAY, V5 2024-11-04.zip Error: Connection interrupted after 20 seconds of inactivity Error: File transfer failed Status: Connecting to 60.249.116.20:21… Status: Connection established, waiting for welcome message… Status: The FTP protocol is insecure. Switch from FTP to TLS protocol. Status: Connected Status: Starting upload of C:\Users\Utisateur\Desktop\1- ASSY, HITCH FOOT, ANTISWAY, V5 2024-11-04.zip Status: Retrieving contents of folder “/RD-DESIGN/02- DESIGN SW FILES”… Status: Folder contents of “/RD-DESIGN/02- DESIGN SW FILES” displayed successfully

#13182 Issue to update Filezilla Client closed Bug report normal FileZilla Client
Description

Dear Support,

We use NinjaOne for the patching management. We use your client FileZilla and we have set up a rule to update your software when there is an update available. We have approximately +100 computers with this software and the update failed...'access denied'

One question, did you ban/blacklist some public IP ? Did you see something with this : 81.92.239.239

Thank for your help. Kind regards, Thomas

#13183 FileZilla Pro: Feature request - Hetzner Object Storage S3 closed Feature request normal FileZilla Client
Description

Greetings,

Lately, I've successfully registered and am using Hetzner Object Storage which is compatible with S3 via Hetzner API.

Also using FileZilla Pro FTP for Windows.

Source articles from Hetzner:

Wonder if it is possible to implement Hetzner API and get this Hetzner Object Storage as an option in dropdown select, in soon future for FileZilla Pro?

Thank you in advance

Image:

Add Hetzner object storage option

#13185 Setting default action new Bug report normal FileZilla Client
Description

The data file with a .ts extention is not able to resume

#13186 Stable way to fetch sources for packaging new Bug report normal FileZilla Client
Description

Hi,

I'm the Arch Linux package maintainer for the filezilla & libfilezilla packages [1][2].

Recently the website's download link for sources became unstable. The related ticket [3] was closed explaining that this was intentional, in order to prevent eventual infrastructure abuses.

While I totally understand the desire to avoid such potential abuses, this causes problems for downstream distributions packaging & redistributing filezilla / libfilezilla.

Indeed, due to its (now) unstable nature, the website download link cannot be used to fetch sources in our packaging workflow anymore (both to fetch valid sources and for reproducibility matters). I studied switching to SVN sources but it seems tags are not created there anymore [4][5], so we can't really use that either (unless we pinpoint specific revisions but this isn't really desirable)...

As such, distributions have started mirroring filezilla / libfilezilla tarballs on their side (see Open-Suse [6], Alpine [7] & Gentoo [8] for instance). Of course, this technically works, but this represents significative extra burdens in our packaging workflow and automation.

Can a solution be discussed? If a stable download link is not desirable on your side (regarding eventual infrastructure abuses), would you eventually consider creating tags again on the SVN repo so distributions can use that as a source for their packages?

Since the download page for filezilla [9] "highly recommends to use the package management system of distributions", I think it's fair to ask for a way to facilitate packaging for such distributions.

I remain available to discuss eventual solutions or if any additional information is needed!

[1] https://archlinux.org/packages/extra/x86_64/filezilla/ [2] https://archlinux.org/packages/extra/x86_64/libfilezilla/ [3] https://trac.filezilla-project.org/ticket/13159#no4 [4] https://svn.filezilla-project.org/filezilla/FileZilla3/tags/?sortby=date [5] https://svn.filezilla-project.org/filezilla/libfilezilla/tags/?sortby=date#dirlist [6] https://build.opensuse.org/projects/openSUSE:Factory/packages/filezilla/files/filezilla.spec#L=29 [7] https://gitlab.alpinelinux.org/alpine/aports/-/blob/master/community/filezilla/APKBUILD#L24 [8] https://gitweb.gentoo.org/repo/gentoo.git/tree/net-ftp/filezilla/filezilla-3.68.1.ebuild#n15 [9] https://filezilla-project.org/download.php?type=client

#13187 Settings UI completely broken: integer fields new Bug report normal FileZilla Client
Description

See the screenshot.

Clicking next to the number on the ">" that is only partially visible (the "<" is nowhere to be seen) will actually DEcrement the number, while clicking further to the right, on the text outside, will increment it.

#13188 Dynamic unselecting of selected files new Feature request normal FileZilla Client
Description

I work with webshops. That means that I often upload and download complex file trees with ten-thousands of files. Regularly I discover after I started an upload or download that some big directories are not needed. Unfortunately there is no way to unselect it. And when I stop the transfer and redo the transfer all the files that I transferred before will be transferred again as there is no way to be certain what has been transferred. Even with skipping existing files there will be a considerable loss of time.

To solve this I would like to have an option where I can unselect directories dynamically from an already started transmission.

#13189 Drag&Drop improvement new Feature request normal FileZilla Client
Description

At the moment it's only possible to activate or deactivate Drag&Drop. So far so good. Activated Drag&Drop could lead to unwanted movements in the file structure, by accidently dragging directories for example. With disabled Drag&Drop there is no easy way to move files or directories. So the idea is to keep Drag&Drop enabled, but enable dragging only if another (maybe customizable) key is hold while dragging at the same time. So there is no risk anymore to use the functionality accidentally.

#13190 Upload stops at 47% closed Bug report normal FileZilla Client
Description

Dear supporter Team,

I have attempted to upload the file "20-48656_R_2.fastq.gz" on my folder multiple times, but the upload stops at 47%. Despite trying to save the file in a different folder and re-uploading, I continue to experience the same issue. The file size is 2.73GB.

Error resolved.

THANK YOU.

#13191 Site manager drop down. new Bug report normal FileZilla Client
Description

When you click the drop down arrow beside site manager, the size of the list is determined by the resolution of primary monitor, not the size of the current window or the size of the current monitor.

This means if you are running filezilla on a lower res secondary monitor your site list will have the bottom third cut off and scrolling will not function properly.

Example: Primary 2560x1440 Secondary 1920x1080

#13192 Invalid hostname - components cannot be all number closed Bug report normal FileZilla Server
Description

Hello, FileZilla refuses hostnames like ftp.1234.com when generating certificates (self signed or let's encrypt). An error is shown

Invalid hostname 'ftp.1234.com'.
Components of host names cannot be all numbers.

According to RFC1123 these hostnames are valid, and shouldn't be blocked for certificate generation.

#13194 Upload capped at 2MB/s new Bug report normal FileZilla Client
Description

A strange situation when u/l to a server. The u/l refuses to go above 2MB/s. Downloads go at 10MB /s.

No errors in the debug log. Simultaneous transfers set to 2, Traffic limiter off.

From the same machine to same server: rsync, cyberduck at 15MB/s. iperf to server at 175Mbps MacOS 12.7.5 (21H1222), Intel i9, 64GB RAM, 2TB.

#13196 Add faster handling for large numbers of files closed Feature request normal FileZilla Client
Description

Filezilla uses only core ftp/sftp commands, which requires it to manipulate files one at a time, incurring network overhead each time. This can result in it taking hours to delete or transfer a few thousand small files. This delay is not necessary; sshing into the remote machine and using rm -r for deletions, or zipping the files before transfer, could increase execution speed by multiple orders of magnitude.

#13197 Global options how to handle with existing files aren't getting applied – second option under "Transfers" overwrites it new Bug report normal FileZilla Client
Description

I'm using FileZilla on MacOS and the other day, when migrating an entire server, my queue was constantly running empty and therefore, the program continued to ask me how to handle existing files. I selected "overwrite all" (something I usually never do) and did not check the checkbox to only apply this behavior for the current queue (as the queue constantly "finished" and then a "new queue" started despite it being the same operation; it was just getting too annoying having to select the same option 20 times in one minute).

Lo and behold, this worked and I could complete my migration. The next day, I wanted to change the default behavior of FileZilla again, went to the options in MacOS (CMD + ,) and changed it back to "always ask". This change in the options did NOT get applied and FileZilla kept overwriting everything without prompting me first.

I later learned that in the menu under "Transfers" (sorry, using the German translation, it's "Übertragungen" in German), there is another option where you can select how to proceed with existing files. Applying the change there led to the expected result, but it appears that the option inside the options dialogue (CMD + ,) is not getting applied.

---

FileZilla Client


Version: 3.68.1

Build information:

Compiled for: aarch64-apple-darwin24.0.0 Compiled on: aarch64-apple-darwin24.0.0 Build date: 2024-11-04 Compiled with: Apple clang version 16.0.0 (clang-1600.0.26.3) Compiler flags: -O2 -g -Wall -Wextra -pedantic -O2 -g -Wall -Wextra -pedantic -mmacosx-version-min=11.0 -Werror=partial-availability

Linked against:

wxWidgets: 3.2.5 SQLite: 3.44.2 GnuTLS: 3.8.4

Operating system:

Name: macOS Version 15.1.1 (Build 24B91) Version: 15.1 Settings dir: /Users/soulwarrior/.config/filezilla/

#13198 Mail-Adresse der Lizensierung ändern new Other normal FileZilla Client
Description

Hallo,

ich habe vor ein paar Jahren FileZilla Pro gekauft mit der Mail-Adresse monikakexel@…, Order-Nummer 89317120. Nun wird die obige Mail-Adresse zum 01.02.2025 gelöscht, was muss ich tun, um Diese zu ändern?

Vielen Dank

  1. Kexel
#13199 Fails to connect to s3.wasabisys.com with implicit TLS closed Bug report normal FileZilla Client
Description

What I did:

  • Launch FileZilla
  • In the Quickconnect bar, enter host: s3.wasabisys.com, username: foo, password: bar, port: 990
  • Hit the Quickconnect button

What I expected:

  • An error about incorrect user/pass

What occurred:

  • "Error: Received TLS alert from the server: No supported application protocol could be negotiated (120)"
  • Full level-3 debug log will be attached

I am able to connect properly with other FTPS clients, such as lftp and rclone, so this feels like a FileZilla problem. Any user/pass will reproduce this error, you don't have to be subscribed to Wasabi to see the TLS failure.

Details:

  • I am running the latest FileZilla 3.68.1 for x86_64 Linux, downloaded directly from the FileZilla website.
  • I am running Ubuntu Linux 24.04.1
  • I have searched for similar issues
  • I have successfully run the Network configuration wizard, with no errors
  • I am happy to provide further information, eg: Wireshark logs, if that would be helpful
#13202 Non è un Bug Ma un miglioramento. new Feature request normal FileZilla Client
Description

Io come tanti milioni di persone soffro di maculopatia miopica, l'unica possibilità di avere accesso facilitato è avere il testo Sfondo Nero e caratteri bianchi. delphi ha questa possibilità Windows 10-11 anche, FileZilla potrebbe molto facilmente adottare la modifica . Io ne sarei felice ma sicuro anche altre centinaia di persone. Tutti quelli che hanno problemi di visione. Grazie. Paolo Parenti

#13204 Change Label on Tabs new Feature request normal FileZilla Client
Description

Being a web developer, I often have at least 3 or 4 tabs open any given day, as I go from project to project. Sometimes going back to a project later in the day, so I leave all my tabs open.

It would be nice to change the label on the tabs, or at least have a feature to not show, the login username and IP/Server on the tab, so it only shows the label from the list.

I noticed this was requested once, but was lumped in with a request to color code tabs, which I didnt notice before. However I would still like the option (even just a checkbox) to show/hide connection details on the tabs so I can see more tabs in my window

#13205 Allow the Interactive Login to keep the Password reopened Feature request normal FileZilla Client
Description

We have just had two factor authentication added to a number of servers.

Using Filezilla, when I select interactive login on the connection settings, the password field is lost, I can understand why as that makes it truly interactive.

I have another (nowhere near as good as Filezilla!) that when I select Interactive login, it allows me to keep the password.

This means that when I log in through this tool (PortX), it returns the 2fa response and I do not have to keep getting the obscure passwords that I have for each site.

It is VASTLY quicker that the current Filezilla implementation. I hope this feature request meets with your approval.

#13206 Update popup notification even though it's set to "Never" new Bug report normal FileZilla Client
Description

When update check is set to never the Check for Updates popup shouldn't ever been shown to a user anytime that FileZilla client is being launched.

I read through https://trac.filezilla-project.org/ticket/12999 and I suspect that this is what they were requesting.

#13208 App is not responding on Mac closed Bug report normal FileZilla Client
Description

When I try to open the app I get a message 'FileZilla is not responding' and I have to Force Quit. I tried deleting the app and downloading the latest version but get the same problem. I was trying to access the app because up to now all my transfers were of files in my documents folder on the Mac. However all these files are now in the cloud and not on the Mac and I wanted to see how to manage transfers in the new circumstances. I don't know if relocating the files is relevant or the problem with FileZilla is just coincidence. I last used FileZilla succesfully on Jan 1st.

#13209 Holding shift + scrolling up with the mouse pointer over a file initiates a transfer new Bug report normal FileZilla Client
Description

While holding shift, if the mouse pointer is over a file (in either the local site or remote site file lists) scrolling up (with the scroll wheel on a mouse or with a touchpad gesture) will unexpectedly initiate a transfer.

#13210 Connections timeout with large queue new Bug report normal FileZilla Client
Description

I have been using FileZilla successfully for years. Many years.

So the account settings I have setup have worked for a very long time, and, generally speaking, continue to work to this day. I can connect to my webhost's FTP server, browse, and upload/download files as before.

However, when I try to upload a very large (15,000+) directory of files, all upload connections timeout and refuse to connect.

My webhost (Dreamhost) claims nothing is wrong on their end, and when I tried with a different FTP client (WinSCP) everything worked fine.

Before attempting the upload I have successfully connected to the server, and browsed to the correct destination folder. The connection settings are fine.

I have tried this on both Windows and MacOS with the same result.

When starting the upload attempt, the log in FileZilla is as follows:

Status:	Directory listing of "/home/crazydef/sites" successful
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Status:	Connecting to iad1-shared-b8-23.dreamhost.com...
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Response:	fzSftp started, protocol_version=11
Command:	open "crazydef@iad1-shared-b8-23.dreamhost.com" 22
Error:	Could not connect to server
Status:	Disconnected from server
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Error:	Could not connect to server
Status:	Disconnected from server
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Status:	Disconnected from server
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Error:	Connection timed out after 20 seconds of inactivity
Error:	Could not connect to server
Status:	Disconnected from server
Status:	Disconnected from server
Status:	Disconnected from server
Status:	Disconnected from server
Status:	Disconnected from server
Status:	Disconnected from server
Status:	Disconnected from server
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Status:	Delaying connection for 5 seconds due to previously failed connection attempt...
Status:	Delaying connection for 1 second due to previously failed connection attempt...
Status:	Delaying connection for 1 second due to previously failed connection attempt...

#13212 Cannot Access MicroSD card on cell phone closed Bug report normal FileZilla Client
Description

I have been using FileZille Pro for quite some time now. I connect to my cell phone. I can access the phones memory just fine. But I recently moved from a 64GB to a 128GB MicroSD card. Since then I can no longer access the MicroSD card from FileZilla, but I can still access the phones memory. I've searched your website and only found an old request of mine. I was sent a link that mentioned problems accessing an FTP site. But I can access the phone just fine, its just the 128GB MicroSD card that FileZilla can no longer access. Is this a limitation of FileZilla?

#13213 When freshly loading FileZilla Client it takes forever to load new Bug report normal FileZilla Client
Description

My details are below. I wind up going to the task manager, then to details and setting the priority to real-time to bring it up. Why is this so slow, it didn't seem it used to be a few versions ago. Can this be fixed?

FileZilla Client


Version: 3.68.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2024-11-04 Compiled with: x86_64-w64-mingw32-gcc (GCC) 12-win32 Compiler flags: -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.2.5 SQLite: 3.39.4 GnuTLS: 3.8.7

Operating system:

Name: Windows 11 (build 22631), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm Settings dir: C:\Users\troy hoopes\AppData\Roaming\FileZilla\

#13214 could CVE-2024-0553 potentially be impacting FileZilla? new Bug report normal FileZilla Client
Description

I keep getting disconnected and FileZilla attempts several reconnects before failing with files that are >100MB. I'm using FileZilla 3.67.1.

The GnuTLS version FileZilla is linked against is version 3.8.6. I've read online about how TLS sits on top of TCP/IP and does its magic.

I've repeatedly evaluated my upstream connection; traded in my old cablemodem for a new one, temporarily disabled the firewall through 10.0.0.1, and so on. I keep getting disconnected when I use SFTP. This does NOT happen with persistent SSH/port 22 connections (which have nothing to do with FileZilla -- I already know).

Link: https://www.cve.org/CVERecord?id=CVE-2024-0553

PS -- Someone submitted a bug report back in 2018 about GnuTLS. I know this because I looked up the report on here. Did a FileZilla dev follow up on that?

I don't know what else would be causing these dropped connections on my end.

PPS -- I've used two different VPSes or Virtual Private Servers running modern versions of Linux.

#13215 Setting causing error when trying to save closed Bug report normal FileZilla Client
Description

Trying to save settings always causes error. See attached file

#13216 problem logging in to my website host's FTP site new Bug report normal FileZilla Client
Description

Never had any problem using any FTP program to access my website until I moved to TENN and use Spectrum. Everything was fine with ATT but not available here... Suddenly all my FTP programs will no longer access my website for uploading/downloading (FTP Explorer in Vista, FileZilla in Ubuntu, etc.). Seems to get logged in but at loading directory it times out getting this:

Connecting to XX.XXX.XX.X:21... Status: Connection established, waiting for welcome message... Status: Plain FTP is insecure. Please switch to FTP over TLS. Status: Logged in Status: Retrieving directory listing of "/"... Command: CWD / Response: 250 CWD command successful Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (XX,XXX,XX,X,XXX,XXX) Command: MLSD Error: Connection timed out after 30 seconds of inactivity Error: Failed to retrieve directory listing Status: Disconnected from server

Had similar problem with my amateur radio program Echolink (used to access local repeater near home when I'm on the road via internet), and the Echolink support pointed out according to their logs that my problem was with "port address translation" and suggested switching to using their proxy option:

showing that something along the path is doing port address translation (PAT), which is not directly compatible with EchoLink. Sometimes this is a characteristic of the ISP itself. I recommend that you enable the Proxy option. Under Tools->Setup, click the Proxy tab and choose Automatic Proxy Selection.

...but, I don't know how to do anything like this with FileZilla ~ really stupid when it comes to the proxy stuff. May not even be the issue... attached info displayed in DEBUG mode FileZillaDEBUG.txt

#13217 Allow specifying a public key file to filter SSH-Agent keys for authentication new Feature request normal FileZilla Client
Description

Current Behavior: FileZilla currently supports SSH authentication via an SSH-Agent (e.g., OpenSSH Agent, 1Password SSH Agent, Pageant). However, when using an agent that holds multiple keys, FileZilla sequentially attempts all available keys until one is accepted by the server.

This behavior is problematic in some cases:

Security concern: The server sees multiple failed authentication attempts before the correct key is used, which could trigger security alerts or lockouts. Rate limits: Some servers limit authentication attempts and may deny access after multiple failures. Performance: Trying multiple keys introduces unnecessary delays in establishing connections.

Proposed Enhancement:

I suggest adding an option in FileZilla's connection settings to specify a public key file (.pub). The key mechanism should work as follows:

User specifies a .pub file in FileZilla’s settings (or through an SSH config entry). FileZilla extracts the key fingerprint from the .pub file. FileZilla requests only this key from the SSH-Agent, instead of iterating over all available keys. Only the specified key is used for authentication, avoiding unnecessary rejections.

Important Clarification:

Currently, FileZilla allows users to specify a private key in its settings, but that bypasses the SSH-Agent entirely. What I am proposing here is not about manually specifying a private key inside FileZilla, but about using a public key file (.pub) as a filter to tell FileZilla which key to request from the SSH-Agent.

This is already possible in OpenSSH by setting:

Host example.com
    User myuser
    IdentityAgent ~/.1password/agent.sock
    IdentitiesOnly yes
    IdentityFile ~/.ssh/my_key.pub

With this configuration, OpenSSH only asks the agent for the matching private key of the .pub file, preventing unnecessary key attempts. However, FileZilla currently ignores this behavior and still tries all available agent keys, leading to potential security issues and rate limits.

Benefits:

Reduces authentication failures due to unnecessary key attempts. Improves security by not exposing multiple key attempts to the server. Avoids potential connection delays due to multiple rejections. Aligns FileZilla’s SSH behavior with OpenSSH, which allows selecting a key via IdentityFile in ~/.ssh/config. Works with all SSH-Agent implementations, including 1Password’s SSH-Agent.

Existing Efforts?

I have checked the FileZilla Trac System but have not found any similar requests. If this feature has already been discussed or requested, I sincerely apologize for the oversight. Could you kindly provide the ticket number? I would be happy to follow up there instead.


Would it be possible to implement such an option in FileZilla? Thank you for considering this feature request!

#13218 Rename on existing files on the SFTP server fails new Bug report normal FileZilla Client
Description

Hello,

I have an user that uses FileZilla for connecting to our RedHat Linux servers. He is attempting to do a file move from one folder to another. It works fine if the destination folder does not already contain the file, but if it is doing an overwrite of an existing file it will fail.

I decided to attempt this myself and installed FileZilla 3.68.1. Well... He is correct. My question is if the output that is being displayed is what is actually being ran? The output shows this when I do a test overwrite...

Command:    mv "test.txt" "/data/tmp/Archive/test.txt"
Error:	    mv /data/tmp/test.txt /data/tmp/Archive/test.txt: received failure with description 'Failure'

mv is not a valid sftp command, but rename is.

I tested this from a sftp command line session, and from another Windows SFTP app. Both are successful.

#13219 Export configuration hangs admin interface new Bug report normal FileZilla Server
Description

Using export configuration hangs admin interface. Which parts to export are selected makes no difference. Have to click cancel to close the modal. Admin interface will not quit, have to use Force Quit.

#13222 SFTP Transfers stall new Bug report normal FileZilla Client
Description

When transfering files (downloads) sometimes it just stalls, there is no progress in the Filezilla client anymore. I got the following two cases from the Message Log in verbose mode:

11:44:28	Trace:	CSftpChangeDirOpData::ParseResponse() in state 2
11:44:28	Trace:	CControlSocket::ResetOperation(0)
11:44:28	Trace:	CSftpChangeDirOpData::Reset(0) in state 2
11:44:28	Trace:	CSftpFileTransferOpData::SubcommandResult(0) in state 1
11:44:28	Trace:	CSftpControlSocket::SetAsyncRequestReply
11:44:28	Trace:	CControlSocket::SendNextCommand()
11:44:28	Trace:	CSftpFileTransferOpData::Send() in state 4
11:44:28	Command:	reget "file" "X:\file"
11:44:28	Command:	remote:/file => local:X:\file
11:46:47	Trace:	Network error: Software caused connection abort
11:46:47	Trace:	Got eof from child process
11:46:48	Trace:	CControlSocket::ResetOperation(66)
11:46:48	Trace:	CSftpFileTransferOpData::Reset(66) in state 4
11:46:48	Error:	File transfer failed after transferring 27,262,976 bytes in 139 seconds
11:46:48	Trace:	Could not read from child process with error 4, raw error 109
---
16:11:31	Trace:	CSftpConnectOpData::ParseResponse() in state 3
16:11:31	Trace:	CControlSocket::ResetOperation(66)
16:11:31	Trace:	CSftpConnectOpData::Reset(66) in state 3
16:11:31	Trace:	CControlSocket::ResetOperation(66)
16:11:31	Trace:	CSftpFileTransferOpData::Reset(66) in state 0
16:11:31	Error:	File transfer failed
16:11:31	Trace:	CControlSocket::SendNextCommand()
16:11:31	Trace:	CSftpConnectOpData::Send() in state 0
16:11:31	Status:	Connecting to x.com:22...
16:11:31	Trace:	Going to execute C:\Program Files\FileZilla FTP Client\fzsftp.exe
16:11:31	Response:	fzSftp started, protocol_version=11
16:11:31	Trace:	CSftpConnectOpData::ParseResponse() in state 0
16:11:31	Trace:	CControlSocket::SendNextCommand()
16:11:31	Trace:	CSftpConnectOpData::Send() in state 3
16:11:31	Command:	open "x@x.com" 22
16:11:31	Trace:	Looking up host "x.com" for SSH connection
16:11:31	Trace:	Could not read from child process with error 4, raw error 109

Both end with this line "Could not read from child process with error 4, raw error 109". Stopping or starting the process queue has no effect anymore.

From About Filezilla:

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

Version:          3.68.1

Build information:
  Compiled for:   x86_64-w64-mingw32
  Compiled on:    x86_64-pc-linux-gnu
  Build date:     2024-12-19
  Compiled with:  x86_64-w64-mingw32-gcc (GCC) 12-win32
  Compiler flags:  -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:
  wxWidgets:      3.2.5
  SQLite:         3.39.4
  GnuTLS:         3.8.7

Operating system:
  Name:           Windows Server 2016 (build 17763), 64-bit edition
  Version:        10.0
  Platform:       64-bit system
  CPU features:   sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd lm
  Settings dir:   C:\Users\Administrator\AppData\Roaming\FileZilla\
#13223 Impossible de renommer un fichier en changeant uniquement la casse (minuscule/majuscule) new Bug report normal FileZilla Client
Description

Bonjour,

Soit le fichier avec le nom suivant : 'Essai.txt'

Il n'est pas possible de le renommer 'essai.txt'.

Filezilla considère qu'il s'agit du même nom, et ne fait pas la différence entre majuscule et minuscule. Il apparait un message d'erreur avec le texte : 'Le fichier cible apparaît déjà'.

Il y a quelques mois, une version précédente de Filezilla comportait un bug d'affichage quand on renommait les fichiers, en doublant à l'affichage l'ancien nom et le nouveau nom. Avec des problèmes d'accès quand on cliquait dans les répertoires qui restaient affichés en double plusieurs secondes.

Suite à la correction de ce dernier bug, depuis plusieurs semaines ou quelques mois, il n'est plus possible de renommer un nom de fichier juste en changeant majuscule/minuscule.

Cordialement,

Jean-Paul

#13224 4K/ Multiple Monitors Break Drag-and-drop functionality new Bug report normal FileZilla Client
Description

When Filezilla is open on a second (i.e., not primary), 3840 x 2160 monitor, where the primary monitor is 1920 × 1080, dragging files from the local site window on the left to the remote site window on the right results in unexpected behaviors. Specifically, rather than copying the files to the server, files are moved from the local site directory to an adjacent directory on the local site.

Which directory the files get moved to depends on structure, but in the most recent incident, files were moved from the directory, "kor" to the directory, "img" on the same level. Note that there were 3 directories between "img" and "kor".

#13228 Menu icons appear off in resolution or scaling closed Bug report normal FileZilla Client
Description

For quite the past few versions my menu icons have been off. Started with an upgrade about 2 years ago, never self corrected through every other version update.

/Users/sergioq/Desktop/Screenshot 2025-03-11 at 12.55.35 PM.png

#13230 Cleanup of the Windows Start Menu entries for the client new Feature request normal FileZilla Client
Description

Hi! I would like to present a small change regarding the Windows Start Menu shortcut in NSIS:

File: FileZilla3/trunk/data/install.nsi.in

snippet:

; Create shortcuts

1204   SetOutPath "$INSTDIR" 1205   CreateDirectory "$SMPROGRAMS\$STARTMENU_FOLDER" 1206   CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\Uninstall.lnk" "$INSTDIR\Uninstall.exe" 1207   CreateShortCut "$SMPROGRAMS\$STARTMENU_FOLDER\FileZilla.lnk" "$INSTDIR\filezilla.exe"

${If} ${AtLeastWin7}

1210   ; Setting AppID 1211   push "FileZilla.Client.AppID" 1212   push "$SMPROGRAMS\$STARTMENU_FOLDER\FileZilla.lnk" 1213   nsis_appid::set_appid 1214   ${EndIf}

1501   Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk" 1502   Delete "$SMPROGRAMS\$MUI_TEMP\FileZilla.lnk"

Change to:

; Create shortcuts

1204   SetOutPath "$INSTDIR" 1205   CreateShortCut "$SMPROGRAMS\FileZilla.lnk" "$INSTDIR\filezilla.exe"

${If} ${AtLeastWin7}

1208   ; Setting AppID 1209   push "FileZilla.Client.AppID" 1210   push "$SMPROGRAMS\FileZilla.lnk" 1211   nsis_appid::set_appid 1213   ${EndIf}

1499   Delete "$SMPROGRAMS\$MUI_TEMP\Uninstall.lnk" 1500   Delete "$SMPROGRAMS\$MUI_TEMP\FileZilla.lnk" 1501   Delete "$SMPROGRAMS\FileZilla.lnk"

Plus everything that mentions $STARTMENU_FOLDER seems to become obsolete and can be removed.

Explanation: Since at least Windows 10, uninstall .lnks are not created and there always ends up being only one entry in the Start Menu folder. Since it just a file, it is unclean to have an entire folder for it in the Start Menu and it requires an extra click to expand. Therefore this change simplifies it, making the entry appear cleaner and following more modern conventions. Note: Windows 11 actually hides the folder if there is only one content, but it is still good to get rid of it (especially for those W10 users like me).

#13235 TLS 1.3 Session Ticket reused after expiry new Bug report normal FileZilla Client
Description

I've observed an issue where file uploads from FileZilla result in 0-byte files on the server (when using TLS 1.3, ProFTPD). The problem occurs when uploading multiple files, and after several hours, at a transition point between two consecutive file transfers.

I'm able to reproduce the issue using the latest stable (3.68.1) and preview (3.69.0-rc1) on Windows 10.

Here are the exact mechanics:

  • TLS 1.3 uses session tickets with a specific lifetime (maximum age), set by the server.
  • FileZilla uses the same TLS context between the control and the data connection(s).
  • Since the control connection is first, FileZilla reuses the control connection's TLS context for all data connections that are established during the life of the control connection.
  • That means that at the beginning of each file transfer, there is a chance that the session ticket has expired.
  • FileZilla does not seem to verify that the session ticket is still valid (i.e. not expired).
  • So, at some point, FileZilla attempts to open a data connection with an expired session ticket.
  • ProFTPD rejects the connection, but writes a 0-byte file.
  • FileZilla prints: "Error: TLS session resumption on data connection failed. Closing control connection to start over."
  • Closing the data and control connection is a total reset, resulting in a clean sheet, and new TLS context.
  • Assuming default settings, FileZilla will then ask what to do with the 0-byte file that now exists on the server.

In my view, both components could behave better (client and server).

In essence, I'm filing this bug because FileZilla appears to ignore the TLS 1.3 session lifetime hints. This is against RFC 8446.

Clients MUST NOT attempt to use tickets which have ages greater than the "ticket_lifetime" value which was provided with the ticket.

(https://datatracker.ietf.org/doc/html/rfc8446#section-4.2.11.1)

The remedy could be, before establishing a new data connection, to check if the session ticket's age is below its lifetime. If yes, continue with the data connection. Otherwise, close the control connection and start a new control connection, without attempting to reuse the session ticket.

For completeness: ProFTPD uses a value of 15840s (4h 24min) by default. It can be modified using the TLSSessionCache directive.

#1 Can't set firewall settings closed Tim Kosse Bug report low Other
Description

In the Firewall settings dialogue for FileZilla v1.0, I can't put in the firewall host, port, username or password, even though I set a firewall type other than "None". This dialogue works properly in FileZilla beta 2.2

#2 Loader error when starting Filezilla closed Tim Kosse Bug report low Other
Description

When I try to start Filezilla 1.0 or 1.1, I get an error message: LOADER ERROR: The ordinal 6929 could not be located in the dynamic link library MFC42.DLL. This is on a W95 machine.

Version 1.0 on a W98 machine works fine.

#4 Wrong word in Options closed Tim Kosse Bug report low Unknown
Description

My version of FileZilla ( V. 1.0 final)has a word wrong in the options menu, (under Settings) click on settings and look at the buttons on the bottom. (OK) and (cancel) The word Cancel appears to be in German instead of English. Thanks Every thing else is GREAT!!

Seán

#5 Assert during resize. closed Tim Kosse Bug report low Other
Description

Just bringing this to your attention. In the debug build of FileZilla 1.1 I get an assert during the resize of the application. This occurs when the ftp view pane has the focus. The assert comes in a call to GetActivePane. It's not a big deal because it doesn't really break anything, and is ignored in the release build, but I thought I would bring it to your attention if you didn't already know.

#6 Ciekawostki ze świata closed Tim Kosse Other low Other
Description

If I have for instance, 9 large 250 meg files in the queue, the last cell in the status bar has a negative number for the total filesize of all the files in the queue.

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