Custom Query (8172 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (6301 - 6400 of 8172)

Ticket Summary Owner Type Priority Component Resolution
#10721 Upgrade to 3.14.1 stops connection Bug report normal FileZilla Client duplicate
Description

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

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

Hi mate,

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

Thanks.

Russ

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

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

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

to

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

FileZilla version: 3.15.0 Beta1 Win64

#10727 Connection Problems Bug report normal FileZilla Client worksforme
Description

Hello,

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

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

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

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

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

FileZilla Client


Version: 3.15.0-beta1

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.8 SQLite: 3.10.0

Operating system:

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

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

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

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

FileZilla Client


Version: 3.14.1

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.4 SQLite: 3.8.11.1

Operating system:

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

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

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

Hi all!

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

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

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

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

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

Why list the folders without spaces?

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

Hi all!

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

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

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

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

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

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

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

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

Hello,

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

Full log:

http://pastebin.com/yd9v8T42

Build with gcc 5.3.1

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

Hi guys,

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

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

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

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

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

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

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

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

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

Version: 3.15.0.1

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.8 SQLite: 3.10.2

Operating system:

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

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

Hi,

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

Thank you, Jessica

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

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

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

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

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

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

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

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

Here is the sequence to reproduce:

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

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

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

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

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

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

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

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

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

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

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

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

Therefore, this copy icon should not appear.

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

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

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

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

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

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

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

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

#10767 Help Software Other normal Other worksforme
Description

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

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

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

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

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

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

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

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

Thanks.

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

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

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

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

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

gcc it's a version backdate.

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

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

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

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

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

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

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

#10781 Problems with the display of icons Alexey7 Bug report normal FileZilla Client duplicate
Description

Incorrectly displayed icons.

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

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

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

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

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

3.14.1 on FreeBSD.

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

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

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

Log files attached.

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

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

This is a Nessus finding.

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

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

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

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

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

Nessus Plugin ID: 10081 VulnDB ID: 215

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

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

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

So please suggest me what should I do?

Please find the attached screenshot

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

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

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

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

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

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

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

msgid "&Treat dotfiles as ASCII files"

msgid "&Treat hidden files as ASCII files"

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

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

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

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

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

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

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

Hi,

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

Thanks in advanced, Jorge Bastos

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

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

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

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

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

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

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

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

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

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

Some files are just not shown

cPanel file view:

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

FileZilla view:

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

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

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

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

No back-up, my fault.

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

Steps to reproduce (on Mac):

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

FZ client version 3.16.1

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

I have FileZilla Server 0.9.56.1 installed to

D:\Programy pozostałe\FileZilla Server\

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

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

but insted they are saved in file

D:\Programy pozosta

But they still aren't loaded at startup

#10818 Alternative Midnight Format Causes 24:00 To Be Prefixed To the File Name & Unable To Retrieve Tim Kosse Bug report normal FileZilla Client fixed
Description

We connect to a client which uses Alternative Midnight Format (24:00) timestamps when retrieving directory listings using sFTP.

This system has logs, several of which roll at midnight, making the occurrence of these timestamps somewhat common.

When a directory listing is performed against the server, the data returned is:

(file name = testdate, 
 file size = 3 bytes, 
 file timestamp = 4/5/2016 00:00 == 4/4/2016 24:00)
1459828800 -rw-------    1 99999999 0               3 Apr  4 24:00 testdate

The client window shows the file name as "24:00 testdate" and properly shows the date/timestamp as 2016-04-05 00:00 when using ISO 8601 format.

When retrieving the file, the command sent is:

get "24:00 testdate" "c:\temp1\24_00 testdate"

and fails because the file indicated in the command does not exist. Other commands against the file also fail for the same reason.

It is my understanding that ISO 8601 indicates midnight as 00:00 or 24:00 of the day prior, both being valid formats.

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

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

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

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

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

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

Running on:

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

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

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

To be clear:

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

FYI:

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

Recursivly => Recursively

SHA256 => SHA-256

forgeground => foreground

bookmakrs => bookmarks

responsivenes => responsiveness

bug im wxWidgets => bug in wxWidgets

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

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

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

FileZilla Client


Version: 3.17.0

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.10 SQLite: 3.11.1

Operating system:

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

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

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

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

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

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

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

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

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

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

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

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

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

Julien

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

Hi

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

Thanks.

#10833 Quick Connect Bug report normal FileZilla Client worksforme
Description

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

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

Dear Filezilla

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

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

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

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

Many thanks for your help.

Kwame Mensah

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

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

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

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

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

My config (relevant sections):

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

When i select multiple files to copy the URL from, only the first one is copied to the clipboard.

#10850 Copy URL(s) to clipboard only copies one address. Bug report normal FileZilla Client duplicate
Description

I updated to 3.18.0 this morning, because of the auto-update feature. The first thing I did was upload 4 files to my company FTP. 1- I highlighted the new files 2- right-click on them, I think the last one. 3- select Copy URL(s) to clipboard 4- I then went to my email and right-click to paste the URLs. 5- Only 1 of the 4 URLs pasted into my email.

Repeating the process with Ctrl-V instead of right click in email with the same result. Pasting into other applications like Notepad++ had the same result.

I have done this hundreds, if not thousands of times in the past.

Email is Microsoft Office Professional Plus 2010: Version 14.07166.5000 (32-bit)

(Unrelated) I would like to take this opportunity to say that I really enjoy your product and have used it for years. Thank You.

#10851 OS X: Ctrl+(Shift+)Tab to navigate betwen tabs Feature request normal FileZilla Client fixed
Description

Buen día, en versiones anteriores podía navegar entre las distintas pestañas abiertas dentro de Filezilla usando la combinación Ctrl + Tab y desafortunadamente esa función ya no está disponible, muchas gracias por su atención, saludos!

#10852 Inverse of timezone offset not applied when setting remote file timestamps Bug report normal FileZilla Client fixed
Description

I want to transfers files up to my server that are actually newer than the version that is on the server. So I set the Preserve timestamp of transferred files and adjusted the server timezone offset to 3 hours, and enabled the directory comparison feature to use the compare modification time option.

To test this I created a new file on my computer in the root of the local directory that is synced with the server's site root directory and then refreshed the local window to show the new file.

The new file did not show with the yellow highlight.

I uploaded the new file and after it was copied to the server the version on the server had the same time as the local file plus three hours, but the file on the server was green highlighted indicating that it was newer than the version on my computer, which was just updated and except for the timezone difference was actually the same time.

I thought that the server timezone offset was supposed to take care of this kind of issue.

So two things: 1) Before the local file existed on the server, why wasn't it yellow highlighted in the local window?

2) After the local file was created/copied onto the server, why was it green highlighted in the server windows?

Thank you, Howard Brown

P.S. Some programs allow you to highlight and copy the version and other information contained in the About pop-up window, which helps when filling out trouble reports. You have a 'send to clipboard' function which is nice, but being able to copy the individual fields is also very helpful.

#10853 latest upgrade Me Bug report normal FileZilla Client worksforme
Description

Each morning I get a notice to upgrade to ver 3.18.0 and I do and it works fine. Next morning when I open FileZilla to use I get the same notice to upgrade to 3.18.0

#10856 Ref #10853 me Bug report normal FileZilla Client invalid
Description

Delete all ver of fillezilla and installed ver 3.18 and got same result of saying new ver 3.18 available. The fillezilla.exe file is ver 3.17.0.1 in the 3.18 download install package...please advise

#10862 Show Overall Transfer Stats Feature request normal FileZilla Client duplicate
Description

Currently only the "queue" size is reported, please add the following more useful stats to the same status line. [1] Total Transfer Time Elapsed [2] Rolling Average of Overall Transfer Rate ( r_old = r_old * 0.9 + r_new * 0.1 ) [3] Estimated Transfer Duration Remaining based on [2]

#10864 ? B/s: error Bug report normal FileZilla Client worksforme
Description

Hi, when I uploading video files sometimes I get this error when speed is showing like: ? B/s. After this file is uploading not correct or stop uploading at all.

Example: I tried to upload 3 files on server, then I get this error and now on server I have 12 pieces of this files. It happened not only on this server, so it's probably not server problem, but I'm uploading only videos and I don't know if with other file types this error exist. Log for my example: https://www.dropbox.com/s/7zpgb4dhfln4ubz/filezilla.log?dl=0

Also very important thing, after this error, when files uploaded, my computer is start work crazy, every program is crashing and I can't open anything, but after restart everything is ok like nothing happened.

In past I uploaded files by drag and drop, I thought it's because of this but now I uploading from local directory tree by right click -> upload and problem still exist.

p.s photo of this error http://i.imgur.com/fpAOE6K.png

hope you can help me


Version: 3.18.0

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.10 SQLite: 3.11.1

Operating system:

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

#10867 libfilezilla fails to lstat some files on 32 bit systems Tim Kosse Bug report normal libfilezilla fixed
Description

Sometimes lslat() from local_filesys.cpp

int result = lstat(path.c_str(), &buf);

fails with "Value too large for defined data type" on 32 bit Linux systems. So FileZilla doesn't show filesize and modification date for such files and cannot upload them.

It can be fixed by forcing

#define _FILE_OFFSET_BITS 64

in libfilezilla.hpp.

But perhaps it's better to use stat64/lstat64 instead of stat/lstat?

#10868 German characters lead to file not found Bug report normal FileZilla Client rejected
Description

Since Release 3.18.0 (actual release) in german there is a "no such file or Directory" answer if i try to get files with a german character (äöü) in the path or the name. If i rename the path without These characters, everything works fine.

#10869 File upload freezes Bug report normal FileZilla Client worksforme
Description

I've seen similarly-titled threads, but none describe what I am experiencing.

https://i.gyazo.com/20cb78cb6925311bbbaa9266cdaf179b.gif

It basically just transfers a bit, then freezes in the middle of the transfer, and continues eventually.

I am transferring a .mp4 file to a flash drive that is plugged into my Netgear router via Readyshare FTP.

So why is this happening? When I look at task manager, it says FileZilla is using 0% of my disk speed when it freezes, but changes when it continues.

Is this a hard drive or ram problem?

#10872 Windows 10 Display incorrect Bug report normal FileZilla Client worksforme
Description

On Windows 10 (screen 1920x1080) the transmission progress bar is hidden by FileZilla status bar (files waiting, transfers failed, transfers successful)

#10873 Failed to parse returned path/retrieve directory listing Other normal FileZilla Client fixed
Description

Hi guys. Thank you for taking the time to help me I'm painfully new at this. I was just able to get Filezilla to connect with my website (hosted via hostgator) and I received the following errors:

Error: Failed to parse returned path. Error: Failed to retrieve directory listing

Then while I was googling for some time this came up: Response: 421 Timeout - try typing a little faster next time Error: GnuTLS error -110 in gnutls_record_recv: The TLS connection was non-properly terminated. Status: Server did not properly shut down TLS connection Error: Could not read from socket: ECONNABORTED - Connection aborted Error: Disconnected from server'

I think the problem is that it failed to 'parse returned path' and 'retrieve directory listing'. Can anyone help me fix this?

#10874 I can't download some files from sftp serveur Bug report normal FileZilla Client duplicate
Description

Hi there, I hope it's not an already treated topic but here's my issue :

I got 2 files on my sftp server I can't download : indexeng.html & indexesp.html.

there's a red message saying : Erreur :/indexen.html: open for read: no such file or directory Erreur :Échec du transfert du fichier

Both files can be upped but not downloaded back.

Is an "e" as 6th type just after "index" chain could be a problem ? Note that I got other files named indexit.html, indexheb.html etc... showing no problem.

Is there a solution someone may give me ?

Thanx anyway for your help

Laurent

#10876 Connections Button Drop-Down Menu Feature request normal FileZilla Client wontfix
Description

I use FileZilla on Windows as well and I really like the connections drop-down menu from the toolbar button. I love that FileZilla works on Mac, however, it would be nice to have that drop-down menu on the toolbar for connections to quickly connect to various servers.

#10889 Local file pane resets to Site Manager initial when reconnecting a disconnected server Bug report normal FileZilla Client fixed
Description

When performing a 'Server... reconnect' after an established connection has been disconnected, the local file pane is now reset to the initial default value if configured in Site Manager. Previous versions (<3.19.0) left both local and remote panes set to where they had been navigated to before the disconnect.

The remote pane remains unchanged regardless, and the local pane does not change if the initial value is blank in the Site Manager configuration.

The current (3.19.0) situation is inconsistent, and the previous behaviour seems preferable when working on a server with aggressive timeout settings.

#10891 recovered OS now cannot access ftp client account Feature request normal FileZilla Client invalid
Description

All my info of my account is listed here this is a very old account. Would like to freshen up and start a updated account.

Thank you for verifying. The login information is as follows: ftp2096674 Username: fredsi chged ftp Password: V7L9c#z9

address for explorer transfer ftp://fredsi:V7L9c#z9@ftp.fredsign.com

Thank you for verifying. The login information is as follows: host: fredsign.com Username: fredsi Password: address for explorer transfer ftp://fredsi:V7L9c#z9@ftp.fredsign.com

new transfer code ftp://fredsi:V7L9c%23z9@ftp.fredsign.com/ connection address 216.219.190.193:21

Your new IP address is 64.71.33.92. newest IP addresss 2600:8806:4802:900:44c7:755b:e514:54

#10892 Command line switch to check for, automatically download, and install new update Feature request normal FileZilla Client wontfix
Description

As of FileZilla 3.19.0, you can click on the Help menu and then click the Check for Updates command.

I have Windows 7 SP1 x64. I keep all my software installs around and I do not always update the setups for my commonly-used programs, since I know those programs have updaters such as the one available from the Help menu of FileZilla. I keep all the various installs, and when I have to format and reinstall my computer, then I just run lots of batch files. So, I have, say, v3.10.0 of FileZilla as the Setup exe from SourceForge currently. I know that I can run the installer silently, which is a real time saver, that makes it possible to "chain" the install with several others via a batch file (*.bat) script.

It would be nice to get the latest update version via the batch script, too; say, maybe on the next line of the script....first line installs FileZilla silently, and then the next line automatically checks for, downloads, and installs FileZilla to the latest update in the next command line.

My thought is to make it possible to say

filezilla.exe -update

and then the program will start, check for updates. If an update is found, do not prompt to click OK, but just passively and automatically download and install the update.

Or, we could do a

-update

command-line parameter to invoke Check for Updates exactly as is from the Help menu, dialog that prompts for OK button click and all, but then add a -silentupdate option (specified by itself) so that the Check for Updates command is run, but if an update is found, the OK button does not have to be clicked, but instead, the update's installer is downloaded and then a silent install is done on it. And the EXE should be waitable when this happens; i.e., I should be able to invoke

filezilla.exe -silentupdate

and be able to "wait" on the process until the whole process is completed, so that I can script this.

#10893 FileZilla can not handle leading blank spaces in directory names Bug report normal FileZilla Client duplicate
Description

At least on Unix file systems (I didn't try Windows) FileZilla has problems, when the first character of a directory name is a blank. You can rename "/xy/testdir" to "/xy/ testdir" with FileZila and "/xy/ testdir" is shown correctly. But after refreshing, it is shown as:"/xy/testdir" and can not be accessed with FileZilla any more or in any way. You get: Error: Directory /testdir: no such file or directory Error: Failed to retrieve directory listing

This is correct, but does not help :)

It is not an issue of the Unix filesystem, because with other FTP-clients (e.g. WS_FTP Professional) everything works fine.

You may ask, why the hell is someone using one or more leading blanks in folder names. OK, I have to do it, but can't do it with FileZilla, so I had to change to another FTP client. Please fix this, Thanks!

Content of FileZilla Info:

FileZilla Client


Version: 3.19.0

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.10 SQLite: 3.11.1

Operating system:

Name: Windows 10 (build 10586), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq rdrnd Settings dir: C:\Users\Gintz\AppData\Roaming\FileZilla\

#10896 Leading spaces erroneously stripped from directory listing Bug report normal FileZilla Client duplicate
Description

Leading spaces are erroneously stripped from directory listing.

The attached log demonstrates the issue.

  1. Connect to SFTP service
  2. Create file " test"
  3. Delete file " test"
  4. Create file " test"
  5. Refresh directory listing
  6. File " test" isn't shown, but a file non-existent "test" is shown. This is the bug.
  7. Delete file "test". As expected this file isn't found.

I can reproduce issue on Windows, Linux and OS X. I don't have same issue with openssh client nor WinSCP.

Previously reported by another user as 5210 and 8326.

#10897 wrong remote directory shows on first pass Bug report normal FileZilla Client fixed
Description

When first opening FZ client, or after disconnecting from a server, when opening a site with a bookmark, the root directory ("\") shows in the remote site window instead of the correct directory. If you use same bookmark again, it goes to the correct directory ("\exampledirectory"). Subsequent bookmark clicks to different directories on the site then work fine. If you close re-open FZ, or disconnect from site, it will first open the root directory again. This is for all directories. Only started on upgrade to 3.19.0. It worked fine till 3.18.0. No other changes.

#10898 Default file exists action session to session. Feature request normal FileZilla Client worksforme
Description

Please make feature that allows remembering the "Default file exists action" from session to session instead of OR in addition to the way it clears the default action.

#10899 Problem updating FTP password Bug report normal FileZilla Client worksforme
Description

Hello

From the site manager, I sometimes have to update the ftp password and it works fine until I'm not quiting Filezilla. When I restart Fillezilla, the new ftp password is lost. To get around the problem, I have to duplicate the site with the new password. I did not have this problem with previous versions. Could you help please? Thanks a lot for supprt Rémi ;))

#10902 Directory Comparison turns off when copying a folder from server to PC Bug report normal FileZilla Client fixed
Description

Using v3.19.0. When copying a folder from my server to my PC Directory Comparison turns off. It happens even if I copy a folder plus files. It does not happen when copying just files from the server or when copying folders and/or files to the server.

#10904 error while login Bug report normal FileZilla Client rejected
Description

Status: Resolving address of pmsby.uiic.in Status: Connecting to 210.212.234.11:990... Status: Connection established, initializing TLS... Status: Verifying certificate... Status: TLS connection established, waiting for welcome message... Response: 220-FileZilla Server version 0.9.23 beta Response: 220 UIIC - PMSBY File Upload Server Command: USER dccb Response: 331 Password required for dccb Command: PASS * Response: 530 Login or password incorrect! Error: Critical error: Could not connect to server

#10907 Can't install on macOS Sierra 10.12: Installer doesn't open Bug report normal FileZilla Client outdated
Description

The installer force closes on macOS Sierra 10.12 Beta. Is there any workaround to install it?

#10908 Error loading xml file Bug report normal FileZilla Client rejected
Description

The file 'C:\Users\jmilton\AppData\Roaming\FileZilla\FileZilla.xml' could not be loaded. No document element found at offset 8987

For this session the default settings will be used. Any changes to the settings will not be saved.

This error first appeared when I upgrade to the previous version and still appears with the latest version as well.

Running win10 on 32 bit platform.

#10910 Server Logging and simultaneous transfers Bug report normal FileZilla Server rejected
Description

I noticed that Filezilla Server v0.9.57 does not log simultanous transfers properly. See attached log file, it is a part of the Filezilla Server log where my IP-camera sends a video (line id 001185) and two images at the same time with the video (id 001186 & id 001187). As you can see at the end of the log, there is no line of the successful transfer of the video (id 001185), although the video is transferred OK. For each image, successful transfer is logged.

#10912 CPFR and CPTO command (copy file on server) Patch normal FileZilla Server outdated
Description

Hi,

A small patch regarding this both commands CPFR / CPTO that are *really missing* to the standard FTP protocol and be very usefull for FTP server.

But I know:

  • This is non standard and, AFAIK only proFTP has currently implemented this
  • Due to the functionality itself, this can be a huge security issue also, so code has to be checked and reviewed several times before being committed
  • Once again (don't hate me yet please) I did a quick patch using notepad, I need to verify if it's compiling and that it's working but I submit it here so at least it is saved somewhere for now.

Pending your feedback on the concept (adding a non RFC commands but a "defacto" FTP commands) and meanwhile I will try to submit a clean, working and tested patch.

Thanks, Julien Blitte

#10913 Error loading XML file Other normal FileZilla Client worksforme
Description

We are facing Error loading XML file while start FileZilla. No document element found at offset 8674 & 815. We have uninstalled and reinstalled and update with latest version. Still error not resolved. Requesting to fix bug asap. Thanking you.

FileZilla Client


Version: 3.20.0

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.4.14 SQLite: 3.11.1

Operating system:

Name: Windows 10 (build 10586) Version: 10.0 Platform: 32-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 pclmulqdq Settings dir: C:\Users\RAJESH\AppData\Roaming\FileZilla\

#10914 'Show detailed log' makes FileZilla unresponsive, no recovery Bug report normal FileZilla Client fixed
Description

Observed on my machine, reproducable 100% of the time:

Reproduction:

  • Open FileZilla on OSX
  • Connect to a host
  • Open de Message log tab
  • Right-click on the log, and click 'Show detailed log'.

Observed:

  • No detailed log appears.
  • After maybe one or two seconds, FileZilla becomes unresponsive (beach ball appears) and it doesn't seem to ever recover from that, no matter how long I wait.
  • Only killing the application makes it go away.

After killing FileZilla, OSX gives me a crash report which I'll attach.

#10915 filezilla should use different file name while uploads are in progress Bug report normal FileZilla Client duplicate
Description

problem: If I upload index.html or any other file onto my homepage then the file will not be accessible during the upload. When my internet connection tends to become slow that is a real problem because my whole site (www.elstel.org) will be down during the upload.

solution: upload the file under different name i.e. index.html.new and then, after the upload has succeeded, rename that file into index.html

rationale: Last time my internet connection was stalled and the connection to my server (web4.dotplex.de) got lost during the upload. Even worse I did not succeed to reconnect for hours because the connection was somehow delayed (100-300ms ping RTT). The result was that my site had been down for hours. very annoying and quite harmful!

conclusion: As long as this bug does not become resolved quikly the only way would be to strongly disrecommend the usage of filezilla at least for critical uploads.

#10916 "Received certificate chain could not be verified. Verification status is 66" since version 3.20.0 Bug report normal FileZilla Client rejected
Description

After upgrading from FileZilla Client version 3.19.0 to 3.20.0, a secured connection to a ftp server is no more possible. Status: Resolving address of lidame.lima-ftp.de Status: Connecting to 62.113.217.13:21... Status: Connection established, waiting for welcome message... Status: Initializing TLS... Error: Received certificate chain could not be verified. Verification status is 66. Error: Could not connect to server

Version 3.20.0 added a new feature called "Stricter certificate chain validation to supplement the Tofu model". Maybe there is an bug or a side effect? Version 3.19.0 works pretty well.

#10919 Rename downloaded file Bug report normal FileZilla Client duplicate
Description

After upgrading to FileZilla Client 3.20.0 when downloading a file name can not rewrite

#10920 "Preserve timestamps of transferred files" stopped working last week Bug report normal FileZilla Client worksforme
Description

This feature worked fine for months or years. All of a sudden it stopped working. Our Linux server has not been updated recently but I do get prompted to update FileZilla from time to time. I just updated to the latest version online. Here's the OS version line in case it helps:

Linux akrlx337 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux

#10922 error 550 Bug report normal FileZilla Client rejected
Description

In recent weeks, my picture remote file no longer has the rights accès.550 Can not change directory to / www / orion_images: Permission denied. I tried to change the attributes of the file in 705 unsuccessful. I am annoyed because on my website there is no longer displayed images. I hope there is a solution to edit the file. Thank you for the help you can give me.

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