Custom Query (2251 matches)
Results (2001 - 2100 of 2251)
Ticket | Summary | Status | Owner | Type | Priority | Component |
---|---|---|---|---|---|---|
#13082 | Add contrast to the highlighted folder for better visibility | new | Feature request | normal | FileZilla Client | |
Description |
When a folder is selected, filzilla highlights it. That works fine with the part of filezilla I am working in. In all the other windows the highlighted folders turn into super-highlighted and their names cannot be read anymore in darkmode. See example: please change this setting so that one can read them. There is no need to differentiate between a folder I work in and a folder I do not work in (I also do not need filezilla to show me, where my mouse is, if you know what I mean). Thank you!! |
|||||
#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". |
|||||
#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 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:
MKDIR C:\Data_Exclusion\MyProject\admin\app\src MKDIR C:\Data_Exclusion\MyProject\data\app\src MKDIR C:\Data_Exclusion\MyProject\tests\app\src
MKDIR C:\xampp\htdocs\MyProject
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
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:
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:
|
|||||
#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. |
|||||
#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:
OR
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:
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. |
|||||
#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 |
|||||
#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ú |
|||||
#13136 | FileZilla FTP not transfering or overwriting files transferred to my internet web host provider. | accepted | 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 |
|||||
#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. |
|||||
#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:
Linked against:
Operating system:
|
|||||
#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 |
|||||
#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. |
|||||
#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 |
|||||
#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 |
|||||
#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:
Linked against:
Operating system:
|
|||||
#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 |
|||||
#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. |
|||||
#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 |
|||||
#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. |
|||||
#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:
Linked against:
Operating system:
|
|||||
#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
|
|||||
#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. |
|||||
#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... |
|||||
#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:
Linked against:
Operating system:
|
|||||
#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. |
|||||
#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:
...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". |
|||||
#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:
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"
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:
1204 SetOutPath "$INSTDIR" 1205 CreateShortCut "$SMPROGRAMS\FileZilla.lnk" "$INSTDIR\filezilla.exe"
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:
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.
(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. |
|||||
#1601 | Download graph speed/file/que | new | Feature request | low | FileZilla Client | |
Description |
It would be cool if there was download graph with five lines, 1) current download spead (kb/second), 2&3) download progess current file (percent and Mb), 4&5) total download for the Que (percent and Mb). Like a polygraph, the pens draw the line from right, and the history(paper) scrolls left. Admitedly trivial utility, but it would be cool! -Nathaniel |
|||||
#1665 | Scheduled queue transfer | new | Feature request | low | FileZilla Client | |
Description |
I'm sitemanager at a site where we publish articles and rewiews twice a week. My problem is, I have to stay up until 24:00 when a new article / rewiew is to be published. Is there any chanse to add a feature where I can schedule a transfer of the queue? If so, I could add the files neccesary to the queue and select a date / day / time for processing the queue. Also, I suggest that this feature takes care of connection / disconnection when the selected time occurs. An example: at 24:00, the program connects to the server, process the queue and then disconnect. If any problems occur, a warning message including the errors pops up. When I wake up, I will see if the transfer was successfully - and if not, I will know what the problem was. This would help me a lot! Regards, Vidar Fagerjord, siteadmin. |
|||||
#1723 | File/Directory Descriptions | new | Feature request | low | FileZilla Client | |
Description |
Please add file/direction description field on remote site view. Read the #index.txt or 00index.txt format description... |
|||||
#1774 | multipart and multi-proxy transfer support | new | Feature request | low | FileZilla Client | |
Description |
several part, transfer each part individualy and simultaneously, then merge then into one file.
files or several part of one file at the same time with a server that has session limited per IP. For example, we have a server X allow only 1 session for one IP, and we have 4 proxy a, b, c, d. We can transfer file1 from X directly, and transfer file2 simultaneously through a, transfer file3 through b, and so on. Or transfer part1 of a file from X directly, part2 of that file through a, and so on. This can break the session limition of the server, especially with speed limition per session. Of course, some strategy may be included, e.g. how many session per IP is allowed for the server, which proxy can be used as one of multi-proxy, distribute one transfer task to as many proxy as possible first or to one proxy as possible as server support first. |
|||||
#1818 | Hotkey for Change Directory (remote and local) | new | Feature request | low | FileZilla Client | |
Description |
Be nice to have hotkeys to change the directory of the remote window and the local window (Ctrl+D, Ctrl+E or something like that). Aaron aheck@… |
|||||
#1819 | HTTP downloading | new | Feature request | low | FileZilla Client | |
Description |
It would be cool that filezilla accept data on HTTP protocol. (download and resume) |
|||||
#1827 | rsync capability would be fantastic | new | Feature request | low | FileZilla Client | |
Description |
It would be great if rsync was built into FileZilla such that local and remote machines can be synchronized and mirrored to. |
|||||
#1945 | repeat-last-transfer Hotkey (also on off-focus or so) | new | Feature request | low | FileZilla Client | |
Description |
usefull for the most repeated task (for some kind of happieness) |
|||||
#2113 | Modify client-side Mode Z enablement based on file type | new | Feature request | low | FileZilla Client | |
Description |
The new compression option is nice; however, there could be a minor logic improvement. compression of binaries is likely to not be fruitful because many are precompressed; however, more than just directories can benefit from compression. I respectfully request that another radio button be added to allow dir and ascii transmissions, omitting binary transmissions. I believe this would provide the best overall performance and hopefully very little actual code change. |
|||||
#2237 | Expose functionality via DLL/SO library | new | Feature request | low | FileZilla Client | |
Description |
Expose the functionality of FileZilla via a Windows DLL so that it may be incorporated into custom apps. |
|||||
#2736 | Add a counter | new | Feature request | low | FileZilla Client | |
Description |
1)Add a counter that it comes visualized under or close to the word "queue: 0 byte ". The counter it must begin its job when you connect yourself in a server. The counter it must work until the fine ones when not there is more the job than download or upload of files in the server. The counter it must contain hours: minutes:seconds. example: 14:03:22 |
|||||
#2752 | Browse on remote directory on Advanced tab of Site Manager | new | Feature request | low | FileZilla Client | |
Description |
It would be nice if there was a "Browse..." button next to "Default remote directory" on the Advanced tab of the Site Manager. Since (if) the log in information is already supplied on the General tab, Filezilla (I guess) could log on to the server and retrieve the directory tree, and using that information create a "Browse for Folder" dialog such as the one opened when clicking the "Browse..." button next to "Default local directory". |
|||||
#2805 | Hidden files | new | Feature request | low | FileZilla Server | |
Description |
Add an option for each account to hide shared files with "hidden" attribute. |
|||||
#3003 | Local directory view is synchronous | new | Feature request | low | FileZilla Client | |
Description |
Local folder view is currently synchronous... The most obvious way to see this is to map a network drive and navigate to it in the left pane (local folder tree) The whole interface is stuck while updating the view. Can this be threaded or whatever to make it Asynchronous?? Cheers, Gaspard |
|||||
#3696 | Allow "Open With" as you do "Open" | new | Feature request | low | FileZilla Client | |
Description |
"Allow Open With as you do "Open" I have Windows Vista Home Home Premium 64 bit. I have Windows Office 2003. I have FileZilla 3.1.1.1 When I right click on a file in Office 2003, I am offerd both "Open With" and "Open" in a windows file directly. When I right click on a file in the left directory list of FileZilla 3.1.1.1 I only am offerd "Open". "Open With" shold also be included in the drop down menu. That will allow me to open .html files with notepad. "Open With" would allow me to edit files directly from the file directory listed in FileZilla and would be a great time saver. |
|||||
#3770 | Wider Central Bar | new | Feature request | low | FileZilla Client | |
Description |
Just a suggestion but it might be advisable to widen the central bar between client side and server side folders on the filezilla client - to make it more obvious that the two sides are seperate and thus make it more user friendly to new users |
|||||
#3893 | File edit dialog: Live-update | assigned | Feature request | low | FileZilla Client | |
Description |
Steps to reproduce:
Note that the file remains in the status "Uploading..." and is never removed from the list. If I close the dialog and attempt to re-open it, FileZilla tells me there are no files to edit. It should instead remove the file from the list, and, if I shouldn't have the dialog open when there are no more files to edit, it should pop the same alert as when I tried to open the dialog when no files were being edited. I set this to low priority because FileZilla does not crash, and it's hard, if not impossible, to actually crash it through this bug. I also set it to Windows, but it may apply to other operating systems as well. |
|||||
#4122 | mainframe file directory omits tape (EBCDIC) files from display | reopened | Bug report | low | FileZilla Client | |
Description |
FileZilla version is 3.1.6, build date 12/2/08 After logging in to a VM system and displaying a file directory, the detail list of files in the remote system's directory is incomplete. It appears that the names of native files (EBCDIC) don't display. Names of ASCII text files do display. No filters are in use (none are set up). We know that this is a FileZilla problem, not a permissions or other issue, because we can view all of the files using a commercial product called WS_FTP which is similar to FileZilla. Our intent is to use FileZilla to perform binary downloads of data files from the mainframe to our network. The FTP connection is accomplished through a Cisco VPN. ZoneAlarm firewall is running on our client Windows 2000 PC (ZoneAlarm is required by the host). |
|||||
#4230 | Multiple windows/server for Mac | reopened | Feature request | low | FileZilla Client | |
Description |
In windows you can connect to multiple servers at the same time by running multiple instances/windows of filezilla, it is not possible to do this on a Mac. |
|||||
#4347 | Default file exists action on Queued Files not selected upon succeding open of dialog box | new | Bug report | low | FileZilla Client | |
Description |
I noticed this while I was trying to fix my problem with bug #4346 http://trac.filezilla-project.org/ticket/4346. I know this is a bug because if I remember right, this was working a couple of versions back. What happens is (or rather what not happens), when you override the "Default file exists action" on the root of the list (the one with the ftp user/server name) and open it again, it will select again the "use default action" even though you have selected otherwise (for example "Skip"). I hope this get fixed because it gets confusing when your doing a lot of file uploads. |
|||||
#4439 | 'File permissions...' / 'Change file attributes' dialog inconsistency | new | Bug report | low | FileZilla Client | |
Description |
Small usability / consistency issue: 'File permissions...' context option opens a dialog that is labelled 'Change file attributes' - it would be better for usability if these were named consistently. |
|||||
#4457 | Persistent Queues | new | Feature request | low | FileZilla Client | |
Description |
Scenario 1 I had a long queue running, went to bed, checked the machine in the morning. All files bar two had been successful. A dialogue box offering an upgrade to 3.2.4 was on top of FileZilla. I had only had half my first cup of tea for the day, so was a bit slow on uptake and decided I liked the offer of an automatic update, so clicked to carry on with the update. When FileZilla returned, of course, the queues were all cleared, including the FAILED FILE queue. Scenario 2 I had a long queue running, went to bed, checked the machine in the morning. A power failure or crash occurs. When FileZilla is reloaded, of course, the queues are all cleared. Unhappy Result I don't know which files failed to be downloaded. Pain I shall now have to hunt down the missing files, and as there is no recursive directory comparison, this will take some time. Alternatively, I could requeue all the files (about 2,000 in many hundreds of directories) and select on-exists=skip-if-same-size. Possible Solution PREFERABLE would be for the queues to have been saved as they were processed and restored upon loading FileZilla. Related Ticket [4456 is a related ticket | http://trac.filezilla-project.org/ticket/4456] |
|||||
#4497 | Reset and reque doesn't work properly | new | Bug report | low | FileZilla Client | |
Description |
If for some reason there's a problem transferring a file (for example drive full or connection timeout to server) it's moved to the "Failed transfers" tab. However, when I select the files and click "Reset and re queue files" or whatever is named, the files are moved back to the queue but they don't begin to resume. For example, if Filezilla is configured to use three download threads and I transfer three files and one file transfer fails, the other two threads continue to download. If I click "Reset and reque..", file gets moved back to the queue but Filezilla doesn't resume the file. If I want it to be resumed, I actually have to click on Process queue to stop all, and click Process queue again to have it resume. Or, I could just delete from the queue a file above the requeued and Filezilla will pop up the Resume dialogue. When I choose Reset and requeue I think it's safe to assume I already solved the problem for which the transfer failed in the first place, so it should attempt to resume automatically if a download thread is available. Perhaps it should even be placed in queue above other files currently transferred and should be resumed as soon as a download thread is available, because if there's some temporary problem (several server resets for example) there would be many partial files filling user's drive. |
|||||
#4568 | Context menu on transfer queue tabs | new | Feature request | low | FileZilla Client | |
Description |
I want to right click on the three (by default) transfer queue tabs to open the context menu for this tab. If I right click a tab which is in the background, it should switch to the foreground before the context menu opens. Is this possible? |
|||||
#4569 | Inconsistent usability of icon bar icons | new | Bug report | low | FileZilla Client | |
Description |
The two icons "file name filter" and "directory comparison" in the icon bar behave different. This may be confusing to new users. The "file name filter" is enabled/disabled with the right mouse button and configured with the left button. The "directory comparison" is enabled/disabled with the left mouse button and configured with the right button. Possible solution: Use an icon with a separate drop-down arrow. Left clicking the icon enables/disables the function. Left clicking the arrow calls the configuration. Right clicking does nothing. |
|||||
#4570 | Move "show hidden files" to the View menu | reopened | Feature request | low | FileZilla Client | |
Description |
Why is the function "file name filters" in the menu "View", but "force showing hidden files" is in the menu "Server"? The commands do very similar things - if you look at it from the users point of view. Ordinary users do not care if the second function is processed on the server and the first on the client. I think both items should be in the "View" menu side by side for usability reasons. |
|||||
#4599 | Auto-Complete Remote Site Path | new | Feature request | low | FileZilla Client | |
Description |
In the "Remote Site" address bar, it would be handy to include an auto-complete feature so that when you begin typing an address, it suggests similar addresses, much like Mozilla Firefox's URL auto-completer. Would be extra handy if it kept a history of all paths for all time or did something similar to command line when you begin typing a path and press tab to auto-complete. |
|||||
#4670 | collapse/expand queues ability | new | Feature request | low | FileZilla Client | |
Description |
I would welcome the ability of queues in the list of the queued files to collapse/expand with a plus/minus sign. (Very much like folder usually do in many applications.) |
|||||
#4715 | closing search dialog causes reconnect | new | Bug report | low | FileZilla Client | |
Description |
Using FileZilla 3.2.7-rc1 each time the search dialog is closed the following lines appear in the message log: Status: Retrieving directory listing... Status: Directory listing successful Furthermore, in case the connection has been closed because of a timeout FileZilla reconnects to the server. Maybe FileZilla wants to refresh the remote directory listing after closing the search dialog (for the case something new has been discovered while searching). However, I don't understand why this should trigger a reconnect. |
|||||
#4720 | Mousewheel should scroll control under cursor | new | Feature request | low | FileZilla Client | |
Description |
Under Windows there are two competing behaviours for the wheel -- scroll the focused control, and scroll the control under the cursor. Microsoft's official stance is now the latter, in line with OS X and Linux: http://msdn.microsoft.com/en-us/library/bb545459.aspx#wheel although this is probably only effective starting with Vista. Outlook 2003 also follows this behaviour, where Microsoft evidently realised its necessity in a multi-pane view! This behaviour is becoming increasingly common in Windows, especially when you use it for open source, and supporting apps include FlashFXP, Firefox, Thunderbird, Outlook, Internet Explorer 8 (with framesets; don't have IE 7 to hand). FileZilla really feels like the odd one out here now! I've tried using Tordex Wheel which introduces this behaviour systemwide but even on a P4 2.8 it has significant issues especially with Firefox, and I'd much rather that FileZilla simply work as it's supposed to instead of screwing with the OS and causing problems :-) (If Tordex Wheel actually worked properly then, sure, but the level of interference involved makes it inherently flawed. It won't even work properly at all unless you raise its CPU priority.) Any chance of this being implemented now? Cheers |
|||||
#4808 | Window is too tall to fit on MacBook screen first time launching the client | new | Bug report | low | FileZilla Client | |
Description |
The FileZilla client (3.2.7.1) window is too tall and the titlebar and toolbar get cut off behind the menu bar the first time the program is launched on a MacBook (1280x800) with a reasonably sized dock (roughly 60 pixels tall). Steps to reproduce:
Or
Workarounds:
Fix:
|
|||||
#4895 | New startup option | new | Feature request | low | FileZilla Server | |
Description |
Create a new startup option:
which will skip the:
entry to provide manually starting. |
|||||
#4952 | Posibility to open a web page directly from the ftp | new | Feature request | low | FileZilla Client | |
Description |
I am now making a web page on php and the posibility of opening a page directly instead of having to write the URL by hand can be very helpful for testing it inmediately, note that i mean opening the full URL, not only the file like with show/edit option. |