Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (3201 - 3300 of 8171)

Ticket Summary Owner Type Priority Component Resolution
#11728 First site connected after opening remains highlighted and displaying on monitor even after closing program Bug report normal FileZilla Client rejected
Description

See attached screenshot, in which "inbox" is shadowed over Chrome. This remains even after closing the program, until I disconnect my monitor or change my display settings. It does not change if I connect to a second site; the first one chosen still remains as a shadow. I am unsure whether this was happening only in version 3.35.2 or if it continues in 3.36...I had to uninstall 3.36 because of the FTP/TLS changes until I get a response from my customer about settings for their server.

#11794 First site tab not shown Feature request normal FileZilla Client wontfix
Description

Often I have many FTP sites open, so I got into the habit of looking at the tab title to see which site I am on.

However, when only one site is open there is no tab, no title, and no clue which site is open.

I know, I should be looking at the program's title bar, but I'm not used to that, looking at the tab seems 'easier' because it is closer to the files I'm working with.

So my feature request is: Can there be a single tab when only one site is open?

Take a look at the tabs in Firefox and Chrome. These programs also show a single tab when only one site is open. It seems the logical thing to do.

#10688 Fix CMD+C and CMD+A keyboard shortcuts for FileZilla's Site Manager (Mac version) Bug report normal FileZilla Client duplicate
Description

When adding new FTP servers to the Site Manager currently it's a nightmare using keyboard shortcuts because I keep on using again and again the Standard Cmd+C to copy and Cmd+A to select all text in a textfield, and they don't work like that in the Site Manager window so they drive me crazy!

Instead, pressing Cmd+A closes the window! It doesn't make sense. And pressing Cmd+C creates a new folder! Why?! Cmd+C should just copy text inside a textfield!! Al least Cmd+V works as it should (it actually pastes text).

Please, stick with the standard key combinations. When I have to add a large amount of FTP servers to FileZilla it's really annoying not being able to use standard system-wide key combinations such as Copy (Cmd+C) and Select All (Cmd+A). I keep accidentally closing the window all the time because I'm trying to select all the text in a textfield with Cmd+A.

Thank you!

#1469 Fix VS.NET 2003 compilation warnings (cvs) Patch normal Other
Description

cvs version, fix two Fix VS.NET 2003 compilation warnings

#1)

FtpControlSocket.cpp, line 4658

...\FileZilla\source\FtpControlSocket.cpp(4657): warning C4800: 'const BOOL' : forcing value to bool 'true' or 'false' (performance warning)

SetDirectoryListing(&dir, WorkingDir.path ==

dir.path);

change to

SetDirectoryListing(&dir, WorkingDir.path ==

dir.path);

#2)

Similarly line 4693

...\FileZilla\source\FtpControlSocket.cpp(4693) : warning C4800: 'const BOOL' : forcing value to bool 'true' or 'false' (performance warning)

SetDirectoryListing(&dir, WorkingDir.path ==

dir.path);

change to

SetDirectoryListing(&dir, !!(WorkingDir.path ==

dir.path));

#1448 Fix _UNICODE compilation of current cvs (& 2.2.1b) Patch normal Other
Description

...FileZilla_cvs_trunk\source\FtpListResult.cpp(527) : error C2440: '=' : cannot convert from 'char [26]' to 'unsigned short *'

Relevant line is:

pStatus->status = "<Empty directory listing>";

and of course it should be:

pStatus->status = _T("<Empty directory listing>");

#5022 Fix a compiler warning in UsersListCtrl.cpp Patch normal FileZilla Server fixed
Description

Fix an signed / unsigned comparison warning.

#10284 Fix build with updatecheck disabled Patch normal FileZilla Client duplicate
Description

Mainform.h only #includes <wx/timer.h> via updater.h which is inside a #if FZ_MANUALUPDATECHECK check. As of 3.10.2, build fails when that is false due to use of wxTimer and wxTimerEvent outside the guard. Simple patch to fix the build is attached.

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

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

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

I hope this is helpful.

#1460 Fix for certain FTP clients sending PORT commands Patch normal Other
Description

Some FTP clients (CuteFTP is one, I believe) send leading zeros in the IP portion of the PORT command, e.g. "PORT 001,002,003,004,13,79". When an ip address in this format (001.002.003.004) is passed to inet_addr (), it is interpreted as octal. If 8 or 9 are present in the IP, inet_addr() returns INADDR_NONE, and the PORT command fails. This fix resolves that issue by converting each octet of the IP to int and back to char to strip leading zeros.

#1459 Fix for multihomed servers w/active FTP Patch normal Other
Description

Changed call to TransferSocket.Create() to include the IP of the ControlSocket. This fixes issues with Active FTP, especially on Windows XP SP2.

#5023 Fix issues reported by code analyzer Patch normal FileZilla Server fixed
Description

Fix a few (possible) issues identified by the Visual Studio 2008 static code analyzer in the FZS Interface. Most issues are caused by uninitialized variables for certain (unlikely / presumably never to be taken) program flows, data type mismatches or hiding variables from outer scopes.

#1505 Fix outgoing port on data connections in active mode Patch normal FileZilla Server
Description

This patch addresses the problem described in the bug report [ 1575413 ] Active mode data connection is made from the wrong port.

#5019 Fix precompiled header support for TinyXml Patch normal FileZilla Server fixed
Description

The committed TinyXml files miss to include stdafx.h as the first file for precompiled header support, which results in a compile error. The attached patch fixes this.

#1515 Fix serverpath autodetect Patch normal FileZilla Client
Description

This fixes partially bug [ 1690530 ] Paths without leading '/' character won't work in FTP/SFTP.

Current code in CServerPath::SetPath() will think that: "AAAA/" is a DOS path while "aAAA/" is a UNIX path, while both of them should be detected as UNIX paths, because DOS path requires ':' in the path, which neither of these have.

#11755 Fix the broken UI in MacOS Mojave Dark UI Bug report high FileZilla Client duplicate
Description

There are quite a few issues when using the Dark UI on MacOS Mojave Dark UI.

The log has a black box background, and then the text is highlighted, looks terrible. But the biggest issue is you cannot read any of the dialogues that pop up.https://i.imgur.com/PYL6CwZ.png

#1265 Fixed, maybe Bug report normal FileZilla Client
Description

I did a new test with FZ 2.2.32 & LinkSys WRT54GL v4.30.9 . It seems to be fixed. I tried to upload/download about 10 .jpg files.

#1488 Fixes Wrong Date Bug Patch normal Other
Description

FiileZilla 2.2.16 sets the date incorrectly when preserve date/time is used. Dates older than a month are set to the previous day because they don't have a time zone offset calculated for them. For dates older than a month, FileZilla tells the OS to set the time to 12am. Without the timezone offset thats actually 5pm of the previous day in the pacific time zone, 8pm of the previous day on the east coast, etc. The patch is a diff generated by diff - u.

#1447 Fixes for the German resource file Patch normal Other
Description

I fixed some typos and other mistakes in the German resource file.

Regards

Patrick Canterino

#2342 FlashFXP looks Feature request normal FileZilla Client rejected
Description

It would be great if FileZilla could have an option to select a FlashFXP-like layout. Most people really like that layout, but miss that in Filezilla. This could draw even more people to use Filezilla (they even installed it permanently on my university as default FTP program)

#2595 FlashFXP sites.xml import Feature request normal FileZilla Client
Description

Since FlashFXP is widely used, it would be great to have an import function that can work on FlashFXP's sites.dat file (which stores all the FTP connections). For people trying to switch this would be an ideal feature.

#11942 Flatpak can't see /var/www directory Bug report normal FileZilla Client rejected
Description

I'm getting the following error when I try to navigate to the /var/www/ directory on my localhost:

Failed to change directory
'/var/www/' does not exist or cannot be accessed.

I can access the /home directory just fine, but that's not where my website lives locally.

I'm using the latest FileZilla flakpak from flathub.org (version 3.42.1) on Fedora 30. The error isn't SELinux related (I'm getting the same result in permissive mode).

#9932 Flatzilla - flat icon theme Patch normal FileZilla Client duplicate
Description

Hello people of filezilla, I recently designed from scratch a brand new Icon theme for filezilla. I'd be very happy if it will be avalable for all.. (I want the icons to be used only for the Filezilla project.)

also on a differnt note I was wondering how much is the project open for changes(?) seeing that the UI of the program could use an upgrade or two.

#9933 Flatzilla - flat icon theme Patch normal FileZilla Client fixed
Description

Hello people of filezilla,

I recently designed from scratch a brand new Icon theme for filezilla.
I'd be very happy if it will be available for all..

(I want the icons to be used only for the Filezilla project.)
http://www.aniboaz.co.il/images/port/ui/flatzillaui/Filzillanew2.png

also on a different note I was wondering how much is the project open for changes(?) seeing that the UI of the program could use an upgrade or two.

#9050 Floating server list option Bug report normal FileZilla Client outdated
Description

When I chose an option from my servers list, the option I chose stays on the screen, like floating. Check the image for more info. Quitting FZ doesn't remove it.

#4558 Floppy drive seek when starting FileZilla Bug report normal FileZilla Client wontfix
Description

When I start FileZilla I ca definitely hear the sound of floppy drive seek (the drive is empty). What is FileZilla doing with floppy drives?

Version 2.x didn't exhibit this behavior.

#4298 Floppy impassible by arrow keys Jeff Bug report low FileZilla Client outdated
Description

IF A: is empty (no floppy), the arrows cannot get you passed the floppy..

if possible, a blank listing or a default (C:\) list could appear instead.

Sorry, prefer keyboard programs, but can use mouse if necessary.

Great program!

Open Program, Tab to drive list, arrow down to A:, but gets returned to my computer instead. Pressing C or D don't allow you to jump past it either...

Not major. Thanks!

#3396 Floppy rattles on FileZilla startup Alexander Schuch Bug report normal Other
Description

When I start FileZilla, it checks my floppy drive. This is giving a rattling noise, which is a bit irritating.

I had this issue with all v3 releases, but the problem didn't exist in v2.

I'm using FileZilla 3.0.6 on Windows XP SP2. Also I'm not the only one: on a dutch site there's another user experiencing it (http://tweakers.net/meuktracker/17023/filezilla-306.html).

#9711 Focus in "local site" panel lost after uploading file Bug report normal FileZilla Client duplicate
Description

When browsing the "local site" file browser using only a keyboard, the focus is lost after the "Target file already exists" dialog is closed.

The focus jumps into the "host" field forcing the user to either use the mouse or press TAB many times until the focus is back in the local site file browser.

Same thing also happens when browsing the "remote site" file browser and downloading a file. The focus jumps to the field "host" after hitting RETURN in the "Target already exists" dialog.

#8344 Focus the last directory when navigating to it's parent Patch normal FileZilla Client fixed
Description

Now when filezilla goes up to a parent directory it selects the ".." entry instead of the directory we are coming from.

It should select and focus the directory its coming from and make sure it's visible.

This ticker is related to #1878

I've coded up a solution that implements this behavior. Patch attached against latest svn trunk (r4847)

#9721 Focusing into app doesn't allow for quick upload by hitting Enter Bug report normal FileZilla Client fixed
Description

I normally am in my IDE and then Alt+Tab into FileZilla. The file I'm working on is typically highlighted at the top of the local pane (have it sorted by Last Modified).

However, in 3.9.0.1 or 3.9.0.2, it looks like the highlight on the file is gray instead of blue. And thus, when I hit Enter to upload it to my server, nothing happens.

it used to be that I could just Alt+Tab and hit Enter and the file uploaded. It was a super fast process, but now, can't do it and that's frustrating as you can imagine. Not sure why that changed, so I assume it's a bug.

#4578 Folder " " (3 spaces) shows a creation time intead real folder name Bug report normal FileZilla Client rejected
Description

I was created folder ' ' (3 spaces). Filezilla shows me it creation time (14:22) instead real name.

#2471 Folder Changing Bruno Ramos Feature request normal FileZilla Client fixed
Description

A right clickable option in the windows version to move a file to another folder would be very useful in folders containing so many files that dragging a file to another folder would involve about two minutes of scrolling. The alternative at the moment for speed seems to be deleting the file in question (or leaving a duplicate) and reuploading to the desired folder.

#799 Folder Icons not displayed in "local site" and "remote site" Bug report normal Other
Description

In version 2.2.10, I'm experiencing a bug where the folder and drive icons do not get displayed at all in the "local site" and "remote site" zones (see the attached .jpg).

I think the cause of this bug is the fact that I installed Windows on the I: partition (for complex reasons involving Linux :-P ), instead of the more standard C: .

It is also interesting to note that in the "file explorer" zone, just under the "local site" zone, icons get displayed perfectly right...

Is it possible that somewhere there's a "hard coded" default directory for system icons ?

--Yop83

My config: Filezilla 2.2.10 (French locale) WinXP Pro SP2 French (installed on I: ) P-III 733 Mhz 512 MB ram

#5057 Folder Shortcuts Appear as Both Folders and .lnk Files Bug report normal FileZilla Server fixed
Description

I'm using FileZilla Server 0.9.33 downloaded on 12/7/2009 (although the server interface reports it as 0.9.33 BETA) on Windows 7 x64 Ultimate and FileZilla client 3.3.0.1 on Windows Vista x64 Home Premium.

I was trying to access UNC's defined to the server, but I couldn't get it to work as defined in the forum sticky, and there was no response on the forums. So I thought about it, and decided a shortcut in the Home directory might work. And it did.

However, the shortcut appears in the client as both a folder and a .lnk file. The folder works as expected. The .lnk file can be downloaded. I also tested using Firefox 3.5.5 as the client, and both the folder and the .lnk file appear there, too. So I suspect this is a problem with the server.

I suggest that shortcuts appear only as the objects they link to. In my case, I should only see the folder in the client. In the case of a linked file, only the destination file should be seen.

Perhaps this should be an option in the server settings. But at a minimum, the .lnk itself should not be seen in the client, only the destination.

#27 Folder Upload Bug Tim Kosse Bug report high Other
Description

Hi Folks,

I'm using FileZilla 1.6, Windows ME uploading to redhat linux box running wu-ftpd-2.6.0

Consider the following file structure:

folder

sub1
|file1

|

sub2

file2

Folder has no files in it so FileZilla skips it when uploading. This then causes the upload of files in the sub dirs to fail.

(Any chance of a linux version?) Keep up the good work!

Graeme

#2677 Folder beginning with dot should not be visible in foldervw Feature request normal FileZilla Client
Description

Usually under linux folders beginning with dot (ex: .gimp) under the home directory ae not shown in the folder explorer. It's a standard behaviour and it's also annoying to browse folders filled with dot-folders. Please add this 'feature' in filezilla client v3. Thank you

#2603 Folder browsing Feature request normal FileZilla Client
Description

Hi,

when there are equal named folders and I, for example, enter one local so could the program enter the same on the server !?

Thank you

Sebastian

#3385 Folder browsing not working using Wacom tablet Bug report normal FileZilla Client
Description

When using a Wacom tablet you get the following message when browsing folders on the remote site:

Message A directory cannot be dragged into one of its subfolders

I'm using OS X 10.5 with the latest Wacom drivers.

#3702 Folder contents not fully uploaded! Bug report high FileZilla Client rejected
Description

Hello, as the title says not everything in a folder will be uploaded and I tried it several times and this happens since the last five updates of FileZilla, so some content was uploaded and some not and it's impossible for me to explain it why, in the older releases it was possible to upload a full folder with its content but in the newer ones its not possible and I ask why? My OS Windows Server 2008 Enterprise Edition x64 so I'm forced to look for other freeware which does this stuff. If you have questions E-Mail it to me my E-Mail address is Zoe.Skotos@…

#11317 Folder handling during S3 download is not correct Bug report normal FileZilla Client fixed
Description

When using Filezilla Pro Client and downloading from Amazon S3 storage, handling of folders seems wrong.

If you select a folder on the remote size and then try to download it, behavior is inconsistent:

  1. If the folder already exists on the local side, the files are transferred into that folder as expected.
  1. If the folder does not exist on the local side, the download fails for each file because the folder path does not exist.

In case 2, I believe expected behavior is for FileZilla to create the missing folder and proceed. This would be consistent with its behavior for FTP sources.

#1255 Folder name with a leading or following space Alexander Schuch Bug report normal FileZilla Client
Description

I am using version 2.2.31 It is possible to create a foldername with a leading or following space (ASCII character 0x20), but afterward all other commands do not work with it. Here a log of the operation.

Command: CWD /hrs_italy/From_HRS_NA/ Response: 250 CWD command successful Command: MKD New folder Response: 257 "/hrs_italy/From_HRS_NA/New folder " - Directory successfully created Status: Retrieving directory listing... Command: CWD New folder Response: 550 New folder: No such file or directory Error: Could not retrieve directory listing Command: PWD Response: 257 "/hrs_italy/From_HRS_NA" is current directory. Command: CWD New folder Response: 550 New folder: No such file or directory

#8412 Folder shortcuts are handled incorrectly in local site browser Bug report normal FileZilla Client outdated
Description

In local site browser, when I double click a folder shortcut which is placed on my desktop, the program uploads it to the server instead of opening the related folder in local site browser.

#2007 Folder synchronization Feature request normal Other
Description

Ability to synchronize all files of local and remote folders based on file names length and date.

Thanks,

#2478 Folder synchronization Feature request normal FileZilla Client
Description

There is already a request like this one but I didn't understand what he wanted so I post mine.

What I'd like is a "Synchronize folder" button that scans the local and remote folder (and subdirectories - maybe in options) and generate a list of files that changed and start uploading them.

I'm tired of spending a lot of time uploading a entire folder with subfolders and +300 files just to update a dozen. And I'm too lazy to try to find them :).

It may exist in 3 modes : local -> remote, local <- remote and local <-> remote. But at least local -> remote, I think it's the more useful.

This feature exists in WinSCP (http://winscp.net/eng/docs/) but I like FileZilla and I prefer to use only one tool to do almost the same thing.

Thank you !

#9986 Folder with icons won't display Bug report normal FileZilla Client outdated
Description

Hi, When browsing on my local site in FileZilla, I could not find all of my folders. If I wrote the address to the folder manually then it would work. It turns out, the folders I have changed the Icon for dont appear, and if I remove the icon the appear again.

#2951 Folder-Browsing Synchronization Alexander Schuch Feature request normal FileZilla Client
Description

How about synchronizing the folder-views while navigating through either directory tree (local or remote site). If the selected folder (name) equals a folder (name) in the opposite view, on "folder sync" a doubleclick on one of them triggers the same action on the other.

#45 Folders in Site manager not working Tim Kosse Bug report normal Other
Description

I have just downloaded v1.7 and I like to idea of folders within the Site manager, however I cannot seem to get them to stay around! I add a New folder and a site within it - exit the Site manager - when I go back into the Site manager, the folder (and the site within) are both gone!

Also would it be possible to implement drag-n-drop within the site manager so that you can move existing sites into folders, etc.

Lex

#1763 Folders in queue Feature request normal FileZilla Client duplicate
Description

Why does Filezilla expand a folder as soon as I select it to download?

I'd really like it when it would just place a folder in the queue, and when it would try to download it, then it would get the list of all files inside and upload or download them.

Of course the files in this folder should then be placed at the TOP of the queue, not on the bottom like Bulletproof does. :-)

A preference of "Files first" or "Folders first" for when there are more subfolders in this folder would also be very nice then. :-)

#8790 Folders starting with letter A do not show up Bug report high FileZilla Client fixed
Description

I can not see folders that start with the letter A in my local files. Filezilla and Transmit screenshots attached.

#5588 Folders with "*" can't be read. Bug report normal FileZilla Client outdated
Description

Befehl: CWD /Test*test Antwort: 550 /Test*test: No such file or directory

Somehow it should be escaped as wxFTP class of wxWidgets does handle it properly.

#451 Following Win Link Fails, Upload-Dir Refresh Bad Bug report normal Other
Description

FILEZILLA VERSION 2.2:

As of FileZilla 2.1.7 I was able to follow a link correctly and didn't have any problem now in 2.2.0 it only seems to work correctly when relative paths are set in the server end... I do not wish this as I would like users to be able to go to the parent directory of their home path which does not work when relative paths are set on the server side (dont know if that is supposed to happen).

Also, after trying to upload to a directory when permission is not allowed, it shows in the file tree as if it has been uploaded...

Thanks Brewskie

#11183 Following yesterday's (28 Feb 2017) update, can't transfer files from local to remote site Bug report normal Unknown rejected
Description

When I drag a file across I get Response 550 saying it's already created a .in. version of the same file.

#5437 For one transfert on passive mode, creation of multiple sockets of command Bug report normal FileZilla Client rejected
Description

Excuse me for my english. I realize a tpdump capture to describe my problem with FileZilla Client 3.3.3 When i realise a upload, passive mode and keep alive option, of a large file, the transfert broken all 5 minutes. I found that it's my firewall who send me a RST packet. After analyze tcpdum capture between client and server, i see 2 connexions data and one connexion that not use "keep alive" command and my firewall with default timeout (5mn) on all session broken this session. I add a files:

  • tcpdump file (client.cap) realize on client
  • filezilla.log: log of FileZilla Client
  • analyze.log: my analyze of tcpdump capture "client.cap"
#11955 For s3 connection, FZ ignores "host:" configuration box so impossible to connect to local s3 server (min.io) Bug report normal FileZilla Client worksforme
Description

I am running a local min.io s3 server on my local network and FileZilla Pro can not connect to it.

I set the hostname to my min.io s3 server network IP address but I can see in the access logs that FZ ignores my host entry and simply uses an Amazon address instead which of course fails.

The host IP address is entered in the "Host:" box as 192.168.0.43 and Port: 9000 however FZ Pro shows that it is trying to access a different server: Retrieving directory listing... Status: Resolving address of s3.dualstack.us-east-1.amazonaws.com Status: Connecting to 52.216.9.37:9000... Error: Connection timed out after 20 seconds of inactivity Error: Failed to retrieve directory listing ... so it looks like it has used my port number but ignored my host IP address and used something from AWS or something internal instead. This seems to be a bug because it is entirely reasonable to expect "Host:" to allow me to connect to a s3 server at my own IP address.

My app and mac details are: FileZilla Pro


Version: 3.43.0

Build information:

Compiled for: x86_64-apple-darwin18.6.0 Compiled on: x86_64-apple-darwin18.6.0 Build date: 2019-06-27 Compiled with: Apple LLVM version 10.0.1 (clang-1001.0.46.4) Compiler flags: -Werror=partial-availability -Wall -g

Linked against:

wxWidgets: 3.0.5 SQLite: 3.26.0 GnuTLS: 3.6.7

Operating system:

Name: Mac OS X (Darwin 18.6.0 x86_64) Version: 10.14 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx lm Settings dir: /Users/richardj/.config/filezilla/

#13003 Forbidden 403 Bug report normal FileZilla Client invalid
Description

I keep receiving the 403 forbidden error

#2326 Force SSL login at user level Feature request normal FileZilla Server
Description

We have the needs to specify if an user must login using SSL or not in the user account. This is because some backup applications must login in the ftp server without SSL (there are in the LAN). But some travelling users must use SSL support to avoid password capturing. Now if I force the use of SSL, all user must use SSL. Otherwise, if the SSL is not forced, an user can login in port 21 or 990.

This feature make no necessary to install another secure server (i.e. open ssh).

Thanks.

#4666 Force hidden files option does not work in windows XP Bug report low FileZilla Client rejected
Description

Hello There,

Using windows XP pro SP3 Filezilla version: 3.2.6.1

The server > force showing hidden files does not work properly for me (no files showing). I've tested using a linux version and everythings is fine there. Actually the windows version I have sends "226-Options: -l" to the server where it should send "226-Options: -a -l".

Thank you for looking into this.

#1773 Force lowercase names Feature request normal FileZilla Client
Description

Are there any plans to enable the user to have filezilla to force lowercase filenames when transfering to a server? This feature is necessary for me.

#2043 Force remote file names to lower case Feature request normal FileZilla Client
Description

Very useful feature for web developers doing work on Windows, but uploading to Unix servers - the necessity to force remote file names to lower case during transfer.

A simple check box in the File Transfer option would be great - I always use the force to lower case, saves a lot of heartache and time, going through the remote file system and doing it manually.

michelle@…

#5429 Foreign Characters Getting Stripped from filenames Bug report high FileZilla Server worksforme
Description

Hello, I have a client using FileZilla server 0.9.34 (I have the same and can recreate this). The files are coming from Germany with these names (Gehäusedeckel_D17.ipt, Gehäuse_D17.ipt, Gehäuse_D17 HS.ipt)

When we/he enters the files into our system through FileZilla server, the special characters are being stripped out (Gehuse_D17 HS.ipt, Gehuse_D17.ipt, Gehusedeckel_D17.ipt ) from the filenames on the server.

This is causing HUGE problems with legacy files that still have the special characters in the filenames. Filezilla does not recognize these older files - at all.

(000018) 6/30/2010 16:30:32 PM - ftpuser2 (172.16.11.41)> 550 File not found (000018) 6/30/2010 16:30:32 PM - ftpuser2 (172.16.11.41)> RETR \Zilla1\Gehuse_D17.ipt (000018) 6/30/2010 16:30:32 PM - ftpuser2 (172.16.11.41)> 550 File not found

Is there a setting we can pick to stop Filezilla from stripping out these characters?

#11533 Forgot FileZilla password Other normal FileZilla Server rejected
Description

Hey,

I'm having trouble logging into the FTP server. I've used the only password I use for most things and it isn't working. I was wondering if it's possible to recover it? I have the host and username if that is needed. I've already tried a way that I thought would work... exporting Site Manager entries. It only shows my last attempt password and not the actual correct one. Is there anything I can do? Please and thank you.

Andrew

#10822 Forgot my Username,Password and Host details Bug report high FileZilla Client rejected
Description

Hi,

Could you Please suggest the steps to recover my username and password details

My website: www.ExcelGuruji.com

Thanks Makk

#11806 Forgot my hosting address Other critical FileZilla Client rejected
Description

Forgot my hosting address.if you help me I would be very happy.

#10567 Forgotten Filezilla Password Other normal FileZilla Client rejected
Description

Have not used my Filezilla password for over seven years, and now I have forgotten it.

Please can you let me have another password for my funniest-videos.co.uk site since I need to take down some 'rude' content at the request of Google

Sorry for any inconvenience.

David Fosbrook

#7844 Form page not showing Other high Unknown invalid
Description

reunite.html says can not be found when clicked.

http://scatcat.fhsu.edu/~tjramsey/reunite.html

#2501 Formatted numbers for transmitted data in transfer queue Feature request normal FileZilla Client
Description

I find it difficult to distinguish between

1258463539 bytes and 125863778 bytes

when reading the figures in the transfer queue, especially as the figure is changing all the time. It would be very helpful, if this figure would be show in a formatted way using seperators like

1,258,463,324 bytes and 125,863,756 bytes

which immediately give you better impression about the figure you are looking at.

#9078 Formatting LIST output Feature request normal FileZilla Server rejected
Description

FTP is used a lot for automated internal data transfers between systems at night, etc. Some of these systems have a need to parse the LIST output. This can be hard to do when each FTP server's output is slightly different. See attachment.

What would make FileZilla Server extremely powerful would be if the user could define the format of LIST output, for those cases where it's not possible to define it on the client system. For example:

1 type 2 perms 12 links 15 user 24 group 32 size 42 date 55 filename:

1 2 3 4 5 6 7 8

12345678901234567890123456789012345678901234567890123456789012345678901234567890 -r-xr-xr-x 1 noone nogroup 148943 Apr 29 2013 042913 -r-xr-xr-x 1 noone nogroup 53 Aug 30 2012 1 -r-xr-xr-x 1 noone nogroup 2492297 Oct 18 14:05 10181301 -r-xr-xr-x 1 noone nogroup 88260 Oct 18 14:10 10181302

Would define which column each field should be displayed. Unlisted fields would not be displayed:

1 filename 14 size 25 date

1 2 3 4

1234567890123456789012345678901234567890


Would look like this:

042913 148943 Apr 29 2013 ABCDEFGH.EXT 53 Aug 30 2012 10181301 2492297 Oct 18 14:05 10181302 88260 Oct 18 14:10 10181303 798 Oct 18 14:19

The format string could be specified by the admin in the settings area of FileZilla. It be most useful if there is a global setting and also each login could have it's own format to override the global definition.

#11065 Forum is broken: Error 500 Bug report normal Other fixed
Description

When visiting https://forum.filezilla-project.org/ an error 500 is shown, without any content or specific error message other than the response header signaling a HTTP 500 error.

This forum link appears in Google search results (which is how i found out), and is used as such the home page (i double checked this in case it was moved).

FWIW, i found that https://forum.filezilla-project.org/favicon.ico does not return an error.

#11537 Found a bug Bug report high FileZilla Client invalid
Description

Hi everyone I found a bug in this also an exploit it allows anyone to connect to ftp in this program without knowing the password someone has hacked my ftp client server and the person who did told me and reported it back to me I need it fixed asap please can you message me on Twitter modz2014 or email dawgz9295@… its really important I will show you how its done not showing links or a trying as I dont want this to be leaked

#10529 Four hour time difference on files uploaded Bug report high FileZilla Client outdated
Description

I have tested this on multiple FTP sites and have found a four hour time difference is displayed when uploading a file. This has caused issues with customers of ours who utilize this program on their files. Attached is a picture of a file I uploaded with the time it said it was uploaded 4:41 AM and the computer time 8:40 AM. I did not adjust any settings to the application or to my computer.

#11102 FreeBSD 9.2 32 bit bug < ahmedhaies > Bug report normal FileZilla Client rejected
Description

i have bug when connect to my BSD 9.2 32 bit in new version filezilla this is bug in this photo : see this photo when connect to server http://d.top4top.net/p_341y3sv01.png

#12657 Freeze Bug report normal FileZilla Client rejected
Description

i just go to my game panel, open any 3 pages and filezilla freezes. windows 11. 32gb 3600mhz samsung 980pro ssd intel i5 12600K gtx 1070

#9922 Freeze of the GUI when transfert use cpu more than 20% Bug report normal FileZilla Client fixed
Description

FileZilla's GUI freeze when CPU use exceed ~20%.

You can produce this situation with:

  • Core i3 on eco mode
  • gigabit connectivity
  • FTPS AES-256-GCM connection
  • a big file (more than 1Gio)

FileZilla Client Version: 3.9.0.6

Build information:

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

Linked against:

wxWidgets: 3.0.3 GnuTLS: 3.2.19 SQLite: 3.8.6

Operating system:

Name: Windows 8.1 (build 9600), 64-bit edition Version: 6.3 Platform: 64 bit system

#3438 Freeze on SFTP connection attempt Bug report normal Other
Description

When loading up FZ 3.0.8 on WinXP SP2, it is very slow and on attempting to login via FTP over SSH (using a key), it freezes up and I have to kill the process. No clue why yet. Didn't happen before this morning's update.

#3130 Freeze on timeout when using FTP+TLS Bug report normal Other
Description

Using the latest version of FileZilla under Linux Ubuntu 7.04 Beta, the FileZilla interface freezes each time my FTP+TLS connection timeout.

#3887 Freeze while uploading/downloading too many files Bug report high FileZilla Client fixed
Description

I had to backup some files for a computer under Ubuntu and Windows Vista. On Vista, everything is good but on Ubuntu, Filezilla freeze before starting each file transfer. Sometimes, there is 40 seconds between 2 transfers. More connections at once you allowed, more freezes you have. With only 1 connection, it freeze too.

System: Laptop Intel Core 2 duo 1.8 GHz Ethernet 10/100 chipset

Server: FileZilla server under Windows XP SP3

How to reproduce: 1- Take large number of files (use for example 2-3 javadoc folders) 2- Add this files to the queue 3- Start download or upload

#8633 Freeze with 2 Servers "Limit number of simultaneous connections" Tim Kosse Bug report normal FileZilla Client fixed
Description

Description:

FileZilla freezes when downloading multiple files with "Limit number of simultaneous connections" set to 1 from two servers when one file finishes.

Steps to reproduce:

  1. Open connections manager
  2. Add an FTP account, set "Limit number of simultaneous connections" to 1
  3. Add another FTP account, set "Limit number of simultaneous connections" to 1
  4. Connect to account 1
  5. Connect to account 2
  6. Start downloading at least two bigger files from server 1
  7. Start a download of at least one file from server 2 (while the queue on server one has at least one download that has not yet started)
  8. As soon as the download from server 1 finishes, FileZilla crashes.
#8120 Freezes on LAN download from server with connection limits Bug report normal FileZilla Client fixed
Description

Filezilla version: 3.5.3

I am connecting to two server over LAN. When I queue and process file downloads from both servers concurrently in a FZ client session, the client freezes and must be force-closed.

The servers are slightly unusual in that they are embedded servers in Topcon GPS receivers. The server software enforces a strict limit of one connection per receiver. I have configured this limitation in the Site Manager (Limit Number of Simultaneous Connections = 1).

If a subsequent connection is attempted, the receiver will return a 530 error message and disconnect. This behavior has been observed using Topcon NetG3A receivers as well as Topcon GB1000.

I have tried this using multiple client PCs (Asus netbooks, Dell desktops, laptops) using various operating systems from Vista to XP to Windows 7.

By contrast, if I open two separate filezilla client instances, and start a concurrent queue of downloads in each of these separate filezilla instances, the downloads work just fine. So this seems to point to some kind of race condition, or perhaps a connection isn't getting closed in the right order, when downloading within the same filezilla instance.

#11433 Freezes the whole OS when resizing the top panel Bug report normal FileZilla Client rejected
Description

Steps to reproduce:

  • Click and Drag the border that separates the log panel on top from the local and remote folder panels below.
  • Drag it all the way to the bottom until it can't be farther down, without releasing the mouse button
  • release the mouse button

Expected: obvious Observed: the mouse cursor remains in the form of an up-down double arrow (resize icon), even if you move the cursor out of FileZilla's window. Nothing responds to clicks, neither in FileZilla nor IN THE WHOLE OS. All mouse interaction is frozen.

You cannot even close filezilla. The only way out is to open a terminal via a keyboard shortcut and kill Filezilla from the command line!!

#3628 Freezes when I try to set Local Directory in a Site Manager Bug report normal Other
Description

STEPS TO REPRODUCE THE BUG

  1. Create a Site entry in My Sites.
  2. Log in to verify it works.
  3. Modify it in the Advanced tab to have a default local directory by browing to the desired directory. (I set mine to c:\webs\Bungalow).

RESULT: App becomes no responsive. The Site Manager window (modal) is no responsive. Clicking the Connect/OK/Cancel buttons has no effect. I have to Control-Alt-Delete and kill it.

System:

Windows XP PRO.

NOTE: if you manually browse to the local directory while connected an Copy current connection to Site Manater, then it does save the Local Site, but does not save the Remote Site.

#3234 French Translation Errors Alexander Schuch Bug report normal Other
Description

In Filezilla 3.0, There're mistakes in French translation. Two errors in Éditer > Configuration > Transferts > Délai d'attente : "Si il est impossible d'envoyer ou de recevoir des données pendant cette période, la connection sera fermée et FileZilla essaiera de se reconnecter." which should be : "S'il est impossible d'envoyer ou de recevoir des données pendant cette période, la connexion sera fermée et FileZilla essaiera de se reconnecter."

#3241 French transation Tim Kosse Bug report normal FileZilla Client
Description

When I download a file, it ask me to overwrite, resume, ... The third checkbox is "N'aAppliquer qu'aux téléchargements". It should be "N'appliquer qu'aux téléchargements".

#1661 French version Feature request low Other
Description

I wish a French version of FileZilla. I can undertake the translation. Thank's for this very good soft.

#8910 Frustating Error! Bug report normal FileZilla Client outdated
Description

So.. i just want to upload my files to my website, but the FileZilla wont upload it as what the files like. it's broken. i just hate it. i need to upload a big file more than one time...

#8911 Frustating Error! Bug report high FileZilla Client duplicate
Description

So.. i just want to upload my files to my website, but the FileZilla wont upload it as what the files like. it's broken. i just hate it. i need to upload a big file more than one time...

#7193 Ftp client not able to connect at all Bug report critical FileZilla Client worksforme
Description

Hi there, I have been using filezilla for years and after the recent upgrade, I keep getting this message

Status: Selected port usually in use by a different protocol. Status: Resolving address of thepanacheclub.com Status: Connecting to 174.132.157.123:80... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server Status: Waiting to retry... Status: Delaying connection for 1 second due to previously failed connection attempt... Status: Resolving address of thepanacheclub.com Status: Connecting to 174.132.157.123:80... Status: Connection established, waiting for welcome message... Error: Connection timed out Error: Could not connect to server

I have checked the server and no problem. I have AVG firewall which I turned off and still the same response. I dont have windows firewall on and I disabled application gateway layer service - still same result. Could you please help? Its very important that I can get access to my ftp. Many thanks

#2254 Ftp sites passwords Alexander Schuch Feature request normal FileZilla Client
Description

Is there a way to view ftp site password? When i export ftp sites list in xml, i can't see real passwords , but why can't they be like normal passwords?

#1329 Ftp stopped working Bug report normal Other
Description

updated to filezilla 3.0.3 client last update 11-7-07. I have vista ie7. Filezilla stops working when deleting folders with small thumnail images from my web host site. no recent changes to my files or folders. Only happens when deleating from host. started when i did the latest update. error message Filezilla FTP client has stopped working . a problem caused the program to stop working , windows will close the program. uploads files and folders to my site fine no problems. only when deleating

#5227 Ftp upload through websense ftp proxy fails most of the time, opened ticket with websense and they said we shall use cureftp or totalcommander and we tested CureFTP and it worked all the time Bug report normal FileZilla Client outdated
Description

We use a Internet proxy from websense that does http, https, ftp proxying.

We use filezilla for 3 years now for all our ftp upload/downloads over ftp, ftps without any problems. But since we switched from Cisco CE proxy to Websense proxy we cannot upload with certainty. Smaller files pass the system usually without problem, larger files 300 - 500 MB most of the time fail.

I verified that the site we were trying to upload works by connecting directly to the Internet and using filezilla to upload the files and it worked.

We opened a ticket with websense and they told us we shall use CureFTP or TotalCommander to upload. I did the test and with CureFtp all files were all the time uploaded correctly.

The settings we have to use for websense in Filezilla 3.3.1 are:

Connection->FTP->FTP Proxy

Custom

USER %u@%h PASS %p

proxy host: websense.test.com:2121 user: test password: test

We have also tested to disable ftp cache on websense but the same thing happens.

How do we know that the files are not uploaded correctly?

The transfer starts and we know that the target site has a bandwith limiter that does allow 60KBs.

The files are uploaded and when it's almost 100 percent uploaded we are presented with a dialog that says the file is already there and if we want to overwrite it. If you press overwrite the transfer will start again and at the end present you again with the same dialog.

When we called support of the target side they said the files are only around 5 million bytes instead of 13 or 23 million bytes. The target site does not allow size commands nor read of the directory etc.

#11750 Full directories delete: 451 Delete Failed with 3.37.0 (Pro so latest downloadable) Bug report high FileZilla Client duplicate
Description

With the version 3.37.0 of FileZilla Pro on Mac (3.37.1 doesn't exist yet on the store) it became impossible to recursively delete full directories on normal FTP servers. If I try to delete a full directory, no matter what's inside (1 file or 100), I get this error: "451 Delete operation failed (Fsys error=145, server error=1015)".

The issue is software related since with the previous version I could do it and with any other FTP clients (even on my mobile phone) I can perform the operation without any problems on the same tested servers.

Hope there is a solution or that my info can help.

Best Regards, Marco

#5412 Full file list not shown Bug report normal FileZilla Client outdated
Description

Hi There,

if file are more than 1978 in directry then its not shows full file its just shows 1978 file.

on my server there 2500+ files but its shows only 1978 files other files not shown

please sove this bug.

Thanks Sheraz Aslam

#2320 Full row select Feature request normal FileZilla Client
Description

Would really like full row select on local and remote fileview. As it is now, it's often a bit hard to double click the ".." folder wich have a really small click-area. So make the full row, even the date, filesize and such, clickable, at least put in a option for that and make it default.

#2479 Full row select Feature request normal FileZilla Client
Description

In the list of files an option so you can click anyway on the line select a file/directory.

#4524 Full support for INC (Shortcut) files Feature request normal FileZilla Client outdated
Description

Hi there, I would like to see full shortcut support in the next release of FZ. I really like what you guys are doing so far!

#2529 Full timestamps on old files Feature request normal FileZilla Server
Description

Can we have an option to switch the server file listing between the standard unix ls format and returning the full date including the time.

Although the full date can be retrieved using the MDTM command returning the full date would enable all FTP synchronisation utilities to work correctly. WS_FTP Pro for one will not work if the unix style date is returned on older files.

#4768 Function of keys CTRL+T invalid? Michael99085 Bug report normal FileZilla Client fixed
Description

If i transfered files from pc (win xp) to host (hp unix) then i will the same date/time of file when create also on host with CTRL+T. But on the host are the actual date/time! Why? CTRL+T in transfer-menue is marked! FileZilla Client

Version: 3.2.7.1 Build information:

Compiled for: i586-pc-mingw32msvc Compiled on: x86_64-unknown-linux-gnu Build date: 2009-08-23 Compiled with: i586-mingw32msvc-gcc (GCC) 4.2.1-sjlj (mingw32-2) Compiler flags: -g -O2 -Wall -g -fexceptions

Linked against:

wxWidgets: 2.8.10 GnuTLS: 2.8.3

#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.

#532 FzSFTP unable to connect Bug report normal Other
Description

Downloaded and installed ver 2.2.3 over 2.2.1b on Dec. 31, 2003.

After installing, attempted to connect to a server using SSH2 but was unable to connect.

Error received was: Status: Connecting to xxx.xxx.xxx:22 ... Status: Connected with xxx.xxx.xxx:22, initializing SFTP connection... Command: CONNECT yyy@…:22 Error: FzSFtp.exe was closed, terminating connection. Error: Unable to connect!

I had no previous problems with this.

Re-installed ver 2.2.1b over 2.2.3. Using the same settings, connected successfully.

Made a copy of the 2.2.1b FzSFTP.exe file, re-installed ver 2.2.3, renamed its FzSFTP.exe file to FzSFTP2.2.3.exe, and then renamed the copy of the 2.2.1b FzSFTP file to FzSFTP.exe. Retried the same ftp site and settings and connected with no problems.

I noticed a file size difference:

2.2.3 FzSFTP file 105KB 105 KB (107,520 bytes)

2.2.1b FzSFTP file 106KB 105 KB (108,032 bytes)

Settings for SFTP are: Use Compression - Default Protocol Selection - Use SSH2 selected

Have left the old file in place.

Mark Robinson markr@…

#8352 GNU TLS ERROR persists in ver 3.6.0.1 Debug log (4) in line Bug report normal FileZilla Client duplicate
Description

I had hoped this error was fixed in 3.6.0.1 It's now affecting our customers if they make the mistake of updating from 3.5.3

Is there a work around?

Status: Resolving address of qedmrf.com Status: Connecting to 64.39.191.166:21... Status: Connection established, waiting for welcome message... Trace: CFtpControlSocket::OnReceive() Response: 220 Welcome to Technologies FTP service. For authorized users only. Trace: CFtpControlSocket::SendNextCommand() Command: AUTH TLS Trace: CFtpControlSocket::OnReceive() Response: 234 Proceed with negotiation. Status: Initializing TLS... Trace: CTlsSocket::Handshake() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: TLS Handshake successful Trace: Cipher: AES-256-CBC, MAC: SHA1 Status: Verifying certificate... Trace: CFtpControlSocket::SendNextCommand() Command: USER Fuzh Status: TLS/SSL connection established. Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 331 Please specify the password. Trace: CFtpControlSocket::SendNextCommand() Command: PASS Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 230 Login successful. Trace: CFtpControlSocket::SendNextCommand() Command: SYST Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 215 UNIX Type: L8 Trace: CFtpControlSocket::SendNextCommand() Command: FEAT Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 211-Features: Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: AUTH SSL Response: AUTH TLS Response: EPRT Response: EPSV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: MDTM Response: PASV Response: PBSZ Response: PROT Response: REST STREAM Response: SIZE Response: TVFS Response: UTF8 Response: 211 End Trace: CFtpControlSocket::SendNextCommand() Command: OPTS UTF8 ON Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Always in UTF8 mode. Trace: CFtpControlSocket::SendNextCommand() Command: PBSZ 0 Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PBSZ set to 0. Trace: CFtpControlSocket::SendNextCommand() Command: PROT P Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 PROT now Private. Status: Connected Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFileZillaEnginePrivate::ResetOperation(0) Status: Retrieving directory listing... Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::ChangeDirSend() Command: PWD Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 257 "/" Trace: CFtpControlSocket::ResetOperation(0) Trace: CControlSocket::ResetOperation(0) Trace: CFtpControlSocket::ParseSubcommandResult(0) Trace: CFtpControlSocket::ListSubcommandResult() Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 1 Command: TYPE I Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 200 Switching to Binary mode. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 1 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 2 Command: PASV Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 227 Entering Passive Mode (74,39,191,166,195,85) Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 2 Trace: state = 2 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 4 Command: LIST Trace: CTransferSocket::OnConnect Trace: CTlsSocket::Handshake() Trace: Trying to resume existing TLS session. Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnSend() Trace: CTlsSocket::OnRead() Trace: CTlsSocket::ContinueHandshake() Trace: CTlsSocket::OnRead() Trace: CFtpControlSocket::OnReceive() Response: 150 Here comes the directory listing. Trace: CFtpControlSocket::TransferParseResponse() Trace: code = 1 Trace: state = 4 Trace: CFtpControlSocket::SendNextCommand() Trace: CFtpControlSocket::TransferSend() Trace: state = 5 Trace: CTlsSocket::OnRead() Trace: CTlsSocket::Failure(-15, 10053) HERE'S THE LINE WHERE IT DIES AND THE CONNECTION IS LOST Error: GnuTLS error -15: An unexpected TLS packet was received. Trace: CRealControlSocket::OnClose(10053) Error: Disconnected from server: ECONNABORTED - Connection aborted Trace: CControlSocket::DoClose(64) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Trace: CFtpControlSocket::ResetOperation(66) Trace: CControlSocket::ResetOperation(66) Error: Failed to retrieve directory listing Trace: CFileZillaEnginePrivate::ResetOperation(66)

#191 GSS Login fails with username no warning Bug report normal Other
Description

If you go to the site manager and connect to a site defined as 'use GSS' (*.mit.edu for example) it connects if you have Kerberos tickets, or gives you an "Are you sure you want to send password in the clear" dialog if you don't have tickets. However, if you have tickets and enter a different username to connect with, it just asks for your password with no 'no tickets' warning. Entering a password yields an Error: could not retrieve directory listing. It then remains connected and periodically gives a 530 Please log in with USER and PASS .

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