Custom Query (2164 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (1301 - 1400 of 2164)

4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
Ticket Summary Status Owner Type Priority Component
#10923 ilezilla switches UTF8 support off after that problems renaming filenames containing UTF8 chars new Bug report normal FileZilla Client
Description

I open my FTP server (FTP server software unknown, part of irtual webserver) there are some folders and files containing letter "õ" character 245 in Windows 1257 character set.

after that Filezilla switches UTF-8 support off

If I try to rename some files wich are uploaded to the server through Internet Explorer(filenames are invalid) FileZilla says that there is no such file (tough there is the file in the file list).

Copied messag log

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: Invalid character sequence received, disabling UTF-8. Select UTF-8 option in site manager to force UTF-8. Status: Directory listing of "/" successful Status: Sending keep-alive command Status: Retrieving directory listing of "/Kriminaalromaanid ja ponevikud"... Status: Directory listing of "/Kriminaalromaanid ja ponevikud" successful Status: Retrieving directory listing of "/Kriminaalromaanid ja ponevikud/ANN GRANGER"... Status: Directory listing of "/Kriminaalromaanid ja ponevikud/ANN GRANGER" successful Status: Renaming '/Kriminaalromaanid ja ponevikud/ANN GRANGER/Ann Granger Hukatus häving ja mõrv.txt' to '/Kriminaalromaanid ja ponevikud/ANN GRANGER/Ann Granger Hukatus häving ja mõrv.txt' Command: RNFR Ann Granger Hukatus häving ja mõrv.txt Error: Connection timed out after 20 seconds of inactivity Status: Disconnected from server Status: Resolving address of ftp... Status: Connecting to 195.xxx.xx.xx:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Status: Logged in Status: Renaming '/Kriminaalromaanid ja ponevikud/ANN GRANGER/Ann Granger Hukatus häving ja mõrv.txt' to '/Kriminaalromaanid ja ponevikud/ANN GRANGER/Ann Granger Hukatus häving ja mõrv.txt' Command: CWD /Kriminaalromaanid ja ponevikud/ANN GRANGER Response: 250 OK. Current directory is /Kriminaalromaanid ja ponevikud/ANN GRANGER Command: PWD Response: 257 "/Kriminaalromaanid ja ponevikud/ANN GRANGER" is your current location Command: RNFR Ann Granger Hukatus häving ja mõrv.txt Response: 550 Sorry, but that file doesn't exist Status: Sending keep-alive command

#10928 Conflict between hidden files and directory comparison new Feature request normal FileZilla Client
Description

Per tickets such as #1278, directory comparison is the only workaround for obeying the Windows "hidden" attribute.

FileZilla cannot achieve the following:

a) Obey Windows hidden settings b) Directory comparison

If you create a filter to hide hidden files and directories, the following error occurs when connecting with directory comparison enabled:

"Cannot compare directories, different filters for local and remote directories are enabled"

If you try to apply a hidden attribute filter under remote filters, you are (correctly) told:

"Selected filter only works for local files."

There seems to be no way to remove the vast amount of ridiculous cruft from showing, *and* use directory comparison. The two notions are orthogonal: directory comparison is based on the data you want to see and expect to see, while hiding OS cruft is about removing all the behind-the-scenes system data that has no bearing on anything that you are ever doing (which is why it's hidden from you at all times).

It should be possible for FileZilla to obey the Windows file view state, while having full functionality when working with a Linux server, since the files and directories that should be hidden in the local view don't relate to working with a Linux server.

#10943 I updated yesterday morning and now it won't work at all. See log below. Thanks! moreinfo Bug report critical FileZilla Client
Description

Status: Resolving address of testsite.ms.gov Status: Connecting to 10.12.27.120:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: GnuTLS error -15: An unexpected TLS packet was received. Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of testsite.ms.gov Status: Connecting to 10.12.27.120:21... Status: Connection established, waiting for welcome message... Response: 220 msiasd01 FTP server (Version 4.2 Mon Jan 5 10:10:01 CST 2015) ready. Command: AUTH TLS Response: 234 Using authentication type TLSv1 Status: Initializing TLS... Error: GnuTLS error -110: The TLS connection was non-properly terminated. Status: Server did not properly shut down TLS connection Error: Could not connect to server

#10947 In filenames Filezilla replaces German umlaut with normal letter + diaresis marker new Bug report critical FileZilla Client
Description

My local computer is a Mac (OS X El Capitan, Version 10.11.6) My remote server has Ubuntu 16.04 The FileZilla version is 3.20.1

I use FileZilla to connect my Mac with the Server. I use empty directories on both computers.

I also activate: View -> Directory Comparison -> Enable (This does not influence the problem, but helps to see it)

I use ssh to log into my remote server, and there I write this command (I use a German Keyboard Layout):

touch ä

Then i switch to Filezille and there I click the Refresh-button. On the left side (local directory) i still see an empty directory. On the right side (remote computer) I can see the file with the name »ä« and a size of 0 byte. It has a yellow background which means, that there is no matching file on the other side (which is true).

Then i use FieZilla to download this file. On the left side appears a new file with the name »ä«. This seems ok so far, but then I click the Refresh-button again, and now something weired happens: On the left side is a file named »ä« that does not match with a remote file, therefore it has a yellow background. And also the file on the remote computer with the name »ä« has no partner on the other side, and therefore it has a yellow background.

Now I upload the local file »ä« to the remote computer: The result is: Two files on the remote computer! One named »ä« (this one matches with the local file), the other named »ä«, which has no matching partner.

I go back to my ssh console of my remote computer and type

ls -als

it displays:

total 8
4 drwxr-xr-x 2 root root 4096 Aug 20 09:34 .
4 drwxr-xr-x 3 root root 4096 Aug 20 08:45 ..
0 -rw-r--r-- 1 root root    0 Aug 20 09:23 ä
0 -rw-r--r-- 1 root root    0 Aug 20 09:23 ä

I type

touch ä
ls -als

and then i see this:

total 8
4 drwxr-xr-x 2 root root 4096 Aug 20 09:34 .
4 drwxr-xr-x 3 root root 4096 Aug 20 08:45 ..
0 -rw-r--r-- 1 root root    0 Aug 20 09:23 ä
0 -rw-r--r-- 1 root root    0 Aug 20 09:40 ä

There are two independent files, one named »ä«, the other named »ä«. Looks like the same name, but thats not true. They have different names!

Here is the problem:

The original file has the name »ä« this is the Unicode Character 'LATIN SMALL LETTER A WITH DIAERESIS' (U+00E4). But when Filezilla downloads a file with this letter in its name to my Mac, it transforms this one character into two characters, which are:

Unicode Character 'LATIN SMALL LETTER A' (U+0061) followed by Unicode Character 'COMBINING DIAERESIS' (U+0308)

Most fonts (not all!) display (U+0061) followed by (U+0308) as a ligature that looks exactly like the single character (U+00E4). But (U+0061) followed by (U+0308) (two characters) is NOT identic with (U+00E4) (one character).

I can't say since which version of FileZilla this problem exists, but older versions of FileZilla did not have this bug.

When I download a file and then upload it again, i don't want to create a duplicate file with a new name. I want that the filename doesn't change!

#10952 Remote window shows blank, no files listed or odd white space above remote file list, but remote files re-appear when app is re-sized moreinfo Bug report high FileZilla Client
Description

Symptoms: Log onto remote site : occasionally remote folders and file listings do not show - (remote panel completely blank). However, if the app window is re-sized, folders & file list suddenly shows correctly. Seemingly random, often initial login is ok - folders & files all listed. But click on a remote folder and the remote pane shows blank or is 'half filled' with listing.

Causes/triggers: Can't see a pattern / can't identify any particular folder attributes that trigger it.

Workaround: But always re-sizing of the Filezilla app will magically fix it (for that view only), folders & files will appear as normal. But go into another folder and the problem is back.

Very frustrating - v. difficult to work with this issue.

Tested across two machines, two different users: exactly the same problem - both users have same OS and Filezilla Versions.

#10953 Languages not translated new Bug report normal FileZilla Client
Description

Edit > Settings > Languages The list of available languages - should it not be translated? For instance, when I'm running in Danish, the Danish language should be "Dansk (da)". I cannot find the list of languages in the .po.

#10954 Binary file transfer mode must be a default file transfer mode. new Feature request normal FileZilla Client
Description

ASCII and Auto mode can lead to data corruption as it did for me right now (I had an "Auto"). If somebody will ever need ASCII mode he could always turn it on in their settings. Binary file transfer mode must be a default file transfer mode. This small improvement can dramatically increase reliability of the whole program.

#10956 File selection disabled when renaming a file new Bug report normal FileZilla Client
Description

When you rename a file which contains two dots, for example test.file.txt the file selection does not work anymore. Let's say we have a file with the name test.file.txt and I rename it to hello.file.txt. This bug only occours when you click next to file with the mousecursor. Using the enter button does not give this problem.

#10964 On Download from FTP to Windows some random files have size 0 moreinfo Bug report normal FileZilla Client
Description

I used Filezilla for some years now and didn't change anything with my configuration, I just updated the version whenever Filezilla asked me to.

The last months I could see that a download of my whole FTP seems to work as usual, but some files will get the file size 0 although on the FTP they have a size > 0. I can re-download them and all is good.

This is only for appr. 20 files of 30,000, but always different files. I download the whole FTP every week and always see this mad behaviour.

I think this is critical.

#10979 Panels location to improve usability new Feature request normal FileZilla Client
Description

On wide monitors on note PCs it's very hard to work with file lists because of lack of vertical resolution. Interface improvements needed:

  1. Message log panel should have ability to be moved right and placed vertically on the right side of file list panels and has two representations: short and wide. It should have horizontal and vertical scroll bars. Can be hidden from View menu as is.
  2. Task log panel should have ability to be moved right and placed vertically
  3. Both panels can be grouped in one panel with tabs
#10980 Permission change fail message new Bug report normal FileZilla Client
Description

Hi,

I don't know if this is a bug or if it belongs in the feature request section? I often find myself changing file permissions only to discover the permissions haven't been changed. I get no indication anything failed. Might be a server issue, but I wish FileZilla Client could notify me if there was any problems changing the file permissions. E.g. something about if, what & why anything went wrong would be nice.

Thanks

#10986 Can't ale to connect my Server moreinfo Bug report normal FileZilla Client
Description

Hi ,

Please find the below details about Error message which i get .

Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: Connection timed out after 40 seconds of inactivity Error: Could not connect to server Status: Waiting to retry...

Please reply me back ASAP. Thanks for your time and consideration.

#10992 Uploading Links/Aliases via DND on OSX does not dereference 3.10.2 new Bug report normal FileZilla Client
Description

On the OSX port, uploading the link via DND only uploads the link, not the actual file or destination.

#10998 Downloads Stops or freezes after a few minutes new Bug report high FileZilla Client
Description

The logs say its still downloading from the Seedbox server and in the Download Quence, the Downloads are still their but they stop and have the "?" next to the speed or next to the amount the file should be downloading at, Plus the traffic lights at the bottom right hand side of the application, turns off. The Only way to unfreeze or turn the lights back on or resume the downloads, is by unchecking the "Process Quence" and clicking on it again. Please help.

#11006 EConnRefused error (unable to find a solution on any threads) moreinfo_reopened Other normal FileZilla Client
Description

We have a user in our office who is now unable to connect to her FileZilla server. I have compared settings between my system that still works and hers. All settings appear to be the same. When she attempts connecting, she gets the error report (see attached): Command: Type 1 response: 200 Type is now 8-bit binary Command: PASV Response: 227 entering Passive mode (173,254,28,11,194,26) Command: MLSD error: the data connection could not e established: ECONNREFUSED - connection refused by server

Do you have any solution? -Lane

#11009 OS X UI - Target File Already Exists dialog layout issue moreinfo Bug report low FileZilla Client
Description

The "Target file already exists" dialog box doesn't handle source or destination filenames in directories with long names or deep paths, as it pushes the Actions part of the dialog off the far right of the dialog rending the options unreadable.

This dialog cannot be resized either, meaning one has to either have memorised the Actions or simply guess!

See attached screenshot.

#11010 incorrect file difference after file transfer new Bug report normal FileZilla Client
Description

Even after the most recent update, When I have directory comparison enabled and compare filesize option selected, I often see that the server-side file highlighted yellow after I just successfully (no error reported) uploaded and overwrote it. If I refresh the server-side window, the file is then no longer highlighted.

I understand that you don't want to refresh the directory after each transfer, as this would slow the overall transfer process, but:

1) Since you mostly likely have already compared the local and server versions of a file after it is transferred to determine if the file transfer was successful, why is it being highlighted if the transfer was known to be successful. In other words, why would a refresh even be necessary?

2) If a refresh is necessary then limit it to the directory that the user is viewing and only do the refresh after all of the files in the viewed directory have been transferred. This will optimize the transfer by not refreshing after each individual file transfer and should work for batch-queue mode, too. Offer an option to enable automatic refreshing after transfer if you can't eliminate the highlighting otherwise, and feel that the users wouldn't like the delay that an extra directory refresh would cause.

#11013 wxSpinCtrl widgets need to be resized for GTK+3 new Bug report normal FileZilla Client
Description

Under wxWidgets built with GTK+3, some of the wxSpinCtrl widgets need to be made wider. This is due to the underlying GtkSpinButton being much wider in GTK+3 than it was in GTK+2. Attached is an example screenshot from Filezilla settings. Either the hard-coded width needs to be removed or made larger.

#11018 Add site name in password entering dialog window title new Feature request normal FileZilla Client
Description

Is it possible to add site name in window title of passphrase entering dialog? It will help with KeePass' Auto-Type feature by identifying which passphrase is needed and not having to select from many sites. It could be e.g. "Site - Enter password"

#11019 Updater forgets command-line and logs you out on restart new Bug report low FileZilla Client
Description

I have a number of filezilla shortcuts on my desktop, each of which connect to different FTP sites. I have the command-line set up in each of them to automatically connect to a given site.

The bug is that when FileZilla opens and there is an update available then it updates and then restarts without being logged in anymore.

It should remember the account that it was logged in to, perhaps by restarting using the same command-line as was used originally.

As a workaround I have to manually close FileZilla and then find the shortcut again to restart it.

#11024 FileZilla Shell Extension on Windows 10 AU Causes Explorer Hang/Crash moreinfo Bug report normal FileZilla Client
Description

FileZilla's Shell Extension on Windows 10 AU Build 14393 causes Explorer.exe to either hang or crash when creating or renaming folders through the normal context menu method (right click, new folder/rename). This oddly only happens on the second folder and for all subsequent attempts until Explorer process is terminated manually or restarts on its own after crash. Steps to replicate: On desktop, or in explorer folder window, right click, create new folder. (First folder creates fine.) Create another folder via same method, Explorer hangs/crashes. Same thing with rename functionality of an existing folder.

I have verified this by disabling FileZilla's shell extension and subsequently experiencing expected outcome of folder creating without lag/hang/crash. Unfortunately, with FileZilla's SE disabled, I can no longer drag files from FileZilla to the desktop directly.

#11025 Version 3.22.0 SFTP cannot connect to server new Bug report normal FileZilla Client
Description

On upgrading to FZ 3.22.0 I cannot connect SFTP:

Status: Connecting to wdvta.org.uk... Response: fzSftp started, protocol_version=6 Command: keyfile "/Users/malcolminglis/Documents/WDVTA/Web/admin/conv-fz-keyfile" Error: Could not connect to server

This is a persistent error. I have reverted to v 3.21.0 and that works fine.

#11039 Please change "Selected file already being edited" box new Bug report normal FileZilla Client
Description

Please add a checkbox to this dialog that causes the dialog to remember what you did last time. I frequently use FileZilla to just look at files that are changing at the remote site so every time I want to refresh I have to select "Discard local file...". You get the idea. As an alternative to this change make view and edit two different functions. Here are the "info" dump: FileZilla Client

FileZilla Client


Version: 3.22.1

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.15 SQLite: 3.11.1

Operating system:

Name: Windows 10 (build 14393), 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 bmi2 bmi2 adx Settings dir: C:\Users\motu\AppData\Roaming\FileZilla\

#11041 Search remote Files new Feature request normal FileZilla Client
Description

when searching for a remote file I would like to see the option to search for permissions (for example 604) I noticed a few websites had files not 644 or 755 it was 604 Added through a vunerability of joomla or wordpress. This way I can find all files that should not be there.

Thanks

#11045 Dual pane mode where both local/remote sites can be choosen new Feature request normal FileZilla Client
Description

Filezilla has reached a peak. Basically it is the goto for any sort of file transfer client. It needs something that would also dominate the marketshare: The ability to choose both remote panes and/or both local panes for file transfer.

Yes, this requires a HUGE internal and GUI overhaul BUT at the end of the day, I think it would be a awesome addition and can make Filezilla close to even a file manager (which honestly, this is the only thing missing from it)

The community has asked for it several times but it has been rejected because it is complex. I understand that this cannot be done in one day but the saying says Rome wasn't built in one day..

I hope this is taken under consideration.

Thank you

#11049 UI Resize issue new Bug report low FileZilla Client
Description

When resizing the window to a smaller size, the quick connect button gets hidden behind the other controls. I would suggest setting a minimum width on the form so it doesn't get small enough to cause the controls to shift.

#11054 Atualização 3.22.2 moreinfo_reopened Bug report normal FileZilla Client
Description

Estou tendo problemas após a última atualização (hoje) do Filezilla Client (3.22.2), o programa abre mas não funciona. A janela de boas-vindas não fecha.

#11056 FileZilla freezing moreinfo Bug report normal FileZilla Client
Description

Since versions 3.22.0, 3.22.1 and 3.22.2.1 the program crashes a few seconds after the program opens. I've tried uninstalling the program completely and reinstalling, restart the computer, clean the windows registry and still the problem persists. If you use any version prior to 3.22.0 the program works normally. If I run the program in administrator mode the program works.

#11058 Pane reconnection no longer applies synchronized browsing, loses correct path new Bug report normal FileZilla Client
Description

When opening a server you can Ctrl+{t, r} to get another tab open in the same folder.

In the past this would preserve synchronized browsing, turning it on after reconnecting.

While this used to work fine it is broken in filezilla since at least 3.21: Synchronized browsing will be turned off when reconnecting.

Additionally, the local pane will take the location of the previous loaded directory for that server, while the remote pane will take the location of the remote pane on the tab you were on when you created the new tab with Ctrl+t

As a result, if you open two tabs for the same server, change directory in one, and switch to the other tab and reconnect, the new connection will open with one directory in the wrong place.

I've tested this bug in 3.21.0, 3.22.0 and 3.22.2.2 in windows, and in 3.21.0 in debian

Reproduce:

  • Connect to a server in sitemanager with synchronized browsing on
  • Ctrl+t
  • Ctrl+r
  • Bug: synchronized browsing is turned off in the new tab
  • Ctrl+y
  • Navigate to a different folder
  • Switch back to first tab
  • Ctrl+t
  • Ctrl+r
  • Bug: Local pane is the folder from tab 2, remote pane is the folder from tab 1
#11060 OSX Automatic update new Feature request normal FileZilla Client
Description

Every time there is an update available, instead of downloading the tarball and expecting the user to extract it, copy it over in the Applications folder (while closing the running instance first) seems like a very complicated process.

Other software like SourceTree for example uses some magic to update the application in-place, getting another prompt after the package was downloaded to automatically restart to get the new version.

#11066 Clarify "Saving of passwords has been disabled" dialog box. new Feature request normal FileZilla Client
Description

Steps to reproduce:

  • Fresh install of Filezilla.
  • Open Site Manager
  • Enter details for new site.
  • For Logon Type select "Normal"
  • Click Ok

A dialog box comes up that is titled "Site Manager - Cannot remember password"

Saving of passwords has been disabled by you. 'Normal' and 'Account' logontypes are not available. Your entry has been changed to 'Ask for password'.

Please make the following clarifications on this dialog box text.

  • The title should be 'Cannot save password'. The current title suggests the user can't remember the password, which is not the case.
  • The first line should read 'Saving of passwords has been disabled in the Interface settings.' Please don't blame me for disabling it. I didn't do it!
  • There should be an additional line explaining where in the settings this can be changed, because it is quite obscure: Edit... menu | Settings... menu item | Behaviour Pane | Do not save passwords checkbox.
#11067 Filezilla won't connect to server moreinfo Bug report normal FileZilla Client
Description

Since the last update of Filezilla, 1 November, the program won't connect to my server.

#11069 Copy URL to clipboard is not working correctly new Bug report normal FileZilla Client
Description

Hi,

When I copy a URL to the clipboard when exploring my PVR's HD, the file path is absolute, but there is a '/' missing before the path. Just removed the root PW of my PVR ;-)

FileZilla version:

FileZilla Client


Version: 3.22.2.2

Build information:

Compiled for: x86_64-unknown-linux-gnu Compiled on: x86_64-unknown-linux-gnu Build date: 2016-11-01 Compiled with: gcc (Debian 4.9.2-10) 4.9.2 Compiler flags: -g -O2 -Wall -std=gnu++14

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.15 SQLite: 3.14.2

Operating system:

Name: Linux 4.4.0-45-generic x86_64 Version: 4.4 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 Settings dir: /home/paag/.config/filezilla/

Tested on my Linux system:

uname -a

Linux paag-U30Jc 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

cat /etc/lsb-release

DISTRIB_ID=Ubuntu DISTRIB_RELEASE=16.04 DISTRIB_CODENAME=xenial DISTRIB_DESCRIPTION="Ubuntu 16.04.1 LTS"

Transcript of the session:

# with the URL pasted from FileZilla:

wget --password=<xx removed xx> ftp://root@enigma2/media/hdd/movie/20151212%202001%20-%20SR%202%20KulturRadio%20-%20Giovanna%20d%27Arco.eit

--2016-11-13 09:08:51-- ftp://root@enigma2/media/hdd/movie/20151212%202001%20-%20SR%202%20KulturRadio%20-%20Giovanna%20d%27Arco.eit

=> ‘20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit’

Resolving enigma2 (enigma2)... 192.168.0.2 Connecting to enigma2 (enigma2)|192.168.0.2|:21... connected. Logging in as root ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /root/media/hdd/movie ... No such directory ‘media/hdd/movie’.

# Putting '' at the begining of the file path:

wget --password=<xx removed xx> ftp://root@enigma2//media/hdd/movie/20151212%202001%20-%20SR%202%20KulturRadio%20-%20Giovanna%20d%27Arco.eit

--2016-11-13 09:22:17-- ftp://root@enigma2//media/hdd/movie/20151212%202001%20-%20SR%202%20KulturRadio%20-%20Giovanna%20d%27Arco.eit

=> ‘20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit’

Resolving enigma2 (enigma2)... 192.168.0.2 Connecting to enigma2 (enigma2)|192.168.0.2|:21... connected. Logging in as root ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /media/hdd/movie ... done. ==> SIZE 20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit ... 415 ==> PASV ... done. ==> RETR 20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit ... done. Length: 415 (unauthoritative)

20151212 2001 - SR 100%[===================>] 415 --.-KB/s in 0,01s

2016-11-13 09:22:20 (40,6 KB/s) - ‘20151212 2001 - SR 2 KulturRadio - Giovanna d'Arco.eit’ saved [415]

#11070 Filesize and Filetype column names should be Size and Type new Bug report normal FileZilla Client
Description

Filesize and Filetype column names should be Size and Type because Filesize and Filetype are not words in English and files are the only subject.

#11075 Prevent gaining focus on os x new Bug report normal FileZilla Client
Description

Not every time, but most times when I open a file for edit, after saving it, when the confirmation dialog pops up, FileZilla is gaining focus and brings the window to front. It's annoying because I often hit the save shortcut very often, even before I finish doing the changes.

The behaviour I'm expecting is just to see the bouncing icon in dock, without making FileZilla the foremost application.

#11078 Delete Specific Items from Quickconnect Bar new Feature request high FileZilla Client
Description

Add a feature to delete specific entries into the quick-connect bar. This *should* (probably not) be a simple patch to increase usability.

#11089 When uploading, uploads stop with 1 second left. moreinfo Bug report normal FileZilla Client
Description

With the latest version of Filezilla, my uploads often stop with 1 second left although the bite count appears to be complete. This seems to happen with large files more frequently (100GB-300GB, .wav files).

#11099 Add custom sorting to Site Management new Feature request low FileZilla Client
Description

Добавьте возможность самому сортировать порядок сайтов / папок в менеджере сайтов. Очень удобная и нужная функция.

!! Google translite -> Add the possibility to sort the order of sites / folders in the site manager. Very convenient and necessary function.

#11101 SFTP key block SFTP password connection moreinfo Bug report normal FileZilla Client
Description

In sitemanager list SFTP site with and without ssh key authentification. In settings -> SFTP add key. The SFTP without key try to connect with key and failed

#11104 Permissions Change to 644 During SFTP Transfers new Bug report normal FileZilla Client
Description

We're having an issue with permissions during SFTP transfers to an Ubuntu 14.04 cloud server. It looks like this is a client-side issue within Filezilla.

Uploaded files are being set with 644, instead of the desired 664. Working with Rackspace support, the umask is set correctly on the server. We've verified files created in SSH sessions retain 664 permissions. We also tested with CyberDuck and file uploads are correctly set with 664. We are wondering if there is a setting we can implement within Filezilla to preserve 664 file permissions, or if you have any insight into what may be causing this issue.

#11106 Toolbar icons/buttons vague and button status hard to determine new Feature request normal FileZilla Client
Description

After upgrading to v.3.23.02 on Mac OSX, I was pleased to find new toolbar icons/button. However, the meanings of the buttons are vague. Even more, the status, active or inactive, of a button is very hard to determine visually.

As to the vague meanings of the buttons/icons, I leave that to the designers, but I think some more thought should be put into the images to better represent their function. For example, the synchronized browsing icon and the refresh icon are similar but cannot visually tell you what their purpose is at a glance. I realize this is a challenge...

On the "status" of a button, turning some features on or off in the toolbar makes so minor a change to the icon, it is very hard to tell if it is active or inactive. I would suggest either a much more bold coloration on the "active" buttons and when a button goes inactive, make it very faint and grayscale only (not just faded version with colors). I am sure there are other good approaches to making these toolbar selections VERY obvious when active or inactive. Maybe consult the Apple Human Interface guidelines for some ideas. They seem to be pretty good at UI design.

#11112 filename comparison and file transfer logic don't match when filename has diacritics new Bug report high FileZilla Client
Description

When I have a filename that has diacritics separated in the HFS+ manner (e.g. ä becomes a¨) I am able to upload complete folders of files to a remote system (Linux www 4.4.0-36-generic #55-Ubuntu SMP Thu Aug 11 18:01:55 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux) via sftp so that in the process the files end up as diacritics combined to the remote system filesystem (/dev/vda1 on / type ext4 (rw,noatime,errors=remount-ro,data=ordered)).

Now, if I wish to enter into that folder, and having updated locally some files, I want to just attempt an upload on all files and select "overwrite if newer than target", It just happens that FileZilla correctly compares the filenames when determining whether it should ask me about what to do with the files with (virtually) identical filenames (a¨ on local HFS+ == ä on remote ext4). But, after that, it copies the files with diacritics uncombined this time, leaving duplicates with virtually identical filenames.

I digged a little further: if I then try to copy the file with combined diacritical marks (copying filenames to textwrangler document verified which one was which) from the remote side to local, filezilla shows two files on local directory like on remote side, but when you remove either of them, both get deleted (meaning maybe that there was only one file after all or then deleting local files function behaves inconsistently?). I really need this one fixed, please.

#11116 Connection issue, File upload issue, and File edit issue moreinfo Bug report normal FileZilla Client
Description

On file upload, the client claims the file already exists, prompting the overwrite/skip options.

On client start, when attempting to connect to an SFTP server, the following message appeared in the message log and the connection appeared frozen:

Error:	Unknown command: "99"

The following also appears to be related to the file already existing:

Error:	get attrs for [file path]: no such file or directory

When attempting to open a file, the client does nothing the first time "View/Edit" is clicked. I must click it a second time to open the file. This issue seems specific to version 3.23.0.2 as the issue did not exist in previous versions.

Apologies if any part of this exists as a bug report already, but upon skimming 400+ open reports, I failed to see a report specific to these issues.

#11119 Make "Unit symbol for bytes..." a comment new Bug report low FileZilla Client
Description

In string:

msgid "B <Unit symbol for bytes. Only translate first letter>"

I suggest to move the "<Unit symbol for bytes. Only translate first letter>" part out of the string at make it a comment instead:

#. Unit symbol for bytes
msgid "B"
#11127 Remote Site not showing files that were transferred moreinfo Bug report normal FileZilla Client
Description

Not sure if this is a bug or a setting issue, but here it goes...

I have transferred various files to a customers FTP server and they can see them all on their end. However, I am unable to see some of the files from my FileZilla Client. I can transfer them again and I get the replace/discard dialog telling me that the files are already there.

Thoughts?

#11133 Pressing space bar while any entry of the Server list is focused automatically closes Site manager and logs i new Bug report normal FileZilla Client
Description

This is for version 3.24.0 for MacOS

Back then when using the Site Manager, you can focus on the server list, type a few letters and even spaces and it can select the element with the same name and NOT automatically login.

Now as of 3.24.0, upon pressing spacebar. It logs in the currently selected item, the previous way of pressing Enter to login is better. Please revert to the previous one.

#11136 Unexpected visual refresh entering or leaving Task View new Bug report low FileZilla Client
Description

When entering or leaving Task View in Windows 10, sometimes the folder tree and file pane listings refresh. This is slower than a normal refresh and entails (in "Widescreen" view) the local folder pane, local file list pane, remote folder pane and finally remote file list pane being blanked in that order, and then redrawn in that order, quite visibly.

After enabling (and since disabling) the Task View taskbar button, the fault has gone away. It's strangely intermittent; having just closed the program and re-opened it, the fault has not returned. Upgrading it to the most recent version seemed to have triggered it (I don't think I've seen it for a while) and it's cleared again.

After entering Task View, the refresh can be seen in the thubmnail of the window, so long as it's not minimised.

I seem to recall seeing this in "older" 10; it's also the case in Anniversary Edition, both 64-bit.

I suspect this is another "it's just you" bugs!

#11142 Feature Request: Option to always create missing folder new Feature request normal FileZilla Client
Description

When in synchronized browsing mode and you enter a folder that doesn't exist locally yet, you get a popup asking whether to create a missing folder or exit synchronized browsing mode. I would like to see an option to 'always create missing folder'. So that you don't get this popup every time and have to choose to create it.

#11144 Filezilla completely unresponsive moreinfo Bug report normal FileZilla Client
Description

Hello. Yesterday I tried to use FileZilla but it would not connect or give any indication it was responsive.

On the right hand side, there is a message saying it is not connected to a server, but, if I click the rapid connection button, it says I am already connected, and do I want to break the connection.

It was working fine the last time I used it.

I have tried reinstalling but it makes no difference. It just opens up exactly the same.

#11145 Can't connect to any SFTP using specific internet provider moreinfo Bug report low FileZilla Client
Description

Since I use NET (internet connection provider in Brazil) it is very rare (bellow 1%) to connect to any server using SFTP. But using SFTP/FTP on Sublime, it's ok to connect. TLS is not accessible on FileZilla too. But using insecure connection it's always ok. When I was customer from a different Internet provider, everything was ok.

#11146 During client install, choosing "Only for me" does not change default install directory new Bug report normal FileZilla Client
Description

During installation of the client, the installer offers to install for "everyone" or "only for me."

Presumably, if you choose "only for me," the installer should not require admin rights.

However, during installation, the "only for me" option still attempts to install to C:\Program Files\FileZilla FTP Client, which standard users would not typically have write access to.

More preferably, when "only for me" is chosen, the default directory would be something more akin to C:\Users\<USERNAME>\AppData\Local.

This could either be a bug or a feature request, but I would categorize it as a bug since many users, especially in a typical enterprise, don't know what they do and don't have write access to.

#11149 No way to remove all files from queue that are not being uploaded/downloaded new Feature request low FileZilla Client
Description

If you right-click on the queue of transfers, there is an option "stop and remove all". By doing that, as a result, the files that are currently being transferred will usually be broken at the destination (e.g. on the server if being uploaded).

So, this option is not always viable.

There should be (in addition) another option called something like "remove all files not being transferred", which would remove from the queue all files except those whose transfer has already transferred. So, you would have a way to stop a transfer without leaving broken files.

Currently there's no way to accomplish that, and this is pathetic.

Note that manually selecting and removing all non-transferring files is usually not possible because by the time you are done selecting all files, chances are that the first ones in the selection have already started being transferred.

#11159 Site Manager - Make a pane new Feature request normal FileZilla Client
Description

provide the ability to keep the site manager tacked on the left pane. rather then having to open a separate window.

#11182 More details, please ! new Other normal FileZilla Client
Description

In my ticket #11172, I asked the reason «why the total directory size does not count the size of the directories included» and I was told «because the total directory size does not count the size of the directories included», before closing the ticket. I find that the reason was not provided and as I like to understand things, I allow myself to insist!

Sorry !

#11184 folders or files selection impossible during work new Bug report high FileZilla Client
Description

Hello,

I notice a very annoying problem when im working on my websites i always go to folders and files but for no reason after a time i cannot select anything i need to refresh many time go outside folders or disconnect ftp to be able to select folders or files i don't understand why this happen in past i don't have this problem i run on mac and Filezilla version is 3.24.1

Thanks for your help

#11185 Action after queue > Close Filezilla should not be performed for View/Edit actions new Bug report normal FileZilla Client
Description

Filezilla instantly closes when "Close Filezilla" option is selected in "Action after queue completition" menu after selecting a file for "View/Edit". File doesn't open in editor, and filezilla closes, both should be avoided.

#11190 TRANSFER FILE ELAPSE ISSUE moreinfo PABLO Other low FileZilla Client
Description

Hello, I need help with our updated version, because we're having an issue with transferring file - giving us "Elapse error" stuck @9.98% Please give us a call to assist us @323-957-3340 or 800-545-0999 Hours 8-5pm pst

I send my recordings daily and this is causing a major issue and delaying my business. I can't find answer on forum.

-Pablo Carrillo

#11191 Fix double clicking on filename (to agree with convention) new Feature request normal FileZilla Client
Description

Double clicking on the 'index' of 'index.php' should only select the text 'index'. This is fairly standard across most operating systems.

This would help with workflow and efficiency. Normally, people want to change filename but not change the file suffix.

#11196 crash on completion of queue moreinfo Bug report high FileZilla Client
Description

Since upgrading to 3.24.1

Every time I complete a transfer filezilla crashes!!!!

unusable. Wish I had an old version to roll back too!

#11203 'toString' was not declared in this scope while compiling filezilla moreinfo Bug report normal FileZilla Client
Description

./'`buildinfo.cpp In file included from buildinfo.cpp:4:0: /home/selva/support/filezilla/fact/factory-20170307/build_armv7llinux-gnueabi/toolchain/include/libfilezilla/format.hpp:119:43: error: 'toString' was not declared in this scope

auto arg_to_string(Arg&& arg) -> decltype(toString<String>(std::forward<Arg>(arg)))

/home/selva/support/filezilla/fact/factory-20170307/build_armv7llinux-gnueabi/toolchain/include/libfilezilla/format.hpp:119:43: error: 'toString' was not declared in this scope /home/selva/support/filezilla/fact/factory-20170307/build_armv7-linux-gnueabi/toolchain/include/libfilezilla/format.hpp:119:58: error: expected primary-expression before '>' token

auto arg_to_string(Arg&& arg) -> decltype(toString<String>(std::forward<Arg>(arg)))

/home/selva/support/filezilla/fact/factory-20170307/build_armv7l-linux-gnueabi/toolchain/include/libfilezilla/format.hpp: In function 'decltype ((<expression error> > forward<Arg>(arg))) fz::detail::arg_to_string(Arg&&)': /home/selva/support/filezilla/fact/factory-20170307/build_armv7l-linux-gnueabi/toolchain/include/libfilezilla/format.hpp:121:9: error: 'toString' was not declared in this scope

return toString<String>(std::forward<Arg>(arg));

/home/selva/support/filezilla/fact/factory-20170307/build_armv7llinux-gnueabi/toolchain/include/libfilezilla/format.hpp:121:24: error: expected primary-expression before '>' token

return toString<String>(std::forward<Arg>(arg));

/home/selva/support/filezilla/fact/factory-20170307/build_armv7l-linux-gnueabi/toolchain/include/libfilezilla/format.hpp: In function 'std::enable_if_t<(std::is_integral<typename std::decay<Arg>::type>::value && (! std::is_enum<typename std::decay<Arg>::type>::value)), String> fz::detail::integral_to_hex_string(Arg&&)': /home/selva/support/filezilla/fact/factory-20170307/build_armv7llinux-gnueabi/toolchain/include/libfilezilla/format.hpp:144:12: error: 'int_to_hex_char' is not a member of 'fz'

*(--p) = fz::int_to_hex_char<typename String::value_type, Lowercase>(v & 0xf);

/home/selva/support/filezilla/fact/factory-20170307/build_armv7l-linux-gnueabi/toolchain/include/libfilezilla/format.hpp:144:59: error: expected '(' before ',' token

*(--p) = fz::int_to_hex_char<typename String::value_type, Lowercase>(v & 0xf);

buildinfo.cpp: In static member function 'static std::wstring CBuildInfo::GetBuildDateString()': buildinfo.cpp:44:3: error: 'replace_substrings' is not a member of 'fz'

fz::replace_substrings(date, L" ", L" ");

buildinfo.cpp:74:13: error: 'to_integral' is not a member of 'fz'

auto day = fz::to_integral<unsigned int>(tmp.substr(0, pos));

buildinfo.cpp:74:29: error: expected primary-expression before 'unsigned'

auto day = fz::to_integral<unsigned int>(tmp.substr(0, pos));

buildinfo.cpp:79:14: error: 'to_integral' is not a member of 'fz'

auto year = fz::to_integral<unsigned int>(tmp.substr(pos + 1));

buildinfo.cpp:79:30: error: expected primary-expression before 'unsigned'

auto year = fz::to_integral<unsigned int>(tmp.substr(pos + 1));

earprivatedata.o test -f 'clearprivatedata.cpp' || echo './'clearprivatedata.cpp Makefile:1160: recipe for target 'filezilla-buildinfo.o' failed make[5]: * [filezilla-buildinfo.o] Error 1 make[5]: * Waiting for unfinished jobs.... mv -f .deps/filezilla-aui_notebook_ex.Tpo .deps/filezilla-aui_notebook_ex.Po mv -f .deps/filezilla-chmoddialog.Tpo .deps/filezilla-chmoddialog.Po mv -f .deps/filezilla-bookmarks_dialog.Tpo .deps/filezilla-bookmarks_dialog.Po mv -f .deps/filezilla-asyncrequestqueue.Tpo .deps/filezilla-asyncrequestqueue.Po mv -f .deps/filezilla-clearprivatedata.Tpo .deps/filezilla-clearprivatedata.Po

#11213 Unable to connect to old servers after upgrade v3.25.1 moreinfo Bug report high FileZilla Client
Description

Even after updating to 3.25.1 unable to connect to old servers

#11214 Should warn if file permissions are not writable new Bug report normal FileZilla Client
Description

My file was set to r/r/r (i.e. no write access).

I copied a new version of the file over the top.

FileZilla asked me if I wanted to overwrite it three times, but gave no warning that the file could not be written.

The only reason I realised was that the file size didn't change.

#11217 Filter conditions: whitelisting moreinfo Feature request normal FileZilla Client
Description

In the Filter rules / conditions section user can filter out what he likes.

Would it be possible to also have the whitelisting approach here? I mean first I would exclude everything and then I would add files / folders individually, thus letting them be processed.

I did not elaborate it well yet but it could be the opposite of the current method.

Sorry if I am missing something and this can already be achieved somehow.

Thank you in advance.

#11225 synced browsing and rt-click-upload, sometimesuploads tree to wrong place new Bug report normal FileZilla Client
Description

1.disconnect sync. 2.delete some trees from server. 3.go back to root on both panes and sync on. 4.attempt to upload those dirs and some other ones. if fz complains that something is wrong, cancel or tell it no don't upload. 5.upload parts of dir tree that exist on both sides, as rapidly as possible, just queue up as much as possible while fz is busy uploading. 6.note dir tree structure, if it's wrong.

#11226 View/Edit reuses filenames between instances, confuses texteditors new Bug report normal FileZilla Client
Description

"View/Edit" reuses filenames between instances which dangerously confuses some texteditors into showing the old/wrong file rather than the newly downloaded. I've made several big mistakes due to not realizing this when editing similar looking files.

Problem: "View/Edit: FOO/index.php" in instance 1, close FileZilla but keep the file in the texteditor. "View/Edit: BAR/index.php" in instance 2, the texteditor will not realize its a different file and simply open the existing buffer, not the newly downloaded file.

Solution: Always generate unique filenames for "View/Edit" (date, random, whatever). Perhaps as an option.

#11229 Add longPathAware support new Feature request normal FileZilla Client
Description

Windows 10 now supports paths longer than MAX_PATH for compatible applications: http://stackoverflow.com/a/27694470/1032586 (without using "unsafe" UNC paths, like discussed here

It would be nice to add this "longPathAware" feature to FileZilla.

#11231 Scrolling on Mac Client slow to respond in Site Manager new Bug report low FileZilla Client
Description

When scrolling down the list of sites in Site Manager there is a semi-long and very annoying pause. This pause does not happen in other areas of FileZilla when scrolling down (for example the Local site or remote site file folder list)

This bug was introduced maybe 1-2 years ago, it never used to be this way. Affects three different Mac computers. Does not affect Windows client.

FileZilla version 3.25.1 Build date 2017-03-20

OSX 10.11.6 El Capitan running on Macbook Retina 12" Early 2016 1.3Ghz Core m7 8GB 1867Mhz LPDDR3 RAM

#11234 Duplicating directories locally on Mac 3.25.1 reopened Bug report normal FileZilla Client
Description

Filezilla is creating copies of folders inside other existing folders. I am finding that if, on the local directory side, one folder is highlighted... and then I click and hold the arrow to open a folder below it, a green + appears, and when I let go of the mouse it gives an error message about not being able to create files in a directory. Then I start seeing copies of the highlighted folder inside the other folder. Filezilla has become unusable for me because it is creating and burying copies of folders locally faster than I can remove them.

#11235 Filezilla blocks when renaming remote file by not pressing enter key accepted Tim Kosse Bug report normal FileZilla Client
Description

When renaming a remote file, if you click outside the renaming box instead of press enter key, fileZilla blocks and have to reconnect again

#11236 dialog window position on dual monitor issue new Bug report high FileZilla Client
Description

If i move my main client screen from the main monitor desktop to the secondary any dialog generated is not visible until I drag the client window. At this point it can be seen located on the main monitor desktop, partially transparent and locked to the movement of the client window.

If I drag the client window far enough in the opposite direction from the main monitor desktop I can grab the dialog and place it on secondary. Whilst the dialog is sitting on the secondary it remains locked to the movement of the client. If i then drag the dialog to the main monitor's desktop, the lock is broken and remains that way subsequently when moved back to the secondary.

After closing the dialog or client having adjusted the position of the dialog to be visible, the state is not retained.

I have not experienced this bug in any recent previous version of the client and it applies as far as I can ascertain to all dialogs, about, settings, connection manager, file overwrite etc.


FileZilla Client

Version: 3.25.1

Build information:

Compiled for: x86_64-apple-darwin16.4.0 Compiled on: x86_64-apple-darwin16.4.0 Build date: 2017-03-20 Compiled with: Apple LLVM version 8.0.0 (clang-800.0.38) Compiler flags: -Werror=partial-availability -Wall -g -std=gnu++14

Linked against:

wxWidgets: 3.0.3 SQLite: 3.16.2 GnuTLS: 3.4.16

Operating system:

Name: Mac OS X (Darwin 16.5.0 x86_64) Version: 10.12

#11238 Remote Search doesn't return results new Bug report high FileZilla Client
Description

Earlier this week, searching in our FTP folders using the remote search option has stopped returning results when the criteria is file name "contains"

This is happening for our users on Windows as well as for the two of us that use Macs. We've confirmed we have the most recent version 3.25.1 installed

An example search for contains "990_A" is shown here https://monosnap.com/file/xzXDYRhRiiQ1D0bnepA65krIukASw1 and I moved the search box to prove that there is a file with that information. I also tried this search with "starts with" and didn't get results, as soon as I changed to "does not contain" then results for files without that are returned...but I really need to find files with specific values in their name

#11242 New layout of file and directory panes moreinfo Feature request normal FileZilla Client
Description

I have tried the different options in the Interface prefs. However, still find it difficult to navigate using any one of them.

It would help if I could have just three panes: Remote, Local, and Status, and double-clicking a dir moves me up one level (in both local and remote panes), and history back and forward buttons at the top. The Status parked at the bottom with an arrow button to furl/unfurl on demand, and option to resize it.

I would think it's a lot of work, so don't expect to see it anytime soon but am hoping against hope it's already on the cards and my request will tip the balance.

#11244 The application “FileZilla-Installer” can’t be opened. new Bug report normal FileZilla Client
Description

I am on MacOS 10.2.3. Whenever I try to run the installer I see "The application “FileZilla-Installer” can’t be opened." I've tried multiple times through different browsers on two different computers and over different networks with the same result each time.

#11246 "Locate file in Finder" or "Locate file in Explorer" new Feature request high FileZilla Client
Description

Hi FileZilla Team,

Had searched the feature request tickets and didn't find any results...

Just wanted to ask if there could be an option (in the local file list) that when you right-click on a file or folder, there's an option for "Locate file in Finder" (MAC) or "Locate file in Explorer" (Windows)? This feature would serve very handy when wanting to reorganize the local folder or open an image in Photoshop, or extract a zipped folder to verify the contents, etc.

Thanks in advance if this can be implemented soon!

Best Regards, Jaime

#11251 Window height new Bug report normal FileZilla Client
Description

Starting macOS 10.12, Apple added 1px between the dock and app. Filezilla is violating that and the window ends where the dock starts, without any space between the window and the dock. I (hopefully) attached screenshots of current state and expected behaviour.

#11256 Queue error new Bug report normal FileZilla Client
Description

Just updated to 3.25.2 and attempted to backup my web site. Normally I connect to the site, select all files and drag them to the directory I created for the backup. Your software normally queues the files while transferring files. After this update it halts for a bit part way through the transfer and seems locked. Left it locked the first time for about 45 minutes with no activity. Mac OS force quit doesn't show the software as unresponsive but it seems to be dead. The first time it locked up after queuing 14,000+ files, having transferred 4,000+. Second attempt was less before it locked up and third attempt was even less. I downloaded the previous version and have completed a backup using the same methods as before. Believe 3.25.2 has an issue with the queue.

#11260 Unable to load anything new Singh Bug report high FileZilla Client
Description

Hi,

I've been having problems with Filezilla. Every time I try and to connect it's coming up with errors. But now, I can't even connect at all - it doesn't load.

Is anyone able to help with this please?

Thank you.

#11261 default screen selection after use on Dual screen system new Other low FileZilla Client
Description

FileZilla does not check if the saved last GUI screen position is still valid upon opening of the software.

  • Dual screen system with desktop extension on a second monitor.
  • Open filezilla and use it on the second monitor. Then close the program
  • Disable the second screen, on a labtop remove the cable for example, the full desktop should now only show on the main/single screen.
  • Open Filezilla, it is not visible (or completely visible) as it used the coordinates as if the desktop was extended.

The above is also true if only a fraction of the program is visible on the current desktop.

Solution check upon startup not only if the top-left coordinates are within the current visible desktop area but also if you can see a reasonable portion of filezilla on the desktop. If the top-left coordinate is just within the visible area than you still cannot use the program until you can drag it completely back on the current desktop area.

#11264 Downloading into a directory synced with Dropbox causes queuing to fail and Filezilla to hang new Bug report normal FileZilla Client
Description

My local FTP directory for all of my websites syncs to my other computers via Dropbox Pro.

In the current version of Filezilla when you queue a large directory/entire site to download, and Dropbox begins to upload this causes Filzilla to hang, spring back to life, hang again and so on. The problem seems related to dynamically adding files to the queue; as soon as queuing is done the problems end. If the directory contains a very large number of <1k files this causes Filezilla to crash outright. Quitting Dropbox solves the problem.

I've used Fz for years with this setup, it has not previously caused any problems.

#11265 Mac OS Sierra bug with top moreinfo Bug report high FileZilla Client
Description

Hello

I fully reinstalled my Mac OS, and after that - on clear OS X I have a bug: https://www.dropbox.com/s/2iauavn25tlmz5i/Screenshot%202017-05-15%2017.00.07.png?dl=0

#11266 Cannot Log into a Specific Site new dnl Bug report high FileZilla Client
Description

I am not able to log into a specific site using the latest version of FileZilla.

I have not yet been able to successfully log in to this particular site (216.55.183.227). However, I have been able to do so using other FTP clients such as FTP Voyager using the same configurations (site IP address, port #, password, remote directory, transfer mode, etc.).

The following is typical of what is logged by FZ:

Status: Connecting to 216.55.183.227:21... Status: Connection established, waiting for welcome message... Status: Logged in Status: Retrieving directory listing of "/FC35"... Command: CWD /FC35 Response: 250 CWD command successful Command: PWD Response: 257 "/FC35" is the current directory Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (216,55,183,227,190,31). Command: MLSD Error: The data connection could not be established: ETIMEDOUT - Connection attempt timed out Error: Connection timed out after 61 seconds of inactivity Error: Failed to retrieve directory listing Status: Disconnected from server Status: Connecting to 216.55.183.227:21... Status: Connection established, waiting for welcome message... Status: Logged in Status: Retrieving directory listing of "/FC35"... Command: CWD /FC35 Response: 250 CWD command successful Command: TYPE I Response: 200 Type set to I Command: PASV Response: 227 Entering Passive Mode (216,55,183,227,157,158). Command: MLSD Error: The data connection could not be established: ETIMEDOUT - Connection attempt timed out Error: Connection timed out after 61 seconds of inactivity Error: Failed to retrieve directory listing

#11268 OS sleep and wake up causes loss of sync / errors in client. new Bug report normal FileZilla Client
Description

If the client is logged onto server, then client OS sleeps for sometime, then wakes again later, Client does all these things & errors:

1/ Connect icon changes - see attached, 2/ A disconnect icon click, does not "reset" connection state in server, 3/ Server sometimes won't allow a reconnect, due to <some confusion somewhere>. 4/ Occasionally, exiting the client, leaves the process hanging and running, and it needs to be forcibly killed through Task manager.

Client needs to better manage any old (lost) connections through a period of OS sleep.

#11271 Add Ability to Set Default Local and Remote Directories from Current Working Paths new Feature request normal FileZilla Client
Description

Hi,

One biggest feature that would really make Filezilla even easier to use is the ability to set the default local directory and default remote directories of the current site without having to re-open the site's advanced settings panel every time.

As an active web developer, I find myself constantly needing to change my working directory (path) on my local machine or remote server depending on which part of the website I am focusing on for the current task.

Currently, the user needs to perform 14-20 actions (clicks, scroll, copy, paste, etc) in order to update the default directories in the active site profile each time. By having something perhaps like buttons in the file manager/browser area, this could be done with 2 actions.

See the image link below:

http://imgur.com/UQM5RF5

#11272 Permissions change to during SFTP transfers new Bug report normal FileZilla Client
Description

Problem with permissions during SFTP file transfer to CentOS 6.9/Cpanel server recently updated to 2.6.32-696.1.1.el6.x86_64 from 2.6.32-642.15.1.el6.x86_64. Seems to be FileZilla Client permission transfer problem.

Files on local system set to permission 664 go to remote system as 644 or less on subdirectories and directories leaving local system with 755 turn up at 750 or less on subdirectories at remote server. The server at Rackspace is setup correctly for SSH sessions and permissions. Some files seem damaged as well because correcting permissions at server does not make the web site completely start to work. Cyberduck was able to transfer files to create a functioning website with no trouble. While I appreciate my server did update and something may work different in this new kernel, I have had to cease use of FileZilla at this time.

#11274 The Alt-H keyboard shortcut has two targets: Host and Help new Bug report normal FileZilla Client
Description

The Keyboard Shortcut 'Alt-H' has two targets: Host and Help

On my system (Win10) only Host is targeted, I am unable to open the Help menu using the Alt-H shortcut.

#11275 FileZilla doesn't use my system date format (MacOS Sierra) new Bug report normal FileZilla Client
Description

This is similar to the closed ("worksforme") ticket for Windows 10 (https://trac.filezilla-project.org/ticket/9675 ), but I'm on MacOS Sierra 10.12.5.

In my System Preferences, I have the default language as "English (Canada)", and I have the default short date format set to YYYY-MM-DD, i.e. ISO 8601. This is also the short date format that comes up by default when selecting English (Canada).

My FileZilla Date/time format settings are set to "Use system defaults for current language", which I presume would be the YYYY-MM-DD that the system defines as the default for my localization.

FileZilla instead uses the DD/MM/YYYY date format that is 'traditional' in Canada. I have no idea where it's getting this from. Maybe its own internal database of date formats?

The fact that the FileZilla setting defaults to "Use system defaults for current language" suggests a technicality that DD/MM/YYYY is a default format for "English (Canada)", which is the localization selected in my system, even though my system's interpretation of the default date format for this localization to be different from FileZilla's.

Workaround: Select ISO 8601 from the FileZilla Date/time format settings.

RG>

#11282 Save Password Authentication Failed with Master Password moreinfo Bug report normal FileZilla Client
Description

Using Filezilla when Master Password is implemented, after restarting and opening a connection through the Site Manager, entering the Master Password, Filezilla sends the wrong password to the SFTP server. Re-entering the password into the Site Manager and clicking Connect works, clicking OK does not save the password, restarting Filezilla and connecting results in authentication failed. Clearing the Master Password does not solve the issue, have to re-enter the Site Entries manually in order for it to remember them again.

#11284 Dangerous shortcut on OS X new Bug report low FileZilla Client
Description

There is a very dangerous shortcut on Mac that one would confuse with a very common MacOS Finder shortcut.

The combination is ⌘↓ (command + arrow down).

In MacOS Finder it is used to ENTER a directory. In Filezilla it is used to start uploading local directory or file to remote server immediately.

I just had a concrete case where my left side (local) cursor was on an important yet secret folder and the remote was a foreign server that definitely should not have my files.

So I started going into my secret local folder by pressing ⌘↓ but instead of entering the folder it started uploading my secret folder immediately. Fortunately I was quick enough to cancel the upload AND I had DELETE permissions on the remote side. Otherwise the consequences could have been quite serious.

#11286 Second monitor window isn't focused back to first monitor if disconnected new Bug report low FileZilla Client
Description

If you move the Filezilla window to a second monitor and disconnect it, the window will keep out of reach of the first monitor. So it must be moved with keyboard as the mouse can't grab the window title bar.

System:

FileZilla Version 3.26.1 (lang ger) Windows 10 Version 1703 (Creators Update) Laptop monitor res: 1366x700 External monitor: 1920x1080

#11288 Error updating to version 3.26.1 moreinfo Bug report normal FileZilla Client
Description

After downloading the update to version 3.26.1 I get an error message every time I start and end filezilla. See enclosed image. I also get the information that a new update is available but more often I install it nothing changes. Completely uninstalled, rebooted and reinstalled filezilla with noe effect whatsoever. Error message: https://www.dropbox.com/s/lidqzefz6t0ryhg/error_filezilla.png?dl=1 Help is highly welcome Thanks a lot Regards PG

#11306 Flag edited items / Option to clear the Flag new Feature request normal FileZilla Client
Description

Love FileZilla. Great work. This is a usability-improvement request.

When I open a local file for editing, the only way I know it worked is when I upload the file, and test it.

During the upload process, there is an option to "Finish Editing" (which basically means, "clear the edit-in-progress flag"). But at that point, I have no idea whether or not I'm done editing -- so I never clear it.

What I'd like is an option to clear that flag AFTER uploading the file, without uploading it again. It would also be nice if such files were flagged, to identify files that have already been flagged.

#11308 Ask For Password Once, But Only On One Of My 3 Servers new Bug report normal FileZilla Client
Description

I have 3 ftp servers saved and normally just click on the server as the passwords are saved and they let me transfer files on all 3 ftp servers without issue, but after the last update 2 of my servers are fine, but one keeps asking for the password, but only once, when i put it in i can transfer what i want, but when i close filezilla down and reopen, again, it asks for the password the first time you need to transfer anything and then not again as long as the program is open, but the other 2 servers don't ask for the password, all i did was update filezilla... :-)

#11314 Refresh does not work properly in the new release moreinfo Bug report high FileZilla Client
Description

Refresh does not work properly in the new release

#11323 Search feature in FTP Server new Feature request normal FileZilla Client
Description

Hi.

I work with a lot of FTP servers in my company with a lot of files. I think if We had a "Search" field in the remote address it would be easier to find the file that I want to get.

Please, can you add this feature in the FileZilla? Sorry for my English, I'm from Brazil and I'm learning this language yet.

Thank you so much.

#11325 Critical file transfer error reopened Other normal FileZilla Client
Description

I get a transfer error when transferring some files

#11329 [gtk3] -/+ buttons overlapping labels reopened Bug report normal FileZilla Client
Description

The -/+ buttons that appear in various places throughout the interface overlap labels that appear to their right. An example includes the "Adjust server timezone offset" fields in the "Advanced" tab for a site in "Site Manager" ... the -/+ buttons overlap "Hours" and "Minutes" (see screen capture). Screen capture is from Fedora 26, where FileZilla is compiled against GTK3. I will also add a screen capture for reference showing how this looked when it was right in Fedora 21 (when FileZilla was compiled against GTK2).

#11334 GUI changes requests for strings untranslated new Bug report normal FileZilla Client
Description

HI.

I found some windows that contain text strings untranslated.

Please check the screenshoots.

Thanks.

#11338 Error: Connection timed out after 90 seconds of inactivity Error: Could not connect to server new Bug report normal FileZilla Client
Description

Error: Connection timed out after 90 seconds of inactivity Error: Could not connect to server

#11342 unable to log in new Carol Moore Bug report high FileZilla Client
Description

I just downloaded FileZilla. I get to the log in screen. The cursor blinks in the cell where I should enter my ftp information, but it does not allow me to enter anything.

I am using a Mac.

#11347 deleting symlink deletes files in linked folder new Bug report normal FileZilla Client
Description

Filezille Version 3.27.0.1 Used Protokoll: FTP Server OS: Debian Linux

Dear developer-team,

A unexpected behaviour led to a middle disaster, yesterday. We link to source of a TYPO3-installation via symlink so different installations use one source folder. I cleaned up the server and deleted a test installation with filezilla. Unfortunately fileziller deleted all files in the linked source folder, so all other TYPO3 instalations lost their source.

I just tried: mkdir deletetest fisch:~/public_html$ touch deletetest/eins fisch:~/public_html$ touch deletetest/zwei fisch:~/public_html$ touch deletetest/drei fisch:~/public_html$ ln -s deletetest/ testdelete

Now I deleted testdelete via Filezilla and got: fisch:~/public_html$ ls -l deletetest/ total 0 and still exits: 0 lrwxrwxrwx 1 fisch fisch 11 Jul 28 19:39 testdelete -> deletetest/

Filezilla deleted the content of the linked folder, not the symlink itself. This is not, what I was expecting and can lead to big problems. This should be solved eg. behave as expected and deleting the symlink by default, giving an option in the setting dialog with a choice, how to behave or ask on deleting symlinks.

Thnaks for your work Martin

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