Custom Query (10423 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (9001 - 9100 of 10423)

Ticket Summary Status Owner Type Priority Component
#12211 no access to my ftp sites with Vodafon new Other normal FileZilla Client
Description

I can't get access to my sites via ftp with Vodafone adsl but Win yes, where is the problem besause my primary line is Vodafonn . THANKS

#12212 git-ftp support feature. closed Feature request normal libfilezilla
Description

for push / pull updates can use git-ftp

meaning if support were added if N files changed then N uploads/downloads.

ie akin to rsync .. but supposedly faster.

https://github.com/git-ftp/git-ftp only cavet is windows lfs/ftp services.

ie one could keep db as git , but files are traditional ftp.

#12213 Site Manager/Charset new Bug report normal FileZilla Client
Description

Look at the picture... ;)

#12214 Double-click action on directories not translatable... closed Bug report normal FileZilla Client
Description

Under Settings/File lists...

Double-click action on directories: string, not yet translatable.

... ;)

#12215 Site Manager/General closed Bug report normal FileZilla Client
Description

Look at the picture... ;)

#12217 Target file deleted/modified/damaged after long overwrite dialog inactivity closed Bug report normal FileZilla Client
Description

I needed to update the index.html file to reflect new information. I dragged the new version from local site to remote site.

I got the "Target file already exists" dialog, which is set to overwrite. I did not click OK yet, because I was waiting on confirmation regarding the updated information. Target file size was similar to that of source file, since little information was added.

I left the computer for just under 30 minutes with the overwrite dialog still on screen (this was an accident). The connection was active when I left the computer.

When I returned, the dialog was still there and the connection was no longer active.

However, I noticed that the actual website was blank (tested on a couple of devices and confirmed by third party). I cancelled the dialog that was still on screen and again I dragged index.html from local to remote.

Server reconnected and the overwrite dialog appeared once again. This time, the target file that was going to be overwritten (index.html) showed up as having a 0 byte size. This is consistent with the blank website I encountered through the browser. I OK that dialog and now the new and updated index is live, no problem.

Unfortunately, I was not able to reproduce this error myself, nor do I have the logs-because the client was set to not save them by default I believe, and I exited the program before deciding to submit a report. Still I thought this might warrant some looking into.

I did try searching for this bug but did not find it. It was a hard bug to search for, language-wise.

#12218 No supported authentication methods available in 3.48, work fine with 3.47 closed Bug report normal FileZilla Client
Description

Hi, connecting to the same remote SFTP server (proftpd) it works fine with filezilla 3.47, and doesn't work with 3.48, with the exact same configuration.

Client logs : Status: Waiting to retry... Trace: CControlSocket::SendNextCommand() Trace: CSftpConnectOpData::Send() in state 0 Status: Connecting to some-sftp.server.com... Trace: Going to execute C:\Program Files (x86)\FileZilla FTP Client\fzsftp.exe Response: fzSftp started, protocol_version=9 Trace: CSftpConnectOpData::ParseResponse() in state 0 Trace: CControlSocket::SendNextCommand() Trace: CSftpConnectOpData::Send() in state 3 Command: open "someuser@…" 22 Trace: Looking up host "some-sftp.server.com" for SSH connection Trace: Connecting to XX.XX.XX.XX port 22 Trace: We claim version: SSH-2.0-FileZilla_3.48.0 Trace: Remote version: SSH-2.0-SFTP SERVER Trace: Using SSH protocol version 2 Trace: Doing Diffie-Hellman group exchange Trace: Doing Diffie-Hellman key exchange using 4096-bit modulus and hash SHA-256 (unaccelerated) with a server-supplied group Trace: Host key fingerprint is: Trace: ssh-rsa 4096 dd:9b:bf:e7:a8:d1:41:8d:db:69:26:06:a1:dc:76:3a c7eFbbeLQB8Vd5gOrtj6GZzdoQ6aWGOtCxu5HoFd66E= Trace: CSftpControlSocket::SetAsyncRequestReply Command: Trust new Hostkey: Once Trace: Initialised AES-256 SDCTR (AES-NI accelerated) outbound encryption Trace: Initialised HMAC-SHA-256 (unaccelerated) outbound MAC algorithm Trace: Initialised AES-256 SDCTR (AES-NI accelerated) inbound encryption Trace: Initialised HMAC-SHA-256 (unaccelerated) inbound MAC algorithm Status: Using username "someuser". Command: Pass: Trace: Sent password Trace: Remote side sent disconnect message type 14 (no more auth methods available): "No other authentication mechanisms available" Error: FATAL ERROR: Remote side sent disconnect message Error: type 14 (no more auth methods available): Error: "No other authentication mechanisms available" Trace: CSftpControlSocket::OnTerminate without error Trace: CControlSocket::DoClose(66) Trace: CControlSocket::ResetOperation(66) Trace: CSftpConnectOpData::Reset(66) in state 3 Error: Could not connect to server Trace: CFileZillaEnginePrivate::ResetOperation(66) Status: Waiting to retry...

Server logs: 2020-07-16 11:38:00,341 mod_sftp/1.0.0[9832]: error using DisplayLogin 'welcome.msg': No such file or directory 2020-07-16 11:38:00,342 mod_sftp/1.0.0[9832]: sent server version 'SSH-2.0-SFTP SERVER' 2020-07-16 11:38:00,342 mod_sftp/1.0.0[9832]: received client version 'SSH-2.0-FileZilla_3.48.0' 2020-07-16 11:38:00,342 mod_sftp/1.0.0[9832]: handling connection from SSH2 client 'FileZilla_3.48.0' 2020-07-16 11:38:00,363 mod_sftp/1.0.0[9832]: + Session key exchange: diffie-hellman-group-exchange-sha256 2020-07-16 11:38:00,363 mod_sftp/1.0.0[9832]: + Session server hostkey: ssh-rsa 2020-07-16 11:38:00,363 mod_sftp/1.0.0[9832]: + Session client-to-server encryption: aes256-ctr 2020-07-16 11:38:00,363 mod_sftp/1.0.0[9832]: + Session server-to-client encryption: aes256-ctr 2020-07-16 11:38:00,363 mod_sftp/1.0.0[9832]: + Session client-to-server MAC: hmac-sha2-256 2020-07-16 11:38:00,363 mod_sftp/1.0.0[9832]: + Session server-to-client MAC: hmac-sha2-256 2020-07-16 11:38:00,363 mod_sftp/1.0.0[9832]: + Session client-to-server compression: none 2020-07-16 11:38:00,363 mod_sftp/1.0.0[9832]: + Session server-to-client compression: none 2020-07-16 11:38:00,915 mod_sftp/1.0.0[9832]: sending acceptable userauth methods: password 2020-07-16 11:38:00,934 mod_sftp/1.0.0[9832]: client sent SSH_MSG_IGNORE message (13 bytes) 2020-07-16 11:38:00,934 mod_sftp/1.0.0[9832]: cipher algorithm 'USERAUTH_REQUEST someuser' or MAC algorithm 'none' unacceptable for password authentication, denying password authentication request 2020-07-16 11:38:00,934 mod_sftp/1.0.0[9832]: no more auth methods available, disconnecting 2020-07-16 11:38:00,934 mod_sftp/1.0.0[9832]: disconnecting YY.YY.YY.YY (No other authentication mechanisms available)

It works both with 3.47 and 3.48 connecting to a remote OpenSSH server instead of proftpd. I suppose there are some differences in the supported algorithms but the error messages are not crystal clear and I didn't found any related changes in the changelog for 3.48 on https://filezilla-project.org/versions.php.

As a workaround we now use another SFTP client.

#12223 Error renaming a file new Bug report normal Unknown
Description

It is not letting me rename my file. Every time I try I get an error. I have been renaming this file for years, I am not sure why I cannot today

#12225 File upload error new Bug report normal FileZilla Client
Description

Hello,

For 1 week and a half I have had a problem uploading detos to a server, when I upload files of more than 4 GB there are times that they give me errors and they don't end up uploading.

I have tried to re-install it and am still having the same problems.

I would need help to see if it can be solved or if it is a problem external to you, because another partner has tried to upload them and gives you the same error.

A greeting.

#12229 filezilla.appdata.xml in legacy format closed Patch normal FileZilla Client
Description

filezilla.appdata.xml in legacy format.

Attached is a patch that brings into line with appstream 0.12, eliminates lintian legacy error on debian and added bugtracker URL.

#12231 Spelling of 'administrator' error in src/interface/verifycertdialog.cpp closed Patch normal FileZilla Client
Description

Spelling of 'administrator' error in src/interface/verifycertdialog.cpp

Attached is a patch to correct the spelling of 'administrator'.

#12232 Added new directory does not show in structure after refresh. closed Bug report normal FileZilla Client
Description

My php program can create directories via code. When I generate a new directory and do a refresh, the new directory does not show up in the listing.

But if I open another instance of Filezilla, there it is.

#12234 Unable to view/edit files with new version 3.49.1 new Bug report normal FileZilla Client
Description

I have never had issues being able to view/edit a file. I have always used UltraEdit (current version 27.00.0.72). The transfer says successful when selecting view/edit. The files have always been placed in a temp folder but now all that is in the temp folder is a lock file fz3temp-lockfile of zero bytes. I updated setting to use the system default editor for text files and that did not work. Here is the setting for UltraEdit "C:\Program Files\IDM Computer Solutions\UltraEdit\uedit64.exe". This has worked for years. I am able to FTP the files from the server to my PC. I am attach the debug log with Windows and FileZilla version. I use this option religiously and would really like some help. I did read the forum pages and looked though the tickets but nothing seems to match my issue.

#12235 Upgraded FileZilla, transfers zero byte file with TLS error reopened Bug report normal FileZilla Client
Description

Accepted the prompt to upgrade FileZilla to the latest stable yesterday, now I cannot transfer files. Transferring to server pops up an error that the file already exists. It immediately appears on the right with zero byte size. None of the suggested actions give the desired results (overwrite, resume rename etc). Deleting the file works OK.

This error appears in the command log box at the top: Error: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated.

#12236 always trust this certificate for future logins closed Bug report normal FileZilla Client
Description

please enable this checkbox when logging onto a server i believe it was disabled in a recent update now i have to click OK fo EVERY single file upload this is ridiculous i will be forced to switch ftp programs if this is not fixed pronto bob laughlin vancouver BC

#12237 Only 9998 files on remote folders new Bug report normal FileZilla Client
Description

In folders only "9998 files" are listed, alphabetically, obmitting the last files of the list.

If you need to retrieve or delete those files from folder, you can't through Filezilla.

It could be useful if this limit can be removed, since remote folders are able to contain more than 9998 files.

Thanks a lot

#12238 Files or folders with umlauts (like ä, ö, ü) in the name are not copied. closed Bug report normal FileZilla Client
Description

Automatically translated.

I wanted to copy all project files from the server to the local hard disk by copying the parent folder (public_html). It worked fine, except for the data which were labeled with "German" umlauts in the file or folder name. See enclosed screenshot.

Interestingly enough, there are no problems when copying, with direct dragging with the mouse from the web server to the hard disk or vice versa. Also the command "Download", after clicking with the right mouse button on the desired file, works the same way without problems.

Otherwise I would like to give your team an unbelievable big thank you for this great application FileZilla. Files or folders with umlauts (like ä, ö, ü) in the name are not copied.

I wanted to copy all project files from the server to the local hard disk by copying the parent folder (public_html). It worked fine, except for the data which were labeled with "German" umlauts in the file or folder name. See enclosed screenshot.

Interestingly, there are no problems when copying, with direct dragging with the mouse from the web server to the hard disk or vice versa. Also the command "Download", after clicking with the right mouse button on the desired file, works the same way without problems.

Antwort: New directory is: "/home/xxx/public_html/woerter/2017-09 - September" Befehl: get "Tokenübersicht.xlsx" "
DATENPLATZ\Webseiten\ssich\public_html\woerter\2017-09 - September\Tokenübersicht.xlsx" Fehler: /home/xxx/public_html/woerter/2017-09 - September/Tokenübersicht.xlsx: open for read: no such file or directory Fehler: Dateiübertragung fehlgeschlagen (Error: File transfer failed) Status: Starte Download von /home/xxx/public_html/woerter/2017-09 - September/Tokenübersicht.xlsx Befehl: get "Tokenübersicht.xlsx" "
DATENPLATZ\Webseiten\ssich\public_html\woerter\2017-09 - September\Tokenübersicht.xlsx" Fehler: /home/xxx/public_html/woerter/2017-09 - September/Tokenübersicht.xlsx: open for read: no such file or directory Fehler: Dateiübertragung fehlgeschlagen (Error: File transfer failed) Status: Starte Download von /home/xxx/public_html/woerter/2017-09 - September/Tokenübersicht.xlsx Befehl: get "Tokenübersicht.xlsx" "
DATENPLATZ\Webseiten\ssich\public_html\woerter\2017-09 - September\Tokenübersicht.xlsx" Fehler: /home/xxx/public_html/woerter/2017-09 - September/Tokenübersicht.xlsx: open for read: no such file or directory Fehler: Dateiübertragung fehlgeschlagen (Error: File transfer failed) Etc. …

Sorry, the switch to English for the protocol is time consuming, because a new download would take hours. Therefore a screenshot with an excerpt of the German protocol. Error message "File transfer failed" means translated "File transfer failed

Otherwise I would like to give your team an unbelievable big thank you for this great application FileZilla.

Translated with www.DeepL.com/Translator (free version)

#12240 Index of/public_html/ new Other normal FileZilla Server
Description

The [key parent directory]click on then tried to click on public_html or public_html one screen show-up put can't get on the internet.When I put in ftp://kadirotravelagency.org comes out it shows on bing.com,yahoo.com old website, blogshot.com, facebook.comthese are no longer uses. The URL was www.kadirotravelagencyllc.com, www.kadirotravelagency.com. What can I do about this problem? I do think it is why I can't connect ftp:kadirotravelagency.org. How can I solve? k.barnes62@… Thanks Karen

#12242 Unable to login one client FTP new Bug report normal FileZilla Client
Description

Unable to login to inventive-engineering FTP, I can login to other clients FTPs with no issues but I get the following when trying to login to inventive-engineering and it seems to time out:

Status: Resolving address of ftp.inventive-engineering.com Status: Connecting to 194.78.36.98:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Logged in Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (194,78,36,98,35,17). Command: MLSD Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing Status: Disconnected from server Status: Resolving address of ftp.inventive-engineering.com Status: Connecting to 194.78.36.98:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Logged in Status: Retrieving directory listing... Command: PWD Response: 257 "/" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (194,78,36,98,34,215). Command: MLSD Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing

#12243 Client new Feature request normal FileZilla Client
#12245 Non Updating of Folder Structure After Changing External Drives new Bug report normal FileZilla Server
Description

I noticed that under the Volumes tree on the local drive folder structure, that when I remove a drive and replace it, I then hit Refresh under the View menu to reload, that it does not show any external drives at all (even with others plugged in and seen by the OS), but when I re-hit the refresh menu item again it comes up correctly.

Using 3.49.1 on a Mac.

Thanks.

#12246 First launch app window is too high on screen to be usable new Bug report normal FileZilla Client
Description

I just installed and launched from macOS App Store. Version is 3.49.2. On first launch, I was prompted to subscribe (which I did) then to select allowed directories (which I did). Then, the application window opened and is too high on the screen for me to access the titlebar and toolbar buttons. See screenshot attached.

Note I launched this on a monitor that has lower resolution (which may be the catalyst). However, I have tried dragging to a new window using macOS Expose (since I can't drag the window by its titlebar which is inaccessible). The window moves to the new monitor but is still too high on the screen to be usable.

#12247 Priority and sorting not respected. reopened Bug report normal FileZilla Client
Description

If a queue is in progress and I change priority or the sorting (local file, remote file, size), then those changes are ignored. In order for it to be respected, I have to stop the queue, sort or update priorities, then start again.

Another related issue, ignoring priority here (let's assume all set to the same priority), newer files added to the queue while it's in progress get selected next after a current file has finished, instead of going to the next one in line. (ie, not doing "first come, first served.")

The priority was said to be fixed based on #11932, but it appears it hasn't. The mention of the sorting is just an added "bonus" I have noticed.

I verified I am using the latest version (3.49.1) before starting this ticket.

#12248 Empty directory listing when MLSD is used closed Bug report normal FileZilla Client
Description

Good afternoon,

I've been developing a small FTP Server for use in an embedded project, and have been using the FileZilla Client as my go-to client for testing each part of the project.

I've come across an issue where FileZilla Client shows "Empty directory listing" when using the MLSD command, but works OK if I disable MLSD support and it reverts back to the LIST command.

This issue is only present in the FileZilla Client on Windows. The same version of FileZilla on an Ubuntu machine works fine and directory listing works as expected for both LIST/NLST and MLSD. Additionally, other FTP Clients for Windows work OK when using the MLSD command, so I'm hesitant to believe it's the server that's at fault.

I've attached a copy of the log (in Verbose mode) for your review, although I can't see any errors myself.

Please don't hesitate to let me know if you need further information.

#12249 Sorting options: date/time added to queue, and reverse order sorting. new Feature request normal FileZilla Client
Description

Simple enough (to describe).

Be able to sort by the date/time that items were added to the queue, and for all sorting options, be able to reverse the order. ie, clicking size currently does small->large, but make it so clicking it again will do large->small.

#12250 Load balacing not ok new Bug report normal FileZilla Client
Description

Hi. Thanks for this excellent software. I use 3.49.1. I have a very slow upload channel (ca. 60 kiB/s). I often upload pictures (small ones, thumbs) as well as larger videos (> 100 MiB). When a very large file (video) is to be uploaded, the smaller ones next transfer very fast, but the large one goes down to less than 1 kiB/s. And very often the connection fails due to inactivity. I have checked with my Fritz box that the upload from the box to the server provider is not causing the failure (this is always at max). Also the WLAN is not the cause because channel activity is low. So Filezilla is the only problem that is left as probable cause. Is there load balancing in Filezilla? Why does it fail here? brgs, gerhard

#12251 No counter anymore on Tabs "Failed/Successful transfers" closed Bug report normal FileZilla Client
Description

Since a couple of versions the counter and log of said tabs do not work anymore.

FileZilla Client


Version: 3.49.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2020-07-15 Compiled with: x86_64-w64-mingw32-gcc (GCC) 8.3-win32 20190406 Compiler flags: -g -O2 -Wall

Linked against:

wxWidgets: 3.0.6 SQLite: 3.31.1 GnuTLS: 3.6.14

Operating system:

Name: Windows 10 (build 19041), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 lm Settings dir: C:\Users\Karl\AppData\Roaming\FileZilla\

#12252 Text file size mismatch between local and distant FTP closed Bug report normal FileZilla Client
Description

I use an old ftp hosted on a french free FTP server, specifically by free.fr (it's an ISP and offers ftp hosting). I have little clues how to know the FTP server version:

220 Serveur de mise a jour des pages perso de Free.fr version [Oct 30 2019 18:30:59]

I combine synchronized browsing with directory comparison.

For some reason, the file sizes, even though they are identical (I checked), are mismatched, which shows files being different when using the comparison feature. Those files are text files.

I suspect the issue might come from the FTP server sending erroneous, 1000 or 1024 rounded file sizes, or something similar.

OS is windows 10, filezilla 3.48.1.

I'm not sure if the filezilla team is very fond of this comparison feature, I'm not sure if it can be customized for my needs, but I really like this feature. The feature seems to work fine for jpg and PNG.

#12253 Allow for audio bell on transfer to be muted new Feature request normal FileZilla Client
Description

This may seem silly, but for those of us who work on audio software, the "ding" on file transfer is quite annoying.

You say "turn down the volume", or "change your default speaker", both reasonable under most circumstances. But when in heavy test mode, which requires audio to be on, the ding on transfers is annoying at best, and invasive at worst.

So, what I am asking for is a "mute audio" selection somewhere in user prefs.

Thanks.

#12254 Connect dialog sends syntactically incorrect OPEN command witih port number which is rejected. closed Bug report normal FileZilla Client
Description

When opening an SFTP session and supplying the port number, the syntax of the generated open command is incorrect. See the trace below in bold bracketed by ''. It appears that the port 22 should be appended to the IP address with a ':' separator to be submitted or should be a separate user and open commands. The diagnostic should also output a complete message that says what is wrong with the syntax (column flagged somehow) to follow normative diagnostic logging standards.

09:37:51 Response: fzSftp started, protocol_version=8

09:37:51 Command: open "mstanton@50.224.132.17" 22

09:42:51 Error: Connection timed out after 300 seconds of inactivity 09:42:52 Error: Could not connect to server 12:34:41 Status: Disconnected from server 12:34:41 Status: Connecting to 50.224.132.17... 12:38:10 Response: fzSftp started, protocol_version=8

12:38:10 Command: open "mstanton@50.224.132.17" 22

12:38:10 Error: Connection attempt interrupted by user 12:38:10 Status: Disconnected from server 12:38:10 Status: Connecting to 50.224.132.17... 12:43:10 Response: fzSftp started, protocol_version=8

12:43:10 Command: open "mstanton@50.224.132.17" 22

12:43:10 Error: Connection timed out after 300 seconds of inactivity 12:43:11 Error: Could not connect to server 12:43:11 Status: Waiting to retry... 12:43:16 Status: Connecting to 50.224.132.17... 12:43:16 Response: fzSftp started, protocol_version=8

12:43:16 Command: open "mstanton@50.224.132.17" 22

12:48:16 Error: Connection timed out after 300 seconds of inactivity 12:48:17 Error: Could not connect to server

#12255 Home Security Products new Other normal Other
Description

As we all know that home security is our priority. So, we should buy the best home security products such as wireless ip camera 1080p, wireless ip camera indoor, wireless ip camera outdoor and may more. Visit: https://gizmosaif.co.uk/.

To buy the best home security products at affordable prices.

#12258 Add an option to allow specifying different IP addresses for FTP and for FTPS new Feature request normal FileZilla Server
Description

There is a very old closed ticket on this: https://trac.filezilla-project.org/ticket/4050 I hope it's ok to bring this up again.

Some or many routers do behave as follows:

  • they change the FTP server PASV response, they change the internal IP to the external IP, so the FTP client gets the correct IP reported.
  • for some reason they reject the response when the external IP is specified in the FTP server response.

With this given behavior, unsecure FTP works correct when the internal IP is entered in the Passive mode settings in FileZilla Server Options.

But FTPS and FTP can not work correctly with the same settings:

  • When i specify the internal IP then on FTPS the wrong IP is reported to the FTP client because the router cannot change the internal to external IP in the PASV response when the response is encrypted.
  • When i specify the external IP then FTPS works correct, but unsecure FTP stops working because the client does not get the response.

I tested Cerberus FTP Server to figure out whether it's a FileZilla FTP server error, or whether the issue is on my side, or somewhere in the OS or hardware etc. I had the same issue when i entered the external IP in this FTP server. On research, i found then this note at https://support.cerberusftp.com/hc/en-us/articles/360000043619-How-to-Setup-a-File-Server-with-Cerberus-FTP-Server

Some routers inspect FTP traffic and do not allow the public IP address to be passed in the response for the PASV command. Those routers expect the internal IP address to be used.

The solution (workaround) in this FTP server (also in tested ServU FTP server) is to specify the external IP only for FTPS.

Please add an option to allow specifying different IP addresses for FTP and for FTPS. The two commercial FTP servers which i tested have such options, they supply a workaround for this bad behavior of routers. I cannot use another router, my FTP server runs on a VM in the cloud (VMWare). And i don't want to buy a commercial FTP server. So i would appreciate to can solve (workaround) the issue in FileZilla Server.

I know FTP clients can handle wrong IP addresses in the PASV response, but i don't want to rely that all FTP client applications and all FTP client libraries work with misconfigured FTP servers.

#12260 All transfers fail closed Bug report normal FileZilla Client
Description

Hello,

I use Filezilla for 10 years uploading video to different stocks. Three weeks ago I lost ability to get any successful transfer to Shutterstock. Uploads to Adobestock are OK. Here below I explain the problem and copy the log.

  • For three weeks I cannot get any positive transfer on Filezilla (Cyberduck shows the same problem) uploading my 4K video files mp4
  • No problems with uploading to other footage stocks
  • Filezilla version and my PC data is attached No1
  • I tried all possible setting of FZ but no result. My usual setting you can see attached No2
  • I tried to upload on three different PC – the same
  • Transfer starts and proceeds with no problem, reaches 100%, waits and starts again. You can see screen shot of the waiting and the log in this moment attached No3
  • If I change the time of the waiting still it will start again and again but later
  • I have good internet by the way
  • The transfer of the file was done twice then it dropped to the Fail box of Filezilla as you see attached No4 and No5. Below this letter can see the log of these two transfers and failure also I attach No 6 the screen shot of the file as it appeared on my SS Submit content page. I NEVER MANAGE TO RECEIVE SUCCESSFUL RESULT SHOWED BY FILEZILLA but the files are transferred. Corrupted or not I don’t know. But SS gives me failure note attached No7.
  • I live in Turkey. Fethiye city, Mugla region. The transfer trial has been done 28 August 2020 around 16:40-17:10. I tried in different time different days. No result.

If you have any questions feel free to contact me marinabmw@… or whatsapp +905306008857.

I hope for your assistance because SS is failing to answer me.

Best regards, Maryna

LOG readings: Status: Resolving address of ftps.shutterstock.com Status: Connecting to 52.205.7.144:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Logged in Status: Retrieving directory listing... Status: Directory listing of "/" successful Status: Resolving address of ftps.shutterstock.com Status: Connecting to 52.205.7.144:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Logged in Status: Starting upload of C:\Users\Marina\Desktop\Fiezilla fail\Viewing kitchen worktop in Turkish style.mp4 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 (18,212,16,26,196,192). Command: STOR Viewing kitchen worktop in Turkish style.mp4 Response: 150 Opening BINARY mode data connection for Viewing kitchen worktop in Turkish style.mp4 Error: Connection timed out after 40 seconds of inactivity Error: File transfer failed after transferring 58 890 988 bytes in 750 seconds Status: Resolving address of ftps.shutterstock.com Status: Connecting to 52.21.216.206:21... Status: Connection established, waiting for welcome message... Response: 220-Welcome to the Shutterstock FTP site. Response: To log in, use the email address and password associated with your Shutterstock Contributor account (http://submit.shutterstock.com). Response: Files you upload via FTP will appear in your account when they have been processed by our system. To submit this content for review, navigate to the Content Editor, and enter the required information for each image or clip. Response: Response: NOTE: Response: - Filenames may contain only alphanumeric characters (A-Z, a-z, 0-9), spaces, commas, hyphens, periods, @ signs, and underlines. Response: - Files must be less than 4GB. Larger files will be rejected with a “426 Operation Not Permitted” error. Response: 220 Shutterstock FTP Site Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER marinabmw@… Response: 331 Password required for marinabmw@… Command: PASS * Response: 230 User marinabmw@… logged in Command: OPTS UTF8 ON Response: 200 UTF8 set to on Command: PBSZ 0 Response: 200 PBSZ 0 successful Command: PROT P Response: 200 Protection set to Private Status: Logged in Status: Starting upload of C:\Users\Marina\Desktop\Fiezilla fail\Viewing kitchen worktop in Turkish style.mp4 Command: CWD / Response: 250 CWD command successful Status: Retrieving directory listing of "/"... Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (35,171,182,226,199,6). Command: MLSD Response: 150 Opening BINARY mode data connection for MLSD Response: 226 Transfer complete Command: PASV Response: 227 Entering Passive Mode (35,171,182,226,198,229). Command: STOR Viewing kitchen worktop in Turkish style.mp4 Response: 150 Opening BINARY mode data connection for Viewing kitchen worktop in Turkish style.mp4 Status: Disconnected from server: ECONNABORTED - Connection aborted Error: Connection timed out after 40 seconds of inactivity Error: File transfer failed after transferring 58 890 988 bytes in 747 seconds Status: Resolving address of ftps.shutterstock.com Status: Connecting to 3.217.192.145:21... Status: Connection established, waiting for welcome message... Response: 220-Welcome to the Shutterstock FTP site. Response: To log in, use the email address and password associated with your Shutterstock Contributor account (http://submit.shutterstock.com). Response: Files you upload via FTP will appear in your account when they have been processed by our system. To submit this content for review, navigate to the Content Editor, and enter the required information for each image or clip. Response: Response: NOTE: Response: - Filenames may contain only alphanumeric characters (A-Z, a-z, 0-9), spaces, commas, hyphens, periods, @ signs, and underlines. Response: - Files must be less than 4GB. Larger files will be rejected with a “426 Operation Not Permitted” error. Response: 220 Shutterstock FTP Site Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER marinabmw@… Response: 331 Password required for marinabmw@… Command: PASS * Response: 530 Login incorrect. Error: Critical file transfer error Status: Resolving address of ftps.shutterstock.com Status: Connecting to 3.217.192.145:21... Status: Connection established, waiting for welcome message... Response: 220-Welcome to the Shutterstock FTP site. Response: To log in, use the email address and password associated with your Shutterstock Contributor account (http://submit.shutterstock.com). Response: Files you upload via FTP will appear in your account when they have been processed by our system. To submit this content for review, navigate to the Content Editor, and enter the required information for each image or clip. Response: Response: NOTE: Response: - Filenames may contain only alphanumeric characters (A-Z, a-z, 0-9), spaces, commas, hyphens, periods, @ signs, and underlines. Response: - Files must be less than 4GB. Larger files will be rejected with a “426 Operation Not Permitted” error. Response: 220 Shutterstock FTP Site Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER marinabmw@… Response: 331 Password required for marinabmw@… Command: PASS * Response: 530 Login incorrect. Error: Critical file transfer error Status: Resolving address of ftps.shutterstock.com Status: Connecting to 3.217.192.145:21... Status: Connection established, waiting for welcome message... Response: 220-Welcome to the Shutterstock FTP site. Response: To log in, use the email address and password associated with your Shutterstock Contributor account (http://submit.shutterstock.com). Response: Files you upload via FTP will appear in your account when they have been processed by our system. To submit this content for review, navigate to the Content Editor, and enter the required information for each image or clip. Response: Response: NOTE: Response: - Filenames may contain only alphanumeric characters (A-Z, a-z, 0-9), spaces, commas, hyphens, periods, @ signs, and underlines. Response: - Files must be less than 4GB. Larger files will be rejected with a “426 Operation Not Permitted” error. Response: 220 Shutterstock FTP Site Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER marinabmw@… Response: 331 Password required for marinabmw@… Command: PASS * Response: 530 Login incorrect. Error: Critical file transfer error Status: Resolving address of ftps.shutterstock.com Status: Connecting to 3.217.192.145:21... Status: Connection established, waiting for welcome message... Response: 220-Welcome to the Shutterstock FTP site. Response: To log in, use the email address and password associated with your Shutterstock Contributor account (http://submit.shutterstock.com). Response: Files you upload via FTP will appear in your account when they have been processed by our system. To submit this content for review, navigate to the Content Editor, and enter the required information for each image or clip. Response: Response: NOTE: Response: - Filenames may contain only alphanumeric characters (A-Z, a-z, 0-9), spaces, commas, hyphens, periods, @ signs, and underlines. Response: - Files must be less than 4GB. Larger files will be rejected with a “426 Operation Not Permitted” error. Response: 220 Shutterstock FTP Site Command: AUTH TLS Response: 234 AUTH TLS successful Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER marinabmw@… Response: 331 Password required for marinabmw@… Command: PASS * Response: 230 User marinabmw@… logged in Command: OPTS UTF8 ON Response: 200 UTF8 set to on Command: PBSZ 0 Response: 200 PBSZ 0 successful Command: PROT P Response: 200 Protection set to Private Status: Logged in Status: Retrieving directory listing of "/"... Command: CWD / Response: 250 CWD command successful Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (35,171,182,226,195,165). Command: MLSD Response: 150 Opening BINARY mode data connection for MLSD Response: 226 Transfer complete Status: Directory listing of "/" successful Status: Disconnected from server

#12264 quick connect working on desktop but not on laptop moreinfo Bug report normal FileZilla Client
Description

I have the current version of FileZilla Client 3.50.0 on Windows 10 with all updates and drivers on my desktop and my new laptop; I can quick connect on the desktop; I cannot quick connect on my new laptop; I have compared the setting on both systems and they are the same

verbose debug from new laptop that does not work: Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 0 Status: Resolving address of www.riouxgenealogy.org Status: Connecting to 160.153.92.103:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 500 allowed. Response: 220-Local time is now 12:37. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 15 minutes of inactivity. Trace: CFtpLogonOpData::ParseResponse() in state 1 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 2 Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. Trace: CFtpLogonOpData::ParseResponse() in state 2 Status: Initializing TLS... Trace: tls_layer_impl::client_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: TLS Handshake successful Trace: Protocol: TLS1.2, Key exchange: ECDHE-SECP256R1-RSA-SHA384, Cipher: AES-256-GCM, MAC: AEAD Trace: tls_layer_impl::verify_certificate() Trace: Hostname does not match certificate SANs Status: Verifying certificate... Trace: CFtpControlSocket::SetAsyncRequestReply Error: Remote certificate not trusted. Trace: CFtpControlSocket::ResetOperation(70) Trace: CControlSocket::ResetOperation(70) Trace: CFtpLogonOpData::Reset(70) in state 4 Error: Critical error: Could not connect to server Status: Disconnected from server Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 0 Status: Resolving address of www.riouxgenealogy.org Status: Connecting to 160.153.92.103:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 500 allowed. Response: 220-Local time is now 12:40. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 15 minutes of inactivity. Trace: CFtpLogonOpData::ParseResponse() in state 1 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 2 Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. Trace: CFtpLogonOpData::ParseResponse() in state 2 Status: Initializing TLS... Trace: tls_layer_impl::client_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: TLS Handshake successful Trace: Protocol: TLS1.2, Key exchange: ECDHE-SECP256R1-RSA-SHA384, Cipher: AES-256-GCM, MAC: AEAD Trace: tls_layer_impl::verify_certificate() Trace: Hostname does not match certificate SANs Status: Verifying certificate... Trace: CFtpControlSocket::SetAsyncRequestReply Error: Remote certificate not trusted. Trace: CFtpControlSocket::ResetOperation(70) Trace: CControlSocket::ResetOperation(70) Trace: CFtpLogonOpData::Reset(70) in state 4 Error: Critical error: Could not connect to server

I check the box "Always trust this certificate in future sessions." but there is no OK or Save button; I close the window and try again with the same results

here is the successful quick connect from the desktop that does work Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 0 Status: Resolving address of www.riouxgenealogy.org Status: Connecting to 160.153.92.103:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220---------- Welcome to Pure-FTPd [privsep] [TLS] ---------- Response: 220-You are user number 1 of 500 allowed. Response: 220-Local time is now 13:03. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220 You will be disconnected after 15 minutes of inactivity. Trace: CFtpLogonOpData::ParseResponse() in state 1 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 2 Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 AUTH TLS OK. Trace: CFtpLogonOpData::ParseResponse() in state 2 Status: Initializing TLS... Trace: tls_layer_impl::client_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: tls_layer_impl::continue_handshake() Trace: TLS Handshake successful Trace: Protocol: TLS1.2, Key exchange: ECDHE-SECP256R1-RSA-SHA384, Cipher: AES-256-GCM, MAC: AEAD Trace: tls_layer_impl::verify_certificate() Trace: Hostname does not match certificate SANs Status: Verifying certificate... Trace: CFtpControlSocket::SetAsyncRequestReply Status: TLS connection established. Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 6 Command: USER genealogy Trace: CFtpControlSocket::OnReceive() Trace: CFtpControlSocket::OnReceive() Response: 331 User genealogy OK. Password required Trace: CFtpLogonOpData::ParseResponse() in state 6 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 6 Command: PASS Trace: CFtpControlSocket::OnReceive() Response: 230-Your bandwidth usage is restricted Trace: CFtpControlSocket::OnReceive() Response: 230 OK. Current restricted directory is / Trace: CFtpLogonOpData::ParseResponse() in state 6 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 7 Command: SYST Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Trace: CFtpLogonOpData::ParseResponse() in state 7 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 8 Command: FEAT Trace: CFtpControlSocket::OnReceive() Response: 211-Extensions supported: Response: EPRT Response: IDLE Response: MDTM Response: SIZE Response: MFMT Response: REST STREAM Response: MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*; Response: MLSD Response: AUTH TLS Response: PBSZ Response: PROT Response: UTF8 Response: TVFS Response: ESTA Response: PASV Response: EPSV Response: SPSV Response: ESTP Trace: CFtpControlSocket::OnReceive() Response: 211 End. Trace: CFtpLogonOpData::ParseResponse() in state 8 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 10 Command: OPTS UTF8 ON Trace: CFtpControlSocket::OnReceive() Response: 200 OK, UTF-8 enabled Trace: CFtpLogonOpData::ParseResponse() in state 10 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 11 Command: PBSZ 0 Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ=0 Trace: CFtpLogonOpData::ParseResponse() in state 11 Trace: CControlSocket::SendNextCommand() Trace: CFtpLogonOpData::Send() in state 12 Command: PROT P Trace: CFtpControlSocket::OnReceive() Response: 200 Data protection level set to "private" Trace: CFtpLogonOpData::ParseResponse() in state 12 Status: Logged in Trace: Measured latency of 105 ms Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpLogonOpData::Reset(0) in state 15 Trace: CControlSocket::SendNextCommand() Trace: CFtpListOpData::Send() in state 0 Status: Retrieving directory listing... Trace: CFtpChangeDirOpData::Send() in state 0 Trace: CFtpChangeDirOpData::Send() in state 1 Command: PWD Trace: CFtpControlSocket::OnReceive() Response: 257 "/" is your current location Trace: CFtpChangeDirOpData::ParseResponse() in state 1 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpChangeDirOpData::Reset(0) in state 1 Trace: CFtpListOpData::SubcommandResult(0) in state 1 Trace: CControlSocket::SendNextCommand() Trace: CFtpListOpData::Send() in state 2 Trace: CFtpRawTransferOpData::Send() in state 0 Trace: CFtpRawTransferOpData::Send() in state 1 Command: TYPE I Trace: CFtpControlSocket::OnReceive() Response: 200 TYPE is now 8-bit binary Trace: CFtpRawTransferOpData::ParseResponse() in state 1 Trace: CControlSocket::SendNextCommand() Trace: CFtpRawTransferOpData::Send() in state 2 Command: PASV Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (160,153,92,103,198,214) Trace: CFtpRawTransferOpData::ParseResponse() in state 2 Trace: CControlSocket::SendNextCommand() Trace: CFtpRawTransferOpData::Send() in state 4 Trace: Binding data connection source IP to control connection source IP 192.168.1.77 Trace: tls_layer_impl::client_handshake() Trace: Trying to resume existing TLS session. Command: MLSD Trace: tls_layer_impl::continue_handshake() Trace: CFtpControlSocket::OnReceive() Response: 150 Accepted data connection Trace: CFtpRawTransferOpData::ParseResponse() in state 4 Trace: CControlSocket::SendNextCommand() Trace: CFtpRawTransferOpData::Send() in state 5 Trace: tls_layer_impl::continue_handshake() Trace: TLS Handshake successful Trace: TLS Session resumed Trace: Protocol: TLS1.2, Key exchange: ECDHE-SECP256R1, Cipher: AES-256-GCM, MAC: AEAD Trace: tls_layer_impl::verify_certificate() Trace: CTransferSocket::OnConnect Trace: CTransferSocket::TransferEnd(1) Trace: tls_layer_impl::shutdown() Trace: tls_layer_impl::continue_shutdown() Trace: CFtpControlSocket::TransferEnd() Trace: CFtpControlSocket::OnReceive() Response: 226-Options: -a -l Trace: CFtpControlSocket::OnReceive() Response: 226 29 matches total Trace: CFtpRawTransferOpData::ParseResponse() in state 7 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpRawTransferOpData::Reset(0) in state 7 Trace: CFtpListOpData::SubcommandResult(0) in state 3 Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpListOpData::Reset(0) in state 3 Status: Directory listing of "/" successful

Tom Rioux 512-422-8682 Austin, Texas

#12268 Finish editing and delete local file "will delete on cancel" closed Bug report normal FileZilla Client
Description

While working on files, saving then switching to FileZilla (FZ), FZ will prompt a message "File has changed".

This has the option "Upload this file back to the server: [] Finish editing and delete local file"

As I was completing the task, the checkbox "Finish editing and delete local file" was checked, then it occurred to me that I wanted to change something.

I pressed escape, canceling the operation. For me it was a bit of a surprise that the Escape button and the X on the right corner basicly perform the "No" action - therefor deleting the file - instead of canceling the operation as a whole.

Action: Esc (cancel) Expectation: close prompt, don't perform any action. Reality: Alias for pressing the "No" button, executing the selected checkbox.

#12269 Unable to resize the center post on newer version closed Bug report normal FileZilla Client
Description

Just updated a couple of times and now can't resize the center post. Here's what I know, and what I'm able to do. https://www.screencast.com/t/PObeHvriSR

Any help is appreciated.

Info from About: FileZilla Pro


Version: 3.50.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2020-08-31 Compiled with: x86_64-w64-mingw32-gcc (GCC) 8.3-win32 20190406 Compiler flags: -O2 -g -Wall -Wextra -pedantic

Linked against:

wxWidgets: 3.0.6 SQLite: 3.31.1 GnuTLS: 3.6.14

Operating system:

Name: Windows 10 (build 19041), 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\Cenay Nailor\AppData\Roaming\FileZilla\

#12271 The Delete and Backspace keys are ignored in various fields closed Bug report normal FileZilla Client
Description

Delete and backspace keys do not work for:

Site Manager, Site Name, "Host" "Port" Change the Logon Type to Normal, then "User" has the same issue. "Comments"

These keys work perfectly for other sites, including in this field I am typing right now.

#12272 after refresh the slide is not on top new Bug report normal FileZilla Client
Description

not local and not on site

#12273 Help new Bug report normal FileZilla Client
Description

I am unable to connect Filezilla app to my PS3 so I can use FTP

#12274 Buffer overflow when wrongly using `memcpy` closed Bug report normal FileZilla Client
Description

In the latest source code /tests/dirparsertest.cpp, there is a buffer overflow in function DirectoryListingParserTest::testIndividual().
len is the length of entry.data, not including the null character. So the sizeof(data) is len. According to the reference of memcpyhttp://www.cplusplus.com/reference/cstring/memcpy/, we need to make sure the 1st parameter of memcpy is larger than strlen(2nd parameter)+1(1 means the null-character.) So we should change 1475 to char* data = new char[len+1]; data[len]=0;

To avoid overflows, the size of the array pointed by destination shall be long enough to contain the same C string as source (including the terminating null character), and should not overlap in memory with source.

1474	    size_t const len = entry.data.size();
1475	    char* data = new char[len];
1476	    memcpy(data, entry.data.c_str(), len);
#12275 refresh doesn't work correctly on folder windows new Bug report normal FileZilla Client
Description

Using refresh normally had the effect of reorganizing the folder windows. Now it doesn't anymore. The slider doesn't go to the new file. The view is not reorganized so that you see the new files.

#12276 'data/filezilla.appdata.xml': launchable 'type' should be 'desktop-id' not 'desktop'. closed Patch normal FileZilla Client
Description

After previous update to the 'data/filezilla.appdata.xml' where we left launchable in for software centers. A look at the appstream 0.12 docs show that the 'type' should be 'desktop-id' and not the current 'desktop'.

Patch attached.

#12277 Crashing after many file uploads new Bug report normal FileZilla Client
Description

I have left the FTP to transfer thousands of files but it keeps crashing every 250000 files or so (roughly). My workaround is to right click the file queue and export the queue because it seems to still allow that. Then I can restart Filezilla to try again.

This is Windows Server 2012 R1 but the problem could exist on any for all I know.

With this error attached.

#12278 cannot connect to server new Bug report normal FileZilla Client
Description

I want to connect to ftp.digiland.it associated to IP 213.209.17.162 but filezilla always points to IP 212.48.15.179

#12280 libfilezilla 0.24.1 Solaris fixes closed Bug report normal libfilezilla
Description

I'm not using Solaris myself, but a Solaris user of pkgsrc reported two problems with compiling libfilezilla: struct sigaction needs "struct" in front, and wcsnrtombs needs to be prefixed with "std::".

The attached patches fix the issues.

Thanks.

#12282 Mejora posible. closed Other normal FileZilla Client
Description

Una de las preocupaciones que tengo cuando transfiero a través de Filezilla es la de borrar ficheros o directorios por error y aunque efectivamente pide confirmación, luego no se puede recuperar de una "papelera". Ignoro la dificultad que supone, pero aliviaría más de un susto a sus usuarios. Por más que he mirado, no he encontrado esa posibilidad. Muchas gracias por la atención.

#12284 No counter anymore on Tabs "Failed/Successful transfers" - screenshot closed Bug report normal FileZilla Client
Description

see https://trac.filezilla-project.org/ticket/12251#comment:1

#12285 Private key without extension not shown when adding site new Bug report normal FileZilla Client
Description

In the site manager, when adding a sftp site with Logon Type = Key file, the file selector for the private key does not show files without extensions. The linux ssh-keygen utility creates private keys without extension by default (id_rsa).

#12287 Version 3.50.0 update new Bug report normal FileZilla Client
Description

Version 3.50 update - When I set a pdf to open it still downloads like a previous version that was broken and fixed.

So Im running 3.47.2.1 , but I cant turn on of stupid New version to download message, even tho I have it set to Never, AND in AppData\Roaming\FileZilla\filezilla.xml set to disable updates.

#12289 Would like FileZilla Client to list files in numerical order closed Bug report normal FileZilla Client
Description

I would very much appreciate learning if it is possible for FileZilla 3.50.0 to list filenames in numerical order. The Church has 1127 Newsletters on site numbered nl001 to nl1127. The index on FileZilla does not list them in this order as you will note from the attachment FileZilla.jpg

Than you very much for your assistance. You have a wonderful program.

ags@…

Kind regards,

Anthony Grigor-scott

#12290 Create new file, in the local pane new Feature request normal FileZilla Client
Description

Does anyone else wish that it were possible to create a new file in the local pane? It’s something I find myself wanting to do for various reasons. For example, I have just retrieved some files from a server, and wanted to place a readme into the same directory. Or, I may want to create a local file first, enter some content, and only upload it when done.

It just seems like, since the option exists for the remote pane, it would make sense for it to also exist in the local pane.

(Granted, it would be inferior to Explorer’s (rather terrible) New menu, but for plain-text files, it would suffice, and even Word’s new file is 0 bytes, rather than pulled from a template.)

#12292 Local site tree randomly collapsing new Bug report normal FileZilla Client
Description

For some unknown reason the local directory tree keeps collapsing because of the bug this ticket references. Just in case the terminology isn't clear I've prepared a screenshot with the local directory tree's header outlined in red. The directory tree that keeps collapsing is below. I've obviously checked to ensure that I'm using the latest version. I think this is a regression as this only seems to have started happening the past few weeks and I use the program on a near-daily basis.

#12293 SSH (SSH File Transfer Protocol) Can't login to ESXi SSH closed Bug report normal FileZilla Client
Description

I found not working to connect ESXi SSH at 3.35.0 the error message is ======================================================= Status: Connecting to 192.168.xxx.xxx... Status: Using username "root". Status: Access denied Error: Authentication failed. Error: Critical error: Could not connect to server ======================================================= I also testing 3.47.2.1 with same error.

and I find my old unused PC using this old version (3.7.4.1), it can connect, then I find this old version to replace 3.35.0 ay my PC, then SSH connection is successful.

ESXi Server Version 6.5.0 Update 3

#12294 Wrong example shown for time formatting closed Other normal FileZilla Client
Description

Settings > Date/time format.

Example shown alongside edit box for custom time format should be for hours/minutes/seconds, not for year/month/day.

Screenshot attached.

#12295 rename with existing to-name not accepted new Bug report normal FileZilla Server
Description

Formerly it was possible to rename a file in a way that a allready existing file was overwritten. Now it gives the following errormessages:

Status: Renaming '/woordenlijstnieuwgrieks/Mededelingen/mededelingMededelingWL7okt3.php' to '/woordenlijstnieuwgrieks/Mededelingen/mededelingMededelingWL.php' Command: cd "/woordenlijstnieuwgrieks/Mededelingen" Response: New directory is: "/woordenlijstnieuwgrieks/Mededelingen" Command: mv "mededelingMededelingWL7okt3.php" "mededelingMededelingWL.php" Error: mv /woordenlijstnieuwgrieks/Mededelingen/mededelingMededelingWL7okt3.php /woordenlijstnieuwgrieks/Mededelingen/mededelingMededelingWL.php: received failure with description 'Failure'

#12296 HMA VPN installed without consent? closed Bug report normal FileZilla Client
Description

I noticed today an HMA VPN shortcut on my desktop. I did not install it.

Checking its directory in C:\Program Files, I find that it appeared on October 6. That is when I launched FileZilla after not having used it for a while. It prompted me to download and install an update to FileZilla, which I did.

Was HMA VPN bundled with that within-app update?

Thank you, Blake

#12300 Can't acess a server new Bug report normal FileZilla Client
Description

I cannot access a server. I always get the message: Estado: Aguardando para tentar novamente... Estado: A resolver o endereço de ftp.saopaulo.sdl.com Estado: Conectando 52.25.152.233:21... Estado: Conexão estabelecida, esperando mensagem de boas-vindas... Resposta: 220 Serv-U FTP Server v15.1 ready... Comando: AUTH TLS Erro: Conexão expirou após 20 segundos de inatividade Erro: Não foi possível conectar ao servidor Please, help me, I need to access this server to pick up a task. I am a translator e can't work without access it. Using : Windows 10 - Intel core 5 8th gen. McAfee Intenet Security ( already desabled Firewall, but noting help. Tks

#12301 Update checks are still run with update checking disabled closed Bug report normal FileZilla Client
Description

Configuration: disable update checks using Edit → Settings → Updates → FileZilla updates → Check for FileZilla updates automatically = Never Expected behaviour: no update checking Actual behaviour: a nag window appears titled “Check for Updates” with the message “Unfortunately information about the new update could not be retrieved. Either you or your system administrator has disabled checking for updates …”

The only two ways that the program can display this message are a) the program has psychic powers that allow it to magically know about updates without checking, or b) it checked for updates when explicitly instructed not to do so.

The program violates the aforementioned setting. If update checking is disabled, then update checking must not occur. Instead, the program checks for the update and then chooses not to tell you anything about it, as if that somehow constitutes not checking. If update checking is disabled, the program must refrain from making any attempt to check. Otherwise, that setting is virtually meaningless. The only thing it does do is prevent downloading the update installers, but if that is what it is intended to do, the setting needs to say “Download updates automatically and display update changelogs” with a notice below it that update checks cannot be disabled, because the user interface and behaviour must match each other. The program cannot be allowed to disobey the user’s instructions. If the setting exists, it must behave exactly as it indicates.

#12302 FEATURE REQUEST: Duplicate file feature new Feature request normal FileZilla Client
Description

I often use FileZilla to modify my website files, before I do I always backup the file before modifying. Currently I do this by:

(1) Transfer the file locally (2) Rename the remote file xxxx.bak (3) Modify the local file (4) Upload the local file

It would be so much easier if I could just duplicate the remote file like you can in Windows File Manager. Even if I just end up with a 'Copy of xxx' this would make things easier but if you want to knock the ball out of the park, then a 'Duplicate and edit' feature would be such a timesaver.

Use case would be:

(a) Right click file, choose 'Duplicate and edit' (b) Filezilla renames existing file xxx.bak (c) FileZilla copies renamed file as original filename (d) Filezilla opens new file for edit e.g. in Notepad++

Then all I have to do is make my edit, click save (the normal 'This file has changed...' dialogue would then re-upload the modified file as normal.

#12303 Menu selections are remaining on the screen new Bug report normal FileZilla Client
Description

When using FileZilla Client, if I select a menu item, the item panel from the menu remains on the screen after the item is activated. In fact, it remains after the program is closed. I have to log off the computer to get rid of it. The problem appeared in the prior release of FZ Client. I hoped it would go away, but I have updated this morning and the problem remains. I have attached a screenshot where my Dreamweaver dialog box is being obscured by the left over "Manage Sites..." menu selection, even after the client has been closed.

#12304 Couldn't add an image to the image list Error message closed Bug report normal FileZilla Client
Description

When I first start up the program I get an error message indicating: Couldn't add an image to the image list.

I am using Windows 10 and Filezilla Client version 3.5.10

#12305 PROBLEM WITH TXT FILES - ADDITIONAL CR ADDED TO END OF LINE closed Bug report normal FileZilla Client
Description

Relates to a previous bug report that was reported 15 years ago

#1028 closed Bug report ASCII mode transfer corrupts files nix=>win

Text Lines that end with CR LF are having an additional CR added to the line

So the the Text Line ends with CR CR LF

In Hex - CR LF (Hex 0D0A) becomes CR CR LF (Hex 0D0D0A)

I have used FileZilla for about 20 years and this has never happened to me before.

#12306 Don't find a statement closed Bug report normal Unknown
Description

We do not find the statement between 0677 and 0679. The named pdf of 0677 is: rp00si21620380039001_20200923_093843 The named pdf of 0679 is: rp00si21620380039001_20200924_124840

How can we find the statement # 0678. Usually we have a numerical sequence.

Thank you for your help.

Christian Nugent

#12310 Remote files with size 4294967295 (-1) aren't displayed in FileZilla client closed Bug report normal FileZilla Client
Description

Running FileZilla client on Windows 10. Accessing a Toshiba 4690 OS system. A file that should have existed was not being shown in FileZilla. I signed on to the 4690 OS system via Telnet and saw that the file size was listed as 4294967295 (which is effectively "-1"). I don't know what that really means, other than "big". I used the built-in Windows 10 FTP client to connect to the 4690 OS system and it showed those files having a size of -1. They were log files and had grown huge. I had to delete them and unfortunately I didn't upgrade to latest FileZilla (I'm running 3.50.0), nor did I enable additional logging to see what FileZilla might have displayed.

#12313 Optionally automatically rename/move remote individual files after downloading new Feature request normal FileZilla Client
Description

This would help organizing files during transfer.

I would like files to be optionally automatically renamed (prefix/suffix) and/or moved to a specified remote directory after finishing its individual download.

#12314 If file exists locally, overwrite local time stamp without re-downloading the entire file new Feature request normal FileZilla Client
Description

I backed up files from my mobile phone using ES File Explorer's FTP server. Sadly, it messes up dates and times. Amaze file manager and Primitive FTPd however report times correctly.

But I don't want to download all files again, just set the dates and imes of the local files to the original remote files.

I suggest implementing such an option.

#12315 Ability to export remote search results into file new Feature request normal FileZilla Client
Description

There is a remote file search feature.

I suggest the ability to export the search results (including time attribute and full remote paths) into an XML or JSON file.

It is already possible for the queue, the failed transfer list and successful transfer list.

#12317 Fehler mit Wordpress new Bug report normal FileZilla Client
Description

Sehr geherte Damen und Herren, beim einspielen eines Backups ist mir aufgefallen das FileZilla nicht alle Daten per FTP transferiert. Beispiel: ich möchte den Ordner meiner Wordpress-Installation sichern, FileZille sagt mir das alles heruntergalden ist aber die Ordner wp-admin und wp-includes wurden nicht mit herunter geladen. Die Ordnerberechtugungen lautet 755. Wenn ich die Ordner versuche einzeln herunterzuladen geschieht dies nicht. Wo liegt der Fehler?

Mit freundlichen Grüßen Martin Frickmann

#12318 Suggestion for renaming of files new Feature request normal FileZilla Client
Description

In other software that have the ability to rename files (photo organizers like Thumbsplus, for example), when you choose to rename a file the default portion of the filename selected is the name excluding the extension. This avoid changing the extension by mistake and, honestly, speeds up the renaming process since most of the times only the name is meant to be changed.

#12319 Critical error: Could not connect to server- after connecting and trying to transfer files. moreinfo Bug report normal Unknown
Description

I get this message when trying to transfer files. I can connect to the server, but as soon as I try to transfer files, in the exact same way as I have, I get this error message. Yesterday everything was working for a while, then I couldn't upload css or img files. Last night I could connect to the server, but as soon as I tried to transfer anything, I got the critical error message. I have 4 screens, which show the sequence of my issues.

Thanks for your help everyone

#12321 textedit.app closed Bug report normal FileZilla Client
Description

Hello,

I am trying to edit a file but I get this message :

The 'functions.php' cannot be opened. The associated program ('Applications/TextEdit.app' %f) could not be found. Please check your file type associations.

I've never had a problem with earlier versions. And I have TextEdit.app installed and working. I am trying to finish a setup for a website launch on Wednesday, so please help me with this.

#12322 Error when shutting down Windows new Bug report normal FileZilla Client
Description

Every time I turn off the computer, if I don't close the FileZilla window, I get this error (in the attachment). The error is about a year old. I used to use Windows 7, but I thought it would disappear when I switched to Windows 10.

How to repeat bug:

  1. Open FileZilla
  2. Click "Shut down Windows" or press power button.
  3. A dialog appears with an error.
#12323 FileZilla from USB drive new Bug report normal FileZilla Client
Description

I installed Filezilla on a USB drive so I could carry it with me and use on a public computer.

Works great !!!

Problem is server definitions are apparently not saved in installation directory on USB drive, since when I went to a different public computer, my site management server definitions were gone, and I had to create them all over again.

Need to retain these server definitions in the installation directory one id running the program from.

#12324 What is my host? new Other normal FileZilla Client
Description

Hi, I can't find what name my host is. Could you help?

#12326 Bad datetime stamp (timestamp) when downloading from Google Drive new Bug report normal FileZilla Client
Description

I just purchased FileZilla Pro in order to upload/download files from Google Drive. I noticed that when uploading files TO Google Drive from my computer, the modified date/time stamps are listed correctly on Google Drive. However, when downloading FROM Google Drive, the modified date/time stamps reflect the current system date/time and not the original date/time stamps.

In the first screen shot, you'll see that I uploaded 12 files from the local "SMS Backup" folder to the remote "SMS Backup" folder on Google Drive. The date/time stamps are correct on Google Drive.

In the second screen shot, I downloaded the same files FROM Google Drive to a local folder named "kill test" as a test of the process. You'll notice that the local date/time stamps are the current system date/time when the files are downloaded.

I use a separate application (https://webdrive.com/) which maps Google Drive to a local drive letter, similar to a Windows network. When downloading files from this application, the modified date/stamps are correct.

Can you advise?

#12327 Persistent Dialog After Quitting closed Bug report normal FileZilla Client
Description

I am using version 3.51.0 of FileZilla Client on a Windows 7 PC. After quitting the Site Manager Ctrl-S dialog label persist in the upper left section of the desktop on top of all other windows. The only way to get rid of this is to restart the PC

#12329 Fails to complete file download new Bug report normal FileZilla Client
Description

I am downloading multiple TV shows and notice that some of the files do not completing download. The client appears to simply stop the downloading of the file, but moves it into the completed list. When I resubmit the list to be downloaded and select the resume (all) options, it sees that some of the files are not fully downloaded and continues. Sometime that will again fail and I have to resubmit again.

I am running a windows 10 on the latest release software with a COX Gigabyte connection.

#12331 Configure double-click to have different behavior for local vs. remote new Feature request normal FileZilla Client
Description

For my company's use of FileZilla, we frequently need to browse remote directories and download files, but it's very very rare that we'd need to upload a file. There's no good default double-click behavior configuration for us, because what we really want is for double-clicks on remote files to transfer but for double-clicks on local files to open. Instead, we have to choose between not being able to use double-clicks to download files or risking accidental uploads.

I hope this feature request—splitting the double-click settings into a local setting and a remote setting—wouldn't be too hard to implement. It sounds silly but it would really make a big difference for all of us (there's a lot of us with Pro licenses that I'm making this ticket on behalf of).

#12333 Access to C panel new Bug report normal Unknown
Description

Hello I purchase a website and admin didnt give me access to the C panel is it possible to gain access

#12334 Custom proxy configuration per site entry new Feature request normal FileZilla Client
Description

Hi guys,

I'm a big fan of Filezilla and I've been using it for years.

I'm working in a new role here and I have to deal with multiple VPNs to access multiple datacenter.

To do so, I run many small docker instance with their own VPN client and a socks proxy. Doing so, I avoid network collision and software limitation of running simultaneous VPN clients.

But, when times come to use Filezilla to access one of those machines via SFTP, I have to manually update the general settings 'Generic proxy' configuration of the client each time if I want to use a different socks proxy.

I would appreciate if Filezilla client can have a section in the 'Advanced' pane of each site definition to fill specific proxy configuration to use for a given site definition.

Currently the only option is 'Bypass proxy' but that doesn't make it in my case, since I want to use a proxy but an alternate one.

#12335 Vers 3.51.0 Client update, now website has 404 errors new Other normal FileZilla Client
Description

I updated FileZilla and uploaded to my websites. Both now are getting 404 errors. 3rd that was not updated is fine.

https://freepages.rootsweb.ancestry.com/~hillmer/genealogy/Hillmer/index.htm https://freepages.rootsweb.com/~hillmer/genealogy/DNA/index.htm https://freepages.rootsweb.com/~hillmer/genealogy/Newby/index.htm

I use Second Site to create my genealogy website. SS's review prior to upload looked great.

My previous version had no problems

FileZilla Client


Version: 3.51.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2020-10-20 Compiled with: x86_64-w64-mingw32-gcc (GCC) 8.3-win32 20190406 Compiler flags: -O2 -g -Wall -Wextra -pedantic -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.0.6 SQLite: 3.31.1 GnuTLS: 3.6.15

Operating system:

Name: Windows 10 (build 18363), 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\Owner\AppData\Roaming\FileZilla\

#12336 Lenghty wait to get to site after logging in closed Bug report normal FileZilla Client
Description

I created a new username and password on my Plesk FTP page. In FileZilla, I created a new site profile “Internic” using the new username and password, as shown on the attached FTP setup.png screen shot. I then attempted to connect and got stuck at the "Initializing TLS..." line on the message log for about 8 minutes before being asked to verify the certificate and getting to the site files. If I disconnect (CTRL+D) without exiting the program and then reconnect, I get to the site right away. If I exit the program and start the program again and try to connect, I get stuck on the same "Initializing TLS..." line and it can take anywhere from 3 to 9 minutes before getting in. On the same computer and using the same program, a different site on a different server has exactly the same problems. This does not happen on a different computer on the same home network connecting to the two sites on different servers, running the same version of FileZilla. Connection time is almost instantaneous. This can happen at any time of the day or day of the week. I am attaching a text file of a verbose timestamped message log from another session, and a text file showing system and program information from the FileZilla “About…” panel. According to ftptest.net “Your server is working and assorted routers/firewalls have been correctly configured for explicit FTP over TLS as performed by this test. However there have been warnings about compatibility issues, not all users will be able to use your server. For maximum compatibility, consider resolving these warnings.” The only warning in the log was “Warning: The entered address does not resolve to an IPv6 address.” I am attaching a text file of a verbose timestamped message log from another session, and a text file showing system and program information from the FileZilla “About…” panel

#12338 Site manager > right-click option to create new site or new subfolder new Feature request normal FileZilla Client
Description

Right-click option to create new site (in current folder) or new subfolder.

I always right-click on a folder to create a new site, but it's not possible. The only option is export.

Thanks for considering.

#12339 Filezilla Error assigned Bug report normal FileZilla Server
Description

hello -I am trying to upload files but im getting disconnect from server and files are not uploading. This is my first time reporting a system error and we just started using this software.

please let me know if you need further details.

#12340 Cannot Login Anymore closed Other normal FileZilla Server
Description

Early last week, I started getting an error and I could not login to my accound. I have been working with my hosting company and still can't figure out what the problem is. Here is the current error that I'm seeing: Command: PWD Response: 257 "/" is your current location Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (212,16,184,190,214,132) Command: MLSD Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing

Is there any way that you can help me? I have spent 5 hours now talking with tech support and have made zero progress. My FileZilla version is the latest one.

#12341 MKCOL request for WebDAV protocol new Bug report normal FileZilla Client
Description

Apparently, Filezilla pro sends the request to the root folder. Is this conform with the mkcol method definition? As I understand, the "to be created" collection should be part of the request url

So if I wan to create collection "test" within "home", the request shoud be like MKCOL /home/test

and NOT

MKCOL /home

#12343 Fix datadir lookup on Windows closed Patch normal FileZilla Client
Description

I've built filezilla using gcc/mingw on Windows just now and noticed that the resource lookup didn't work because it looks for the wrong directory separators.

Here is a patch that made it work: https://github.com/msys2/MINGW-packages/blob/edfaec80fe83f498b851e2f46fa52176902b5138/mingw-w64-filezilla/0001-fix-datadir-lookup.patch

I hope this is helpful.

#12344 Unable to connect to Yahoo Server Using filezella closed Feature request normal Other
Description

Log on to the ftp.bramwellwv.com host server fails with all input data verified to be correcct. Log on to the Yahoo server shows failure to connect after connecting up to the point of accepting password.

#12346 Upload progress meter is sporadic with speed limits turned on. new Bug report normal FileZilla Client
Description

When speed limits are turned on the upload progress meter changes in jumps and spurts instead of progressing smoothly (but at a slower pace).

When speed limits are turned off it progresses as expected in the smallest increments being displayed.

#12347 Update failures - filezilla-project.org is using a local CA, so no path to verification closed Bug report normal Unknown
Description

When checking for updates in the client, I saw the update failing to connect. I grabbed the connection string from the "Show details" link and pasted it into a browser (Chrome for example). The link for me was https://update.filezilla-project.org/update.php?cpuid=sse%2Csse2%2Csse3%2Cssse3%2Csse4.1%2Csse4.2%2Cavx%2Cavx2%2Caes%2Cpclmulqdq%2Crdrnd%2Cbmi%2Cbmi2%2Cadx%2Clm&initial=1&manual=1&osarch=64&osversion=10.0&package=1&platform=x86_64-w64-mingw32&updated=0&version=3.51.0

This should generate a standard warning that pops up whenever certificates can't be validated. Looking at the certificate, the cert specified for update.filezilla-project.org seems good; however, it was issued by a private ca for filezilla-project.org with a private IP address of 10.6.92.6. This needs to be issued as a resolvable host (also: use FQDN, not IP).

New cert looks to have been applied around Dec 14.

#12348 Service automatically starts after installation with highest system privilege even if specified not to new Bug report normal FileZilla Server
Description

On Windows, after installing the FileZilla server and choosing to register as a service in Windows but not to automatically start it, the installer completes and automatically starts the service regardless. Not only does it automatically start the service but it starts as NT-AUTHORITH/SYSTEM privilege which isn't ideal for a server.

#12351 S3 on Pro: Allow entry of bucket name closed Bug report normal FileZilla Client
Description

Without entering a bucket name, the Client must do a ListBuckets but that might not be permitted. Also, I might only care about one bucket. I consider this a bug since it prevents me connecting to a bucket without ListBuckets permission.

#12352 Compared directory selection count wrong when selected with Shift-Ctrl-A new Bug report normal FileZilla Client
Description

To reproduce: View > Directory comparison > Enable (or press Ctrl-O) Set focus to a directory that has differences and press Shift-Ctrl-A Note the number shown in the status of the pane: "Selected x directories".

Current result: The number of selected directories is actually the total number of directories shown.

Expected result: The number of selected directories should be those that differ and are selected and highlighted.


FileZilla Client:

Version: 3.51.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2020-10-20 Compiled with: x86_64-w64-mingw32-gcc (GCC) 8.3-win32 20190406 Compiler flags: -O2 -g -Wall -Wextra -pedantic -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.0.6 SQLite: 3.31.1 GnuTLS: 3.6.15

Operating system:

Name: Windows 10 (build 18363), 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

#12353 Search file history privacy concern (local disk) new Bug report normal FileZilla Client
Description

When you go to edit/clear privacy data, you can't wipe search history for files you are searching for on your local disk drive. I don't think it should come up at all and should be private by default. Is there a way to exit Filezilla without worrying about search terms? I hope this problem will be fixed in future releases.

I always do file searches with the binoculars icon on the top right.

Please ask for more information if needed. Thank you.

#12355 Startup takes around 45 seconds new Bug report normal FileZilla Client
Description

Clean install of Windows 10 Pro, Clean install of Filezilla Client 3.52.0.3 From clicking on the Icon until the Filezilla window is displayed takes around 45 seconds. Once in Filezilla speed is no longer an issue, the programme works fine.

I have set up for logging and set the debug level to 3, but after start it has reset to Level 1 and no log file has been created.

#12360 Bug in Finnish locale closed Bug report normal FileZilla Client
Description

file fi_FI.po?revision=9791

As can be seen below, lines 4263 and 4267 have same content, but they should not be the same. Line 4267 has incorrect translation.

Line 4267 should be "Suodata pois kohteet, jotka täsmäävät yhdenkin seuraavan kanssa"

4261 #: ../src/interface/filteredit.cpp:123 4262 msgid "Filter out items matching all of the following" 4263 msgstr "Suodata pois kohteet, jotka täsmäävät kaikkien seuraavien kanssa" 4264 4265 #: ../src/interface/filteredit.cpp:124 4266 msgid "Filter out items matching any of the following" 4267 msgstr "Suodata pois kohteet, jotka täsmäävät kaikkien seuraavien kanssa"

#12361 context menu truncated closed Bug report normal FileZilla Client
Description

A menu continues below the bottom of the viewport, so the bottom commands cannot be seen.

Steps to reproduce:

  1. This is based on the display resolution being 1440x900.
  1. Access a directory on either side of the window.
  1. Navigate to a directory that has no more than three folders (not counting the ".." pseudofolder) (I don't know whether the monitor's window size affects the number of folders and files relevant to this bug) and enough files to populate the pane to the bottom of the pane.
  1. Select the file on the bottom of the pane.
  1. Without vertically scrolling, context-click (usually right-click) that file. You'll get a menu but you won't be able to see the bottom of the menu.
  1. Tap the up-arrow just once. This will select the bottom command even though you can't see that selection.
  1. Keep tapping and count the taps (probably one or two more) until you have selected a command and you can read the selection.
  1. Tap esc to dismiss the menu without selecting a command.
  1. For a comparison showing proper menu behavior, select a file near the the top of the pane.
  1. Context-click that file. You'll get a menu and you'll be able to see all of it.
  1. Dismiss the menu without selecting a command.

Actuality: Truncation of menu, per STR 4.

Expectation: Whole menu no matter which file or folder we context-click.

Additional information:

When truncation could occur, the top of the menu should be above the file or folder selection, so that all of its commands are visible.

I tested selecting 3 adjacent files at the bottom of the viewport, putting the cursor (a pointer) at the bottom file in the selection, and context--clicking. The menu began at the cursor. Therefore, in some circumstances the menu should begin above the cursor, not at the cursor.

#12366 Activity Time new Feature request normal FileZilla Client
Description

Hi, FileZilla Team.

i use FileZilla to copy Big Files from Linux server to my notebook when i copy this Big Files, FileZilla delay Hours. but i can't see time when finished or disconnected. can you add time for activities on status activities window ?

thanks

#12367 disconnects from server new Bug report normal FileZilla Client
Description

Upon completion of a transfer, disconnects from server / fails to connect. I have to close and reopen filezilla. only since last update done yesterday 01/15/2021

#12368 program lock when used with the screen reader: NVDA. closed Patch normal FileZilla Client
Description

when i want to: upload files to the server, the program: FileZilla_3.52.0.5_win64 crashes and my files can no longer be uploaded and some have failed. I also need to restart the screen reader, FileZilla in order to make my system usable and to be able to interact with the computer. With another screen reader: JAWS, the same thing doesn't happen everything works perfectly and I have no problems, but I have problems with: accessibility. I want to mention that with the screen reader from: Microsoft still has the same problems as the NVDA reader. The NVDA version is: 2020.3 and 2020.4 beta 4, I tried beta 4 because I thought it might work, but it didn't work. Please: make FileZilla accessible is a good program, but it is difficult to use in some cases with screen readers.

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