Custom Query (2164 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (501 - 600 of 2164)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Summary Status Owner Type Priority Component
#11925 Please include additional ftp file manipulation capabilities in FileZilla Client! new Feature request normal FileZilla Client
Description

Please include easy file manipulation (edit, cut, paste, remove etc) in FileZilla Client for all platforms like in Flash Fxp. Thank you!

#11926 File exists action: Option to abort transfer new Feature request normal FileZilla Client
Description

Hi,

I'm using Filezilla to transfer webcam images. Since these are being continuously generated, there are always a lot of files that need to be skipped which takes a long time. I notice FIlezilla always transfers the most recent images first (I hope this is intentional and not just a feature of my system) so the optimal action would be to abort and clear the queue when a file already exists.

Rob.

#11928 macOS 10.13.6, Error: local: unable to open <filename>. File permission issue. new Bug report normal FileZilla Client
Description

Using FileZilla Client 3.42.1 during a file transfer session if the network is interrupted and FileZilla has to attempt to Resume a partially transferred file, one will first receive the first Error message "Error: local: unable to open <filename>" followed by a second Error message "Error: Critical file transfer error".

Mind you that I'm downloading data from a server to my personal MacBook Pro in my personal Downloads folder.

To resolve this issue, one needs to update the macOS permissions before attempting to Rest, Requeue and Resume the failed file(s).

This has only started happening recently with FileZilla's latest updates. I've been a FileZilla client user for many years and never has this happened until recently.

FileZilla is not honoring the folder's file permissions correctly.

#11929 Manual Transfer v3.42.1 new Bug report normal FileZilla Client
Description

I've noticed this for quite some time. It might or might not be a bug, and if it is not a bug then consider it a feature request.

I have remote folders that have 1000's of files in them, making it really hard to pick one file for downloading. so I like to use the manual transfer option.

When I specify the name of the file I am downloading and then hit the download button it tells me the "local files is a drectory instead of a regular file".

Ofcourse the solution is to copy the file name to be downloaded to the left side after the path indicated the download location.

Personally, I feel that if the download path is set there, and if I don't specify a local file, the remote file should be the default new localfile name.

I don't see a logical everyday reason to change the name of the downloaded file because usually when you are done editing the file and are ready to to upload it, it will be the same name. so why change it. Regardless the reason for the current behavior, I feel it should be changed to automatically create the local filename.

Alternatively a configuration section to allow changing that behavior and if you do that, an option to make the start transfer immediately box automatically set or not, like whatever is there to be remembered for next time.

caveat: after all this time I bothered to look to see if you had a find option and you do, i might start using that now.

#11933 Shortened queue when downloading too many files and folders at once. moreinfo Bug report normal FileZilla Client
Description

I have an AMD 7650 Radeon with Windows 10 Educational.

Every time I try to download a huge amount of files, sometimes I need to put them in the queue recursively before processing the queue.

Otherwise, the download queue became much shorter than the real amount of files I want to download.

#11935 FZ ignores connection specific keyfiles if Pageant is available new Bug report low FileZilla Client
Description

For SSH public key connections Filezilla seems to always (and only) use Pageant when available in preference to either the generic keys specified in Setup/Connection/FTP/SFTP or a specific key set for the connection in Site Manager/Logon Type=keyfile. This seems counter-intuitive, especially using the agent in preference to a connection specific key, and is confusing when other applications (e.g. Putty) use any specified keyfile first and fall back to using the agent on failure/missing.

In my case I'm using GPG-agent as a stand in for Pageant. Unlike Pageant which pre-caches decrypted private keys and therefore will always be able to offer them, GPG-agent offers the SSH key IDs but only decrypts them as needed via a password popup, and then expires the passwords from memory after a short interval, if that password prompt is cancelled FZ gives up and doesn't even fallback to using the password file(s).

My usage case is that I would like to use GPG-agent for regular Putty connections and some occasional Filezilla connections (where no keyfile is specified), but for regular FZ connections (e.g. to development servers) to use a dedicated locked down key that is used and cached long term by the FZ session without ever troubling the agent. As it stands currently FZ will always use (and seemingly can only use) the more widely privileged keys known to the agent, keeping them cached unnecessarily if activity is frequent, and/or prompting repeatedly for the password if activity is less frequent than the agent's cache expiry timeout.

GPG-Agent running, password given

2019-06-03 23:36:16 3860 2 Trace: Host key fingerprint is:
2019-06-03 23:36:16 3860 2 Trace: ssh-ed25519 256 de:c0:96:73:50:2f:82:0d:fe:36:4d:56:dd:c6:5b:66 ivHymwfP9DmUleDDSqNuqcgVZPMZAOHkRA3LXuIAD7A=
2019-06-03 23:36:16 3860 2 Trace: Initialised AES-256 GCM client->server encryption
2019-06-03 23:36:16 3860 2 Trace: Initialised AES256 GCM client->server MAC algorithm (in ETM mode) (required by cipher)
2019-06-03 23:36:16 3860 2 Trace: Initialised AES-256 GCM server->client encryption
2019-06-03 23:36:16 3860 2 Trace: Initialised AES256 GCM server->client MAC algorithm (in ETM mode) (required by cipher)
2019-06-03 23:36:16 3860 2 Trace: Pageant is running. Requesting keys.
2019-06-03 23:36:16 3860 2 Trace: Pageant has 2 SSH-2 keys
2019-06-03 23:36:16 3860 2 Trace: Successfully loaded 1 key pair from file
2019-06-03 23:36:16 3860 2 Trace: Trying Pageant key #0
2019-06-03 23:36:22 3860 2 Trace: Sending Pageant's response
2019-06-03 23:36:22 3860 2 Trace: Access granted
2019-06-03 23:36:22 3860 2 Trace: Initiating key re-exchange (enabling delayed compression)
2019-06-03 23:36:22 3860 2 Trace: Opening session as main channel

GPG-Agent NOT running

2019-06-03 23:31:21 3860 1 Trace: Host key fingerprint is:
2019-06-03 23:31:21 3860 1 Trace: ssh-ed25519 256 de:c0:96:73:50:2f:82:0d:fe:36:4d:56:dd:c6:5b:66 ivHymwfP9DmUleDDSqNuqcgVZPMZAOHkRA3LXuIAD7A=
2019-06-03 23:31:21 3860 1 Trace: Initialised AES-256 GCM client->server encryption
2019-06-03 23:31:21 3860 1 Trace: Initialised AES256 GCM client->server MAC algorithm (in ETM mode) (required by cipher)
2019-06-03 23:31:21 3860 1 Trace: Initialised AES-256 GCM server->client encryption
2019-06-03 23:31:21 3860 1 Trace: Initialised AES256 GCM server->client MAC algorithm (in ETM mode) (required by cipher)
2019-06-03 23:31:21 3860 1 Trace: Successfully loaded 1 key pair from file
2019-06-03 23:31:21 3860 1 Trace: Offered public key from "X:\Crypto\Personal\philg_piglet_rsa_home_np.ppk"
2019-06-03 23:31:21 3860 1 Trace: Offer of public key accepted, trying to authenticate using it.
2019-06-03 23:31:21 3860 1 Trace: Access granted
2019-06-03 23:31:21 3860 1 Trace: Initiating key re-exchange (enabling delayed compression)
2019-06-03 23:31:21 3860 1 Trace: Opening session as main channel

GPG-Agent running, password cancelled

2019-06-03 23:30:32 3860 1 Trace: Host key fingerprint is:
2019-06-03 23:30:32 3860 1 Trace: ssh-ed25519 256 de:c0:96:73:50:2f:82:0d:fe:36:4d:56:dd:c6:5b:66 ivHymwfP9DmUleDDSqNuqcgVZPMZAOHkRA3LXuIAD7A=
2019-06-03 23:30:32 3860 1 Trace: Initialised AES-256 GCM client->server encryption
2019-06-03 23:30:32 3860 1 Trace: Initialised AES256 GCM client->server MAC algorithm (in ETM mode) (required by cipher)
2019-06-03 23:30:32 3860 1 Trace: Initialised AES-256 GCM server->client encryption
2019-06-03 23:30:32 3860 1 Trace: Initialised AES256 GCM server->client MAC algorithm (in ETM mode) (required by cipher)
2019-06-03 23:30:32 3860 1 Trace: Pageant is running. Requesting keys.
2019-06-03 23:30:32 3860 1 Trace: Pageant has 2 SSH-2 keys
2019-06-03 23:30:32 3860 1 Trace: Successfully loaded 1 key pair from file
2019-06-03 23:30:32 3860 1 Trace: Trying Pageant key #0
2019-06-03 23:30:34 3860 1 Trace: Pageant failed to answer challenge
2019-06-03 23:30:34 3860 1 Error: Pageant failed to answer challenge
2019-06-03 23:30:34 3860 1 Trace: CSftpControlSocket::OnTerminate without error
2019-06-03 23:30:34 3860 1 Trace: CControlSocket::DoClose(66)
2019-06-03 23:30:34 3860 1 Trace: CControlSocket::ResetOperation(66)
2019-06-03 23:30:34 3860 1 Trace: CSftpDeleteOpData::Reset(66) in state 3
2019-06-03 23:30:34 3860 1 Error: Could not connect to server
2019-06-03 23:30:34 3860 1 Trace: CFileZillaEnginePrivate::ResetOperation(66)
2019-06-03 23:30:34 3860 1 Status: Waiting to retry...
#11940 SFTP: add commandline option to specify PPK file e.g. "-keyfile=myfile.ppk" new Feature request normal FileZilla Client
Description

(See also https://forum.filezilla-project.org/viewtopic.php?f=2&t=50942)

Currently there is no option to specify the PPK file on the commandline. It would be great if this option was added.

filezilla.exe sftp://username:@ipadres "-keyfile=c:\my keyfiles\my file.ppk"

#11943 Failed authentication for the same user in the same tab with different password new Bug report normal FileZilla Client
Description

This one is tricky, was giving me a headache. It's very specific, the following items must all be correct for the bug to show itself:

  • Must be the same tab
  • Must be the same SFTP user
  • Only thing that changes is password

So, we were testing a script that updates SFTP user's password. So I needed to test multiple new passwords for the same SFTP user.

I opened a tab and logged in successfully. Then I updated user's password, went into Site Manager and updated password there and clicked Connect. Authentication failed. This is all within the same tab.

I disconnected from the server in that tab. Then tried reconnecting again. It worked.

Next, I repeated these steps several times. If you're connected to the server with a user and password, changing password for that user and trying to reconnect without first disconnecting will result in authentication failure. If I try to do this in a new tab, it works fine.

My guess is, FileZilla tries to use old password even though I'm trying to connect with a new password. Sort of like a cache.

This happens if you use quick connect form or Site Manager.

I hope I described this problem clearly. I don't recall if this was ever an issue as I didn't have the need to change passwords and reconnect like this before.

#11944 frequently getting a "file couldn't be transferred" error new Bug report normal FileZilla Client
Description

trying to upload a file i am debugging to my website after the site file has given me an error of its own. frequently seems to be a file containing PHP.

BUT, if after i get several of these can't transfer errors (by retry) i can invariably restart FZ and the file can be transferred immediately, no problems. if i recall, a disconnect reconnect did not fix the issue.

#11946 "Failed to read binary packet data!" moreinfo Bug report normal FileZilla Client
Description

Cant connect to sftp server from my Filezilla, gets this error:

Error: Server sent disconnect message Error: type 2 (protocol error): Error: "Failed to read binary packet data!" Error: No se pudo conectar al servidor

in other version connections is ok

#11947 Problem with downloaded PHP file used by WordPress in ASCII mode new Bug report normal FileZilla Client
Description

Hi,

I've noticed a problem while downloading a PHP file associated with Wordpress when using ASCII mode.

When downloading a file, part of it get garbled and makes the file unreadable.

Forcing binary mode solves the problem.

I'm attaching the file downloaded in the binary mode and in ASCII mode for comparison.

I'm downloading the file from a Linux server using a Windows FileZilla Client version 3.42.1.

You need to go to the 5749 line of the file formatting_ASCII_download.txt and scroll to column 15741 to see exactly what is happening.

I'm attaching formatting_binary_download.txt which is a correctly downloaded version of the file for comparison.

The mentioned files can be found in any WordPress installation in the directory: wp-includes/formatting.php

I'm using Notepad++ to verify the downloaded file.

#11948 Files can not transfer. new Bug report high FileZilla Client
Description

I have multiple server connections and different servers. Any one I connect to, since I updated filezilla, I get an error - All transfers complete, files could not transfer. So I can't upload anywhere. I need help. Thanks.

#11949 Cannot Connect to Server new Bug report normal FileZilla Client
Description

Hi,

Filezilla cannot connect to our server.

esponse: fzSftp started, protocol_version=8 Command: open "ansonfunds@…" 22 Command: Pass: Error: Authentication failed. Error: Critical error: Could not connect to server

#11952 Number of files on remote folder new Bug report low FileZilla Client
Description

The remote server window still indicate I've 9998 files in it, but I've 10050 files there and still adding but that indicator never updates.

Thank you. Francesco

#11954 Improve web site security : confirm distant (or local) folder move by mouse new Feature request normal FileZilla Client
Description

I used Filezilla yesterday, and messed up my site by moving 2 directories, because the mouse was not responding, I moved it and after that, I noticed that 2 directories had been moved : the site was broken. I had to search my site to find were were the missing directories, and move them back, but I got a fright... I am still not shaking... but a communication temporary breakdown, and it can happen.

#11956 Can't open old 32bit client but need to import site details new Bug report normal FileZilla Client
Description

I've been using FZ for years and updating the client every time it notifies me. Recently, I upgraded my mac os to catalina and found I was unable to open the FZ client (apparently an issue with the 32 bit version). So, I downloaded a new version of FZ which is seemingly the 64bit. And it works just as I would expect it to (very well, btw!).

My problem is that years and years of site details exist in the old version and I don't know how to access the xml file to import them into the new client. Is there a way I can do this without being able to open the old app?

#11957 cannot copy file from pc to dvi even though it had been working before new Bug report normal FileZilla Client
Description

make connection to dvi and then select file from pc to copy to dvi (toppfield). It says transfer was successful but file did not appear in target directory. can copy file to other folders on the dvi. folder that having problem with is called MediaFiles and is used to play mp4 files on the dvi for viewing on the TB.

#11959 fzsftp.exe 0xc0000142 (Unable to start correctly) new Bug report normal FileZilla Client
Description

During a 150GB transfer got a pop up stating:

fzsftp.exe - Application error

The application was unable to start correctly (0xc0000142) Click OK to close Application.

Meanwhile transfers got interrupted in the background but filezilla remained open. Clicking OK did not make the window go away and error persisted until I closed down Filezilla manually. It looks like one of those popups got shown for each transfer thread (I had 4 simultaneous transfers).

In Event Viewer in Windows I see the following:

The required buffer size is greater than the buffer size passed to the Collect function of the "C:\Windows\System32\perfts.dll" Extensible Counter DLL for the "LSM" service. The given buffer size was 26112 and the required size was 32304.

I am running Windows 10 64Bit (Pro) build 18362.239 and latest FileZilla from official site: v3.43.0 installed into default directory on C:

My CPU is latest Ryzen 3900x (32GB of RAM) and transfers were to an SSD at abpit 150 megabit per second.

Seems to be a one off since Ive been using Filezilla regularly and havent encountered this before.

#11960 Slow enumeration of files on mapped network drive new Bug report normal FileZilla Client
Description

FileZilla Client becomes extremely slow to enumerate local files when the local site is on a slow network drive. In this particular case the physical "local" drive is at a remote location such that network latency is quite high.

Windows Explorer is able to enumerate files and folders on this drive much faster than the FileZilla client is, so my guess would be that the API calls being used are inefficient in this situation.

For example, if I navigate to a new folder it might take 2 seconds for each child item to appear in the local site pane, and FileZilla is unresponsive until all items have been populated. If I navigate to the same folder in Windows Explorer it might take 2 seconds total for all items to be populated.

#11961 FTP over TLS new Other normal FileZilla Client
Description

I don't know what this means.

"This server does not support FTP over TLS."

#11962 First time using filezile after setup new Bug report normal FileZilla Client
Description

Failed to retrieve directory listing

#11963 Colorize remote folder new Feature request normal FileZilla Client
Description

Hi

It would be nice with a feature, which perhaps could be stored locally on the users machine, where you're able to add a color to a remote server folder. Because sometimes, if you have many folders remotely, you can get "confused" as to which ones are what, which ones, belive it or not, came from you, and which did not.

This confusion usually only lasts a while, as you then check through and compare. But with ability to color folders remotely, everything would be chrystal clear!

#11964 Mouse cursor lags on Mac new Bug report normal FileZilla Client
Description

Hi,

When window is in focus, moving mouse across client causes cursor to lag and not move smoothly. This has resulted in misclicks.

Issue appeared once updating from 3.41.2 to 3.43.0

Note - when wiggling mouse to get the large accessibility cursor, no lag

#11966 Resuming a read only file fails because its prematurely set read-only new Bug report normal FileZilla Client
Description

https://bugzilla.redhat.com/show_bug.cgi?id=1734907

Description of problem: Interrupted downloading of read-only files fails to resume because incomplete local file is not writeable (read-only)

Version-Release number of selected component (if applicable): 3.4.0

How reproducible: 100%

Steps to Reproduce:

  1. Download read only file.
  2. Cancel/stop processing queue
  3. Re-download with resume

Actual results: Partial file has remote file access mode local: unable to open X, read-only

Expected results:

  • Local partial file has current user/group and default r/w permissions
  • Download continues
  • When download is actually completes, user/group and access mode is matched to file on remote server
#11968 Publish/Quicktransfer button(s) required new Feature request high FileZilla Client
Description

Many times a specific file or specific files, whose names do not change over time, need to be uploaded for publishing.

Like in the Seamonkey Suite, which has a pusblish button for uploading the whole page that one is editing in one go, it would be fine if there is one or more publish/Quicktransfer buttons for uploading one's favourite file(s).

Now, one has to manoevre each time through all directories to locate the files. Synchronized browsing and bookmarking helps, but then still scrolling and locating is necessary.

This/these Publish/Quicktransfer button/buttons could be located for instance to the right of the the Quickconnect Bar.

(A) corresponding shortcut key(s) could be assigned to the button(s).

If such a button/these buttons work for one favourite file, such a button could be extended to work for a list of files, for which each time extensive browsing is required.

It would then look like the Publish Button of the Seamonkey Suite, which unfortunately only handles ftp, not sftp or ftps, so if FileZilla is going to do this it would be great!

See also ticket #4333 and #8182.

#11970 FileZilla stopped working properly so I wanted to `uninstall and reinstall and it makes my pc unusable after downloading the new version new Bug report normal FileZilla Client
Description

I love how filezilla works I used it. So it started misbehaving until I thought of installing the new version. Kanshi that's was the end of using the PC Now it blocked everything it doesn't allow to be uninstalled ; Howw can I do it>??

#11971 FileZilla stopped working properly so I wanted to `uninstall and reinstall and it makes my pc unusable after downloading the new version new Bug report normal FileZilla Client
Description

I love how filezilla works I used it. So it started misbehaving until I thought of installing the new version. Kanshi that's was the end of using the PC Now it blocked everything it doesn't allow to be uninstalled ; Howw can I do it>??

#11973 Cannot paste password into "Enter password" dialog new Bug report normal FileZilla Client
Description

I have a saved server registration which I have configured to ask for password when I try to connect. I click to connect, and the "Enter password" dialog appears.

When I try to paste my password into the textbox in this dialog, nothing happens. I have to type in my password.

#11977 File Queue windows become inaccessible after altering duplicate file handling context menu. new Bug report normal FileZilla Client
Description

Hi,

During a download of multiple files from same remote server or any server, when a duplicate file is found and you alter how the file is handled and apply to current queue, if you then try to view the 'Failed Transfer' you are unable to move between the tabs. It's a pain when you want to re-queue a failed file as you cannot do so, and have to shut Filezilla down, loosing the the 'Falied Transfer' list.

Please see below regarding software versions running.

FileZilla Client


Version: 3.44.1

Build information:

Compiled for: x86_64-apple-darwin18.7.0 Compiled on: x86_64-apple-darwin18.7.0 Build date: 2019-08-09 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.7.0 x86_64) Version: 10.14 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq rdrnd lm Settings dir: /Users/Gus/.config/filezilla/

#11978 Site Manager fails to connect with FileZilla_3.44.2 Client new Bug report normal FileZilla Client
Description

Site Manager fails to connect with client version 3.44.2 with stp-ssh to sourceforge with multiple attempts, simply saying unable to connect. After returning to 3.43.0 site manager had no problems. Lots of update nags via program and website, yet I needed to downgrade. If you are going to nag so hard, please fix and make sure fixes don't break things before deploying. Perhaps you could setup a beta tester channel.

#11980 Filezilla freezes temporarily when refreshing DFS namespace new Bug report normal FileZilla Client
Description

We have a DFS namespace mapped to the drive letter N:, which contains a large number of network shares (~40). If I expand N:\ in the Filezilla local site section, it causes Filezilla to freeze for about 30 seconds the first time this is done after launching and whenever it is refreshed.

If I select N:\ without expanding it, I can refresh without issue.

#11981 Drag and drop reports "Drag & drop operation failed." new Bug report high FileZilla Client
Description

I've connected to the remove computer correctly. Same as I have on many times. I updated to the latest version yesterday and now this problem. Is there another way to transfer a file?

#11983 Support for UNC paths in local tree pane new Feature request normal FileZilla Client
Description

When using a UNC path for local files, the “Local site:” box will accept and show the current path, but the server node and directory tree does not appear within the local tree pane. This means that you cannot explore the local directory structure or move files between local directories.

I would expect the server to appear as another node in the tree, either at the same level as local drives, or at the same level as Desktop, and a chain of directory nodes up to the working directory.

#11984 Shown upload speed exeeds actuall speed by far and forced closing of connection new Bug report normal FileZilla Client
Description

Whenever I upload a file the displayed uploadspeed gets immediately above 155 - 180 MBit/Sec. My internet connection is limited to 40 MBit/sec. This results in the file supposedly been transfered within seconds - as filezilla shows. On the other side (FileZilla Server 0.9.60.2) it shows a upload speed at about 3,4 MByte/sec which would be fine. Since the file seems to be already transfered filezilla closes the connection or it times out and filezilla reconnects afterwards again. This behavior repeats multiple times.

#11986 Having to minimize all other windows new Bug report normal FileZilla Client
Description

This bug has existed for me for at least a year and happens on 3 different PCs I use. If it has already been filed I apologize but could not find it.

What happens is that Filezilla doesn't "come to front" when clicking it in the taskbar. I am using Windows 10 on all these machines, I think the bug started when I upgraded to W10. As I said, it happens on multiple PCs.

The only way to bring Filezilla to the front, is to minimize all other windows in turn, and then it'll work. Clicking it in the taskbar does nothing. This bug can occur anywhere from 5 minutes to 5 hours after opening Filezilla. Closing and reopening Filezilla makes no difference the bug re-occurs.

#11989 Server connection does not work new Bug report normal FileZilla Client
Description

At least half a year ago, I noticed a problem. What sometimes FileZilla does not respond and does not connect to the servers. It starts to connect if you restart it. This happens in 20-25% of cases and the program does not give any errors. I caught this problem for a long time to record it on video. https://www.dropbox.com/s/sagllkpfn23pg8v/filezilla.wmv?dl=0 It may be possible to find out how to solve this problem.

FileZilla Client


Version: 3.44.2

Build information:

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

Linked against:

wxWidgets: 3.0.5 SQLite: 3.28.0 GnuTLS: 3.6.8

Operating system:

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

#11990 ECONNREFUSED - Verbindung durch Server verweigert new Bug report critical FileZilla Client
Description

Dear all,

we cannot conenct to server for 2 days, folowing error appears:

Status: Verbinde mit 172.24.63.45:1080... Status: Verbindungsversuch fehlgeschlagen mit "ECONNREFUSED - Verbindung durch Server verweigert". Fehler: Herstellen der Verbindung zum Server fehlgeschlagen Status: Verbindung zum Server getrennt Status: Verbinde mit ftp.mkdenial.com über SOCKS5-Proxy Status: Auflösen der IP-Adresse für socks.fsc.net Status: Verbinde mit 172.24.63.45:1080... Status: Verbindungsversuch fehlgeschlagen mit "ECONNREFUSED - Verbindung durch Server verweigert". Fehler: Herstellen der Verbindung zum Server fehlgeschlagen

We have filezilla for many years and it is first time we get such error. No any changes have been done. Tehre are 3 employees with the same error. We use last version 3.44.2; Windows 7, 64 bit.

We use filzeilla to download sanctioned party lists to be conform with compleance regulations and embargoes.

Please help us!

Fujitsu Technology Solutions, Germany

#11992 DOrsini MacBook new Bug report normal FileZilla Client
Description

This machine started receiving errors when trying to download the excel fles. I have uninstalled Filezilla multiple times and re-installed 3.44.2. Still getting the errors. DorSini's Macbook Pro is running Mac OS 10.14.5 It does connect and finds the files however upon prompting to download it errors.See attached screenshots

My machine also a Mac with OS 10.14 and FZ 3.44.2 downloads then just fine.

Any suggestions?

#11993 Directory listing cap error new Bug report critical FileZilla Client
Description

When viewing directories on remote server where over 10,000 files often caps off just below the 10k mark. Went in circles looking for missing files until I realised I wasn't getting the full listing. Can't see an option for max length so I can only assume its a cap error.

#11994 Open and close Queued Files on transfer new Feature request normal FileZilla Client
Description

It would be great with a feature that opens the Queued Files when starting transfers and closes when all transfers have finished. In that way, you don't have to have the Queued Files open all the time (free up space)

#11998 Some files are still being edited or need to be .... new Bug report normal FileZilla Client
Description

I had a long ass day at work, thought I would call it a day, then this happened!!! LMFAO

I did not know if I should laugh or cry!

Im on macOS Catalina 10.15

#11999 Export My Sites does not generate XML file new Bug report normal FileZilla Client
Description

Hello,

Issue The export feature on "Sites Manager" doesn't generate an XML file when I select the root of the Sites tree ("My Sites").

How to Reproduce

  1. Open FileZilla Client
  2. Go to the menu > File > Site Manager
  3. Right-click on the root of the site list "My Sites" and select "Export..."
    • Note: You should have a few sites configured to properly validate this
  4. Select a directory and define the export filename and press Save
  5. Go to the directory where you chose to save the file
  6. File is missing

If I select all the sites under the root folder ("My Sites") and then right-click then the export happens successfully.

FileZilla Client Specification Using the FileZilla Client with the following specs:

FileZilla Client


Version: 3.44.2

Build information:

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

Linked against:

wxWidgets: 3.0.5 SQLite: 3.28.0 GnuTLS: 3.6.8

Operating system:

Name: Windows 10 (build 17763), 64-bit edition Version: 10.0 Platform: 64-bit system

#12001 Asking for Overwrite of new files new Bug report normal Unknown
Description

Every time I try to upload a new file, I am given a notification that the "Target file already exists" when that is not the case. These are brand new video files that did not exist before. I have tried all of the options from "overwrite" to "skip" and the notification continues to appear. Eventually the file will transfer, but not in full. A 3 minutes and 21 second video will only transfer the first 4 seconds. I have tried with over 20 different videos and video file types with the same result.

#12003 Cannot paste new folder name on external site new Bug report normal FileZilla Client
Description

When creating a new folder on the external site by right clicking and selecting Create and open folder, I cannot paste the new name of the folder as was previously possible. This is very inconvenient since my clients use long and complicated folder names.

#12004 I am blind, I use screen reading software. I tried to sign up for the Forum, but you provide only a visual challenge, no audio challenge. Therefore, it is not acdcessible. ADA perhaps? new Bug report high FileZilla Client
Description

The Forum registration is not accessible to a blind person using screen reading software.

#12006 I cannot "prioritize" a new html page to view as it is at the very bottom of the list of items being downloaded. new Bug report normal FileZilla Client
Description

When I save my web site I end up with many pages etc. being made ready to copy across.

Then I want to work on another page (on another web site) and when I load it the page is put at the very bottom of the list of items still being downloaded. I scroll to the very bottom but it seems that this page is "lost" there, pushed down and out of sight of the window by other pages being loaded.

I want to have a space underneath the last page so I can see it and right click it to change its priority so it will load now while the other pages from first action are still loading.

#12007 Webroot Antivirus software classified Filezilla/Contents/Frameworks Files as Threats new Bug report normal FileZilla Client
Description

Webroot Antivirus software classified Filezilla/Contents/Frameworks Files as Threats. I have over-ridden this but any idea why it would do that please?

#12008 Can not bring Filezilla to front. new Bug report normal FileZilla Client
Description

I am on Mac OSX Mojave with Filezille V. 3.45.1 When I have many apps open I use the keyboard shortcut "cmd + tab" to cycle through the apps to bring them to the front. For some reason Filezilla will not come to the front. I have to either minimize all other apps in front of it or click it's icon on the dock to bring it to the front.

#12009 Can't connect new Other normal FileZilla Server
Description

For a few days now, I haven't been able to connect to your server and can't open my web site on line. On line the server can't be found.

#12010 Filezilla 3.45.1 new Bug report normal FileZilla Client
Description

I am not able to connect to any of my accounts but I can connect with IE and anything else I use. It just started this evening

#12011 Filezilla is not connecting to server new Bug report critical FileZilla Server
Description

server connection issue Status: Insecure server, it does not support FTP over TLS. Command: USER tnr Response: 331 Password required for tnr. Command: PASS Response: 530 Login incorrect. Error: Critical error: Could not connect to server

cannot transfer files - failed transfers

#12013 New Folder Popup is closing with copied Text - MAC new Bug report normal FileZilla Client
Description

I am facing some weird issues during new folder creation with the copied text. New folder popup is closing on Paste. Its working on typing the folder name.

I am using filezilla client with macbook air.

#12015 large transfered files ges truncated to 64 kb ! new Bug report normal FileZilla Client
Description

Hi, I don't know why, since yesterday, when transferring large files , they get truncated to 64 kb ! The server machine is a Raspberry Pi 4, using Buster Raspbian, freshly updated and upgraded.

Statut :	Connexion à 192.168.1.15...
Statut :	Connected to 192.168.1.15
Statut :	Récupération du contenu du dossier "/home/pi/Charts/14 Shom integrale/Nouveau dossier"...
Statut :	Listing directory /home/pi/Charts/14 Shom integrale/Nouveau dossier
Statut :	Contenu du dossier "/home/pi/Charts/14 Shom integrale/Nouveau dossier" affiché avec succès
Statut :	Connexion à 192.168.1.15...
Statut :	Connected to 192.168.1.15
Statut :	Démarrage de l'envoi de D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap
Commande :	cd "/home/pi/Charts/14 Shom integrale/Nouveau dossier"
Réponse :	New directory is: "/home/pi/Charts/14 Shom integrale/Nouveau dossier"
Commande :	put "D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap" "4827.kap"
Commande :	local:D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap => remote:/home/pi/Charts/14 Shom integrale/Nouveau dossier/4827.kap
Erreur :	Connection interrompue après 20 secondes d'inactivité
Erreur :	Échec du transfert du fichier
Statut :	Déconnecté du serveur
Statut :	Connexion à 192.168.1.15...
Statut :	Connected to 192.168.1.15
Statut :	Démarrage de l'envoi de D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap
Statut :	Récupération du contenu du dossier "/home/pi/Charts/14 Shom integrale/Nouveau dossier"...
Statut :	Listing directory /home/pi/Charts/14 Shom integrale/Nouveau dossier
Commande :	put "D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap" "4827.kap"
Commande :	local:D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap => remote:/home/pi/Charts/14 Shom integrale/Nouveau dossier/4827.kap
Erreur :	Connection interrompue après 20 secondes d'inactivité
Erreur :	Échec du transfert du fichier
Statut :	Déconnecté du serveur
Statut :	Connexion à 192.168.1.15...
Statut :	Connected to 192.168.1.15
Statut :	Démarrage de l'envoi de D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap
Statut :	Récupération du contenu du dossier "/home/pi/Charts/14 Shom integrale/Nouveau dossier"...
Statut :	Listing directory /home/pi/Charts/14 Shom integrale/Nouveau dossier
Commande :	put "D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap" "4827.kap"
Commande :	local:D:\_mes_docs\OpenPlotter\OpenCPN\Carto ponton\14 Shom integrale\CD7-SHOM - Côte Sud I (Méditérranée - Tarragone à Bandol)\4827.kap => remote:/home/pi/Charts/14 Shom integrale/Nouveau dossier/4827.kap
Erreur :	Connection interrompue après 20 secondes d'inactivité
Erreur :	Échec du transfert du fichier

helping welcomed !

#12016 Problems Exporting FileZillah database new Bug report normal Unknown
Description

In the Site Manager I used to be able to right click on "My Sites" and an "Export" link would appear ... which would allow me to save my FileZilla xml file under a different name.

Usually I do this with a date added to sites.xml in order to backup versions of my file.

But, now ... that doesn't work anymore. I rename the file .. but the new file never saves to my hard drive.

#12017 Edit/Upload Changes or Unedit workflow new Feature request normal FileZilla Client
Description

I'm editing a bunch of file, which is made easier due to the FileZilla file-list right-click pop-up menu's Edit option, where I can retrieve a file into my designated editor to make changes and save then, then return to FileZilla, which notices the change and offers to uploaded the changed file and the file unlocked.

However, if I find that the file locked for editing doesn't actually need to be changed, so not saved, meaning that I return to FileZillia, I need to unlock the file marked for editing using the File>Show files currently being edited... (Ctrl-E), which disrupts the workflow. Rater, in addition to the unlock via the File menu and dialog, I suggest that an Un-Edit option be added to the pop-up menu where the Edit option shows (file-list right-click pop-up menu's Edit), which when clicked removes the file from the current files being edited list.

#12018 Upload Edited Files - Long Response Time new Bug report high FileZilla Client
Description

this is since the new mac osx update catalina. after edit of a download file it takes a long time until filezilla is uploading the file automatically!

Workflow: download a file - open in editor - save -> upload take a long response time

#12019 layout of update window new Bug report normal FileZilla Client
Description

since a long time now the update window has a layout problem as seen in the attached pictures (German localization).

#12020 When creating a new directory to move to Ctrl-V no longer pastes new Bug report normal FileZilla Client
Description

Until the last two updates Ctrl-V has always worked as a paste from a copy. I Connect to a system, find my parent directory, then select Create Directory and move to it. It still brings up the new path with NEW highlighted, but I have to use the mouse to paste. Ctrl-V no longer works. If I use Ctrl-V the dialog closes and nothing is created. I can still paste using the right mouse click paste.

#12021 File\Export shuts down FileZilla new Bug report normal FileZilla Client
Description

The computer is running Windows 8.1 Pro (Chinese Traditional) FileZilla version 3.45.1 When File\Export is selected, the Export settings sub-window pops up, but it and FileZilla close quickly before any check boxes can be selected. The application must then be re-started.

Computer is kind of old, but hope this isn't relevant: IBM T60p Core 2 Duo T9500 with 8 GB RAM. If it matters, display is a 4:3.

From the "About FileZilla" info: Operating System: Windows 8.1 (build 9600), 64-bit edition OS Version: 6.3 CPU features: sse sse2 sse3 ssse3 sse4.1 lm

#12022 Quickconnect bar UI problem new Bug report normal FileZilla Client
Description
  1. Launch FileZilla Client
  2. Goto Menu View/Uncheck Quickconnect bar
  3. Goto Menu View/Check Quickconnect bar again
  4. The Quickconnect bar will show incompletely

FileZilla Client


Version: 3.45.1

Build information:

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

Linked against:

wxWidgets: 3.0.5 SQLite: 3.29.0 GnuTLS: 3.6.9

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 avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx lm Settings dir: C:\Users\<username>\AppData\Roaming\FileZilla\

#12023 Impossible rename file in amazon s3 (filezilla pro 3.45.2) new Bug report normal FileZilla Client
Description

when i use Rename command, file are not renamed

INFO:

Comando: HEAD /GoogleFoto2016s.rar HTTP/1.1 Comando: Authorization: * Comando: Connection: keep-alive Comando: Host: backup-peppe.s3.dualstack.eu-west-1.amazonaws.com:443 Comando: Keep-Alive: 300 Comando: User-Agent: FileZilla/3.45.2 Comando: x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Comando: x-amz-date: 20191012T100823Z Risposta: HTTP/1.1 200 OK Risposta: x-amz-id-2: EzEq7p/Q60Adv/ofpAQwnatUVSBuPFrDIqZw8INU+T1aWsusOy9KBpq7NIvJ4p/HZ/wXo9W4JE8= Risposta: x-amz-request-id: CC5B75E55000C0A6 Risposta: Date: Sat, 12 Oct 2019 10:08:24 GMT Risposta: Last-Modified: Sat, 12 Oct 2019 09:15:29 GMT Risposta: ETag: "4b27921cd8ec4ba263d2927e74ee9d5c-57" Risposta: Accept-Ranges: bytes Risposta: Content-Type: binary/octet-stream Risposta: Content-Length: 7560453610 Risposta: Server: AmazonS3 Comando: PUT /GoogleFoto2016.rar HTTP/1.1 Comando: Authorization: * Comando: Connection: keep-alive Comando: Content-Length: 0 Comando: Host: backup-peppe.s3.dualstack.eu-west-1.amazonaws.com:443 Comando: Keep-Alive: 300 Comando: User-Agent: FileZilla/3.45.2 Comando: x-amz-content-sha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 Comando: x-amz-copy-source: /backup-peppe/GoogleFoto2016s.rar Comando: x-amz-date: 20191012T100823Z Risposta: HTTP/1.1 400 Bad Request Risposta: x-amz-request-id: 8FA8F5088C5EEEA5 Risposta: x-amz-id-2: wG4GsXX6go8kJQbZESo2veY0w4rISEczyJnEtlFCv50LXxcMXR+ioIF+wIAtfAMyWo4FcoDi56I= Risposta: Content-Type: application/xml Risposta: Transfer-Encoding: chunked Risposta: Date: Sat, 12 Oct 2019 10:08:23 GMT Risposta: Connection: close Risposta: Server: AmazonS3

#12024 Filezilla won't open with new Mac OS Catalina new Bug report normal Unknown
Description

Hi. I recently updated my Mac to Catalina (version 10.15) and now I get an error message when I try to run Filezilla (see attached). Thanks.

#12026 Local site path changes after refresh when opened a bookmark new Bug report normal FileZilla Client
Description

When I load path from a bookmark and hit the "refresh file and folder list" button the path of the "local site" immediately changes to "/Applications/" on my Mac. It had never been that way. When I open any other path without involving bookmarking the refresh works.

#12027 "Paste" keyboard shortcut not working new Bug report normal FileZilla Client
Description

When attempting to create a new directory, the keyboard shortcut to paste does not work, closes out the "Create Directory" box

#12028 Local Directory strainge new Bug report normal FileZilla Client
Description

I purchased FZ via the "App Store" to be able to up and down load website files to and from my website host. When I look at my computers file system using Finder every this is straight forward - I can see everything and I know where most files are located. When I look at Local site on FileZilla I see a very strange set of folders which I cannot make any sense off. I assume you have a setting somewhere in FZ that makes all my directories visible.

#12029 Unable to connect to S3 bucket which has conditional perms new Bug report normal FileZilla Client
Description

FileZilla Pro is unable to connect to AWS S3 buckets that have conditional ListBucket permissions. The result is a 400 Bad Request.

I have a S3 bucket on which the ListBucket permission for my user is conditional with a string prefix, e.g.: {

"Effect": "Allow",

"Action": [

"s3:ListBucket"

],

"Resource": "arn:aws:s3:::my-bucket",

"Condition": {

"StringLike": {

"s3:prefix": [

"",

"/",

"mysubdir",

"mysubdir/"

etc.

The policy means that the user is only able to browse the top level of the bucket and the mysubdir folder, but not any of the other folders in there. The policy is confirmed as working, via the AWS CLI, AWS console and other 3rd party apps like "S3 Browser", "Cyberduck", etc.

When FileZilla Pro tries to connect to a bucket like this the result is: Response: HTTP/1.1 400 Bad Request and Error: Failed to retrieve directory listing

I tried adding a remote directory in the connection config (eg /my-bucket/mysubdir) but that didnt help.

Please help!

#12030 Site Manager, site export does not output files new Bug report normal FileZilla Client
Description

Site Manager > right click "My sites" > Export... > Save

No file or .xml is produced.

FileZilla Client
----------------

Version:          3.45.1

Build information:
  Compiled for:   x86_64-w64-mingw32
  Compiled on:    x86_64-pc-linux-gnu
  Build date:     2019-09-25
  Compiled with:  x86_64-w64-mingw32-gcc (GCC) 8.3-win32 20190406
  Compiler flags: -g -O2 -Wall

Linked against:
  wxWidgets:      3.0.5
  SQLite:         3.29.0
  GnuTLS:         3.6.9

Operating system:
  Name:           Windows 10 (build 17134), 64-bit edition
  Version:        10.0
  Platform:       64-bit system
  CPU features:   sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi2 bmi2 adx lm
  Settings dir:   C:\Users\cantaloupe\AppData\Roaming\FileZilla\
#12031 update within portable directory new Bug report normal FileZilla Client
Description

When we have portable version of filezilla, and when update is available, it is being installed as "installed" version.

the portable version should be updated within same portable forlder, without need to "install" on pc. fix it, for that reason till date, i am still switched to WinScp.

#12033 FileZilla Pro (3.45.2) does not connect to S3 bucket via HTTP proxy with username/pwd new Bug report high FileZilla Client
Description

I've tried to get access to our S3 bucket through an http proxy which has username and password restrictions. The debug shows that the connection to the proxy host is being established, but after the 407 response that an authentication is required, the attept failes with "ECONNRESET" - and I don't have a clue why. The user name and password are correct so I assume that this is a kind of misunderstanding between FileZilla Pro and the squid proxy server.

#12035 Move clear options from quickconnect button menu to EDIT menu new Feature request normal FileZilla Server
Description

In quickconnect button menu: "clear history" and "clear quickconnect bar" entries are sometimes pressed by mistake and you lose all history or quick connect entries. A more proper place for these entries should be in EDIT menu. Please move them to EDIT menu and let QUICKCONNECT show only server entries for connection option.

#12036 Unable to connect to server new Bug report normal FileZilla Client
Description

I am trying to upload our benefits file, however I keep getting the attached message. Can you please help with this?

#12037 During folder upload random files are skipped even though they appear in Successful transfer tab new Bug report normal FileZilla Client
Description

Since last 3 versions of FileZilla i have noticed this bug which can be reproduced easily and with consistency

  1. In your local machine. Select multiple folders that have sub folders upto 3 levels and have files in them
  2. Upload them in remote server using FileZilla.
  3. Once the cycle is finished successfully check if all files have transferred.

Result: In FileZilla all files will show under "Successfully Transferred" tab. But on server some files will still be missing randomly.

We found this out while releasing .net based application on google cloud server and since last 3 versions this bug appeared, .net application crashed randomly and upon checking we found some files were missing, so i checked in detail - i had the files in local folder, but they were missing in remote folder.

We even tried repeating the upload cycle multiple times and each time some missing files would get uploaded but still some files remained.

To overcome this issue now we are zipping the entire folder and uploading them - but then this approach requires access to terminal to complete the release process.

#12038 Server not updating new Bug report critical FileZilla Client
Description

Hello, I run a Minecraft server and I use filezilla to edit and upload files to my server. My FileZilla, however, won't update the server files. I see that all files were edited on 9/20/19 but we have edited files yesterday. Whenever I try to edit a file, the changes are not saved. Please help.

Thanks, Connor

#12039 SFTP - no such file or directory new Bug report normal FileZilla Server
Description

Hi team,

We are trying to configure our sftp server from a ftp server and we are having some problems with folders transfers.

When we try to upload a new folder (with content) to the SFTP server , and Filezilla needs to create the directory we receive an error:

Error:/xxx/xxx.txt : open for write: no such file or directory Error: Transferencia fallida "

Looks like Filezilla is trying to move the files before create the directory, could be it possible?

With other FTP software I don't have problem. Thanks in advance,

#12040 Interface becomes unresponsive while transferring lot of files new Bug report normal FileZilla Client
Description

Hi

FileZilla Client becomes unresponsive when a lot of files are uploaded or downloaded simultaneously. I can confirm that this is not a new issue - been having that for the past few years with different versions of OS X + FileZilla client versions + with different hardware. It seems to be related to the fact that how fast the log can update.

For example if I add 10000 big files to the queue and start to upload/download with 10 simultaneous connections, it's all good - mainly because the log is updated slowly due the time that it takes to finish transferring one file.

If I now take 10000 small files (let's say 1-300kb of size) and have 10 simultaneous connections processing the queue, the interface becomes unresponsive. It might react occasionally but usually it becomes responsive when the queue has run empty.

How I realised that it might be connected to the log: While the queue is running and app is unresponsive, when I do a right click on the log area and click on the "Clear all", the app becomes responsive for a while until the log clogs the application up again. If I clear the log while the queue is running and immediately clear it again and again, then the app stays responsive.

I have not noticed this behaviour on Ubuntu 16 or 18, so I'd guess it's a OS X specific issue.

Hardware: Intel i7-8559U, 2.7GHz, 16GB RAM, PCI-e storage

Let me know if I can help with any additional information.

#12041 Critical file transfer error new Bug report normal FileZilla Client
Description

I am facing the following errors while uploading to the server, Only files in KB will be successful, if the file size in MB will be failed.

10:35:14 Error: Connection timed out after 20 seconds of inactivity 10:35:14 Error: File transfer failed after transferring 3 MB in 68 seconds 10:35:15 Error: Critical file transfer error

My OS - Windows 10 Pro 64 bit Architecture Version - 10.0.18362 Build 18362 Processor - Intel(R) Core(TM) i7-7700 CPU @ 3.60 GHz, 3600 Mhz. RAM - 4 GB

#12042 Error:Received unexpected end-of-file from SFTP server new Bug report critical FileZilla Client
Description

Hi Team,

I am repeatedly getting this exception I have gone through the previously raised tickets but i did not find any resolution,Can you please give me complete resolution so that I should'nt get this kind of error's in future.

Also am using latest version of file zilla client.

Thanks, Hemanth

#12043 error: gestor de onedrive el cuadro de authentication se queda en blanco new Bug report normal FileZilla Client
Description

buenos dias, el jueves actualice mi version filezilla pro y he estado usando la opcion de onedrive. pero apartir de que actualice no puedo conectarme nuevamente. borre y renice el gestor de onedrive pero el cuadro de authentication se queda en blanco.

ya hice lo siguiente: borre cache del menu depuracion del menu edicion limpie informacion privada reinstale la version FileZilla_Pro_3.45.2_win64-setup y hoy reinstale al version FileZilla_Pro_3.45.2.1_win64-setup

pero no puedo visualizar el cuadro Authentication y entrar a "graph.microsoft.com" para confirmar el permiso.

nota: se dejo el cuadro Authentication del djueves al viernes (16hrs aprox) y no se visualizo el contenido. en esta maquina.

traduccion:

good morning, on Thursday I updated my filezilla pro version and I have been using the onedrive option. but from the update I can't connect again. delete and renign the onedrive manager but the authentication box goes blank.

I already did the following: clear cache from the debug menu from the edition menu clean private information reinstall the FileZilla_Pro_3.45.2_win64-setup version and today reinstall version FileZilla_Pro_3.45.2.1_win64-setup

but I can't display the Authentication box and go to "graph.microsoft.com" to confirm the permission. Note: the Authentication box was left from Friday to Friday (approximately 16hrs) and the content was not displayed. In this machine.

#12044 Localization files new Feature request normal FileZilla Client
Description

Hello, For the installation procedure, please add an option to exclude unwanted localization files, respectively, an option to install only the system language file. You may say, nowadays storage space is so cheap but installing all these files without any sense – what is it good for? Thank you for consideration, Lisa

#12049 Multiple windows desired new Feature request normal FileZilla Client
Description

I open multiple instances of FileZilla SFTP, each with it own different colored panel. This is for directory handling: sometimes I need to upload files from a Javascript directory, sometimes from other directories.

I was wondering if you could implement this feature in Filezilla? Microsoft makes directory handling very difficult and cludgy.

BTW, I love the different colors one can associate with Filezilla instances, don't ever discontinue this.

#12050 Can't access any FTP server new Bug report normal FileZilla Client
Description

I suddenly can't access any FTP server. I have several entries, some of which I've been using for years, and suddenly I can't access any more.

"Status: Resolving the IP address for bellawawa.com Status: Connect to 85.13.162.88:21... Error: Connection timeout after 20 seconds of inactivity Error: Connection to the server failed".

#12052 Files are getting minified. Filezilla Version 3.46.0 new Bug report critical FileZilla Client
Description

We are using Filezilla from many years now, but from last few days files are getting minified after uploading through Filezilla version 3.46.0. We think it is happening from last two versions. Please send us a solution. It is to hectic to normalise the minified files one by one as it takes to much time. We checked with other FTP clients and different server, but its seems to be happening with Filezilla only. Also, it seems to be problem with Windows software only, we checked in software for Mac OSX, it is working properly. Eagerly waiting for your reply.

#12053 FileZilla client GUI acting as if single threaded new Bug report normal FileZilla Client
Description

This started happening over 6-12 months ago. I assumed the complaints would be so rampant that it would be fixed immediately ... I was wrong. REPRO: (1) Initiate a very large file upload. (2) Change local site location in preparation for another upload. (3) BUG: Client freezes for over a minute. There are many other scenarios, but this is the easiest to replicate. FZ client is running on Windows 10. FZ client version is 3.46.0 (but, again, this has been broken for a LONG TIME).

#12054 Option to Disable Upload Successful Notification new Feature request normal FileZilla Client
Description

While it's nice to see that Filezilla has integrated with newer Windows 10 features, I actually don't want those notifications accumulating in my notifications. I try to restrict what appears there to something unusual, whereas most of my daily uploads are quick - the fact they succeeded is visible to me in the interface, and the notifications are just clutter.

I'd like an option to disable these notifications.

#12055 min width window under win server 2012 R2 is too high (700px) new Bug report normal FileZilla Client
Description

previous version can be resized under 700px width. current version (3.46.0) can't

#12057 I have a specific text file size 11,222,837 that will not complete uploading in Filezilla to my server and enters an endless cycle of failed attempts to upload. I've uploaded the log repeating sections, twice. moreinfo Bug report normal FileZilla Client
Description

I have a single text file that is 10.7 MB in size that fails to complete its upload to my server after apparently reaching 100% in a transfer. The log loops in an endless repeat of the following activity.

Status: Connecting to 67.195.197.21:21... Status: Connection established, waiting for welcome message... Response: 220-Welcome to the Yahoo! Web Hosting FTP server Response: 220-Need help? Get all details at: Response: 220-http://help.luminate.com/help/us/webhosting/gftp/ Response: 220- Response: 220-No anonymous logins accepted. Response: 220-Yahoo! Response: 220-Local time is now 05:39. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 5 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER voyager@… Response: 331 User voyager@… OK. Password required Command: PASS Response: 230 OK. Current directory is / Status: Server does not support non-ASCII characters. Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Data protection level set to "private" Status: Logged in Status: Starting upload of C:\Users\Ge\Desktop\EmergencyTheaterLiveCollection2010.txt Command: CWD / Response: 250 OK. Current directory is / Status: Retrieving directory listing of "/"... Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (67,195,197,21,197,110) Command: MLSD Response: 150 Accepted data connection Response: 226-Options: -a -l Response: 226 9031 matches total Command: TYPE A Response: 200 TYPE is now ASCII Command: PASV Response: 227 Entering Passive Mode (67,195,197,21,134,9) Command: STOR EmergencyTheaterLiveCollection2010.txt Response: 150 Accepted data connection Error: Connection timed out after 20 seconds of inactivity Error: File transfer failed after transferring 11,222,837 bytes in 123 seconds Status: Disconnected from server

Status: Resolving address of ftp.voyagerliveaction.com Status: Connecting to 67.195.197.21:21... Status: Connection established, waiting for welcome message... Response: 220-Welcome to the Yahoo! Web Hosting FTP server Response: 220-Need help? Get all details at: Response: 220-http://help.luminate.com/help/us/webhosting/gftp/ Response: 220- Response: 220-No anonymous logins accepted. Response: 220-Yahoo! Response: 220-Local time is now 05:42. Server port: 21. Response: 220-This is a private system - No anonymous login Response: 220-IPv6 connections are also welcome on this server. Response: 220 You will be disconnected after 5 minutes of inactivity. Command: AUTH TLS Response: 234 AUTH TLS OK. Status: Initializing TLS... Status: Verifying certificate... Status: TLS connection established. Command: USER voyager@… Response: 331 User voyager@… OK. Password required Command: PASS Response: 230 OK. Current directory is / Status: Server does not support non-ASCII characters. Command: PBSZ 0 Response: 200 PBSZ=0 Command: PROT P Response: 200 Data protection level set to "private" Status: Logged in Status: Starting upload of C:\Users\Ge\Desktop\EmergencyTheaterLiveCollection2010.txt Command: CWD / Response: 250 OK. Current directory is / Status: Retrieving directory listing of "/"... Command: TYPE I Response: 200 TYPE is now 8-bit binary Command: PASV Response: 227 Entering Passive Mode (67,195,197,21,222,200) Command: MLSD Response: 150 Accepted data connection Response: 226-Options: -a -l Response: 226 9031 matches total Command: TYPE A Response: 200 TYPE is now ASCII Command: PASV Response: 227 Entering Passive Mode (67,195,197,21,170,13) Command: STOR EmergencyTheaterLiveCollection2010.txt Response: 150 Accepted data connection Error: Connection timed out after 20 seconds of inactivity Error: File transfer failed after transferring 11,222,837 bytes in 122 seconds Status: Disconnected from server

This is the file size displaying in the upload screen. 11,222,837

My computer specs are attached.

#12058 Transitioning from full screen to desktop creates a tiny window for Filezilla new Bug report normal FileZilla Client
Description

When I first open Filezilla and subsequently go to full screen (Mac mojave 10.14.6), I instead get a black screen. The screen will stay black unless I use "Mission Control" to exit full screen. Instead of returning back to the original free floating Filezilla window, the new window is about 1.5 inches wide. The only way to get the window to return back to a normal size is to return back to "Mission Control". From that point on, it works perfectly fine, and it seems to only happen the first time I try to go full screen.

I captured a video of the whole process. https://uab.box.com/v/filezilla-bug

#12063 New item in context menu Open file location new Feature request normal FileZilla Client
Description

There is Open option in context menu (Local files list), but one have to scroll down to an empty space to use it in order to open file location. Would be much easier to add new option in the context menu Open file location.

#12065 Site manager stuck when unable to load key file new Bug report blocker FileZilla Client
Description

If a site in site manager is unable to load the private key associated with the site (ie it is on an external drive that is not mounted) you cannot unselect that site. Everytime you try to select a different site you get an error message "Could not load key file - The file "xxx" could not be loaded or does not contain a private key". If the site is question is the very first one in the list it is selected by default which means site manager is unusable until the key is located.

Steps to reproduce: Create a new site which loads an SSH private key file from an external drive. Unmount that drive. Open site manager, select the site in question, get error message. Try to select any other site, you keep getting the error message and cannot select the new site.

#12066 Private key / Key passphrase bug in 3.46.1 new Bug report high FileZilla Client
Description

We have a specific site that has successfully used a private key with a passphrase for over 2 years. With 3.46.1, when I try to connect to the site, it no longer asks for the keyphrase, which has always been required, and subsequently the connection fails authentication.

During investigation, I also received errors when look at the site config. The errors related to the private key file. Unfortunately I did not do a screen capture of the error as I needed to access the site asap.

I reverted back to 3.46.0 and immediately everything went back to normal. When connecting to the site the key passphrase was prompted for and once entered I was able to connect to the site with no issue.

As we use this site weekly, I will not be able to update until this bug is fixed.

#12068 Event Handle Leak Bugfix submission for winsftp.c (in fzsftp.exe) new Bug report normal FileZilla Client
Description

Hello,

when downloading a larger file, fzsftp.exe creates hundreds and thousands of Windows events.

Here's the simple fix for the do_select function, around line 545 of winsftp.c:

if ((netevent==0)
(netevent==INVALID_HANDLE_VALUE))

netevent = CreateEvent(NULL, false, false, NULL);

I have submitted this fix to the PuTTY project also, but I am unsure if they will read my email.

#12075 Can't transfer a file after installing the latest update before that OK. new Bug report normal FileZilla Client
Description

I updated to the latest version. When I connected and tried to send a large file to a place I always do, it just sits there with the word "Transferring". I have tried several large files and it is the same. Everything was fine before I updated to the latest version.

Is there anyway of going back a version?

#12079 Please help! latest update included a bug! new Bug report high FileZilla Client
Description

I opened FileZilla today 12/30/19 and an update popped up, so updated to the latest version. Then I connected and tried to upload a 1gb file like I do weekly. It says "Transferring" for 20 seconds a then times out. I have tried several times and it is the same. Everything was fine before I updated to the latest version today.

#12080 Update LSMinimumSystemVersion in Info.plist for macOS new Bug report low FileZilla Client
Description

Info.plist needs to be updated for the macOS app to reflect FileZilla's latest (3.46.3) system requirements, which is 10.13.2

Currently reads as follows:

<key>LSMinimumSystemVersion</key> <string>10.11</string>

#12082 Synchronized Browsing cannot initiate a connection to the local site server new Bug report normal FileZilla Client
Description

I use a Mac, although the company LAN is Windows-based. There are several shared servers on the LAN, one of which contains our local site.

If I have not previously connected to the local server from Finder, Synchronized Browsing will fail in FileZilla. What I mean by fail is - when I open the Site Manager, select a bookmarked folder within the site, and click "Connect", the remote site's files are shown on the right, but the local site file path on the left remains stuck at the Mac's home folder.

The only way to prevent this is to manually connect to the local site server by navigating to one of its folders in Finder first, before attempting to connect with FileZilla. It seems that FileZilla is unable to initiate a connection, only look for an existing connection. And no user feedback is given to indicate when connection to the local site server is unsuccessful or why.

#12083 Edited file is uploading even server is not connected new Bug report critical FileZilla Client
Description

Steps to reproduce:

  1. Connect to server
  2. view/edit a file and again upload it on file change prompt.
  3. disconnect to the server (ctrl + d)
  4. edit an already opened file in the editor and save it
  5. switch to FileZilla client
  6. Filezilla will prompt to upload changes to the server
  7. Click on Yes
  8. The file is uploaded to the server
#12084 This site can’t be reached new Bug report critical FileZilla Client
Description

I got website who stored in Filezilla, and since the morning the site is unavailable. I've checked the server (in heroku) and it works perfect. I got copy of the files on my localhost and i can reach the website from there (locally). This website has a lot of users and it is very important to fix this issue as soon as possible.. (I can't also connect to my account on filezilla - where i upload files) the site is - tiroche.co.il. Please help me!

#12085 Ctrl+Shift+Click behaves as Ctrl+Click for selection new Bug report critical FileZilla Client
Description

Steps to reproduce:

  • connect to a server
  • navigate to a folder on the server where you have at least a few files; let's say they are called "file1", "file2", ..., "file6" and they are sorted alphabetically
  • click on file1 (file1 gets selected)
  • Ctrl+Click on file3 (now file1 and file3 are selected)
  • Ctrl+Shift+Click on file6

Expected: Now file1 and files 3 to 6 should be selected. In other words, Ctrl+Shift+Click should add all files between the previously selected ones and the clicked one to the current selection.

Observed: Only file1, file3 and file6 are selected, as if I had ctrl+clicked on file6 without holding the Shift key

The expected behavior of ctrl+click, shift+click and ctrl+shift+click is a universal well-established convention in both Windows and Linux and if I'm not mistaken also Mac with some variation (perhaps cmd instead of ctrl). It's been literally years since the last time I've stumbled upon some application that doesn't adhere to it.

#12086 Why am I banned from https://forum.filezilla-project.org? new Other high Other
Description

Hi

I am a small home-based business owner. My home PC is working from the IP:

163.47.56.184

Please can you set out the reasons why I appear to be banned from your forum? My registered email address with your site is pbbythesea@…. I have never received any communications in regard to problems with my login. In fact I can still access the site from my phone but not my office PC, so it must to tied to my IP and not my username.

Please can you clearly set out why this has happened and what I can do to lift the ban?

Regards,

Paul

#12087 Right-Click Context menu provides provides fully-qualified pathname to File/Folder. new Feature request normal FileZilla Client
Description

Right-Clicking on a File in left Client pane: Returns the fully qualified pathname to the file including the filename. Very handy when using a File Open dialog in a different application than the default editor, etc.

Right-Clicking on a Folder in left Client pane: Returns the fully qualified pathname to the folder. Very handy when you need just the selected folder's location.

Right-Clicking on a white space in left Client pane: Returns the fully qualified pathname to the parent folder. Very handy when you need just this folder location.

The same would be handy in the right Server pane as well for providing fully qualified links from the ./ level, e.g., you're sending an email with a link and you need the complete link to a particular file. It would eliminate typos completely!

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.