Custom Query (8171 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (2001 - 2100 of 8171)

Ticket Summary Owner Type Priority Component Resolution
#12731 FileZilla trims trailing spaces from directory names when creating directories, but not when downloading files Bug report normal FileZilla Client wontfix
Description

I find this issue when connecting via SFTP to MacOS's built-in ssh server, though I expect the issue occurs with all SFTP servers.

To reproduce

  • On the server create a directory ending in a space (ex: "Test ")
  • Add some files to the directory (ex: "1.txt", "2.txt", etc.)
  • Connect to the server via SFTP using FileZilla on Windows
  • Attempt to download the directory

Result

  • FileZilla will create the directory "Test" (notice no space)
  • FileZilla will attempt to download "1.txt" to "Test \1.txt"
  • FileZilla will encounter an error because the folder "Test " does not exist

Workaround

  • Manually create "Test " NOTE: most Windows utilities will trim spaces from a folder name. I was able to create the directory using WSL 1.0
  • Re-try downloading the folder
  • FileZilla will create the folder "Test", but will download files to the "Test " folder you manually created.
  • You can manually delete the empty folder "Test"

Proposed solution

FileZilla should either

  • Correctly create directories with spaces OR
  • Always trim spaces from folder names

Version information

FileZilla Pro
-------------

Version:          3.59.0

Build information:
  Compiled for:   x86_64-w64-mingw32
  Compiled on:    x86_64-pc-linux-gnu
  Build date:     2022-04-11
  Compiled with:  x86_64-w64-mingw32-gcc (GCC) 10-win32 20210110
  Compiler flags:  -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:
  wxWidgets:      3.0.6
  SQLite:         3.35.5
  GnuTLS:         3.7.2

Operating system:
  Name:           Windows 10 (build 19044), 64-bit edition
  Version:        10.0
  Platform:       64-bit system
  CPU features:   sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm
  Settings dir:   C:\Users\jpenn\AppData\Roaming\FileZilla\
#12732 loungerie_6151427 Feature request high FileZilla Server invalid
Description

Usuário: 6151427 Não estamos conseguindo baixar os arquivos da GetNet pelo aplicativo Filezilla e precisamos de um suporte, poderiam nos ajudar? Por favor.

#12733 loungerie_6151427 Feature request high FileZilla Server invalid
Description

Usuário: 6151427 Não estamos conseguindo baixar os arquivos da GetNet pelo aplicativo Filezilla e precisamos de um suporte, poderiam nos ajudar? Por favor.

#12734 loungerie_6151427 Feature request high FileZilla Server invalid
Description

Usuário: 6151427 Não estamos conseguindo baixar os arquivos da GetNet pelo aplicativo Filezilla e precisamos de um suporte, poderiam nos ajudar? Por favor.

#12740 FileZilla 3.60.1 fails to build on Mageia Cauldron Bug report normal FileZilla Client rejected
Description

Hi.

There is a long list of compilation errors when I try to build FileZilla on Mageia Cauldron.

gcc -DHAVE_CONFIG_H   -I. -I../../config -DNO_GSSAPI -D_FILE_OFFSET_BITS=64    -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables -Wall -c -o libfzputtycommon_a-sshsha.o `test -f 'sshsha.c' || echo './'`sshsha.c
In file included from /usr/lib/gcc/i586-mageia-linux/12/include/immintrin.h:98,
                 from sshsha.c:345:
/usr/lib/gcc/i586-mageia-linux/12/include/avx512fp16intrin.h:38:9: error: '_Float16' is not supported on this target
   38 | typedef _Float16 __v8hf __attribute__ ((__vector_size__ (16)));
      |         ^~~~~~~~

Here is the full log file: https://pkgsubmit.mageia.org/uploads/failure/cauldron/core/release/20220624173422.papoteur.duvel.689132/log/filezilla-3.60.1-3.mga9/build.i586.0.20220624173643.log

Please let me know if you need more information.

Thanks in advance.

#12741 FTP with TLS explicit in mac Bug report normal FileZilla Client worksforme
Description

Hi!

I'm desperate. I have 2 macs and in neither of them I can connect via ftp with tls. I can only connect via plain ftp (insecure). I think the problem is that when making the connection it does not ask me for the certificate. Other colleagues can connect with tls, and they DO ask to accept the certificate. Why don't you ask me for the certificate? I have tried everything, I have even formatted the computer. Have you had a similar case?

Thanks.

Estado: Conectando a 51.255.211.124:21... Estado: Conexión establecida, esperando el mensaje de bienvenida... Respuesta: 220 ProFTPD Server (ProFTPD) [51.255.211.124] Comando: AUTH TLS Respuesta: 502 AUTH TLS successful Comando: AUTH SSL Error: No se pudo leer desde el socket: ECONNRESET - Conexión reiniciada por el par Error: No se pudo conectar al servidor

#12745 Libfilezilla 0.38.0 build failure Bug report normal libfilezilla fixed
Description

On Fedora 36 and 37:

libtool: compile: g++ -std=c++17 -DHAVE_CONFIG_H -I../config -DBUILDING_LIBFILEZILLA -I/usr/include/p11-kit-1 -I. -I./libfilezilla -fvisibility=hidden -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -c aio/aio.cpp -fPIC -DPIC -o aio/.libs/libfilezilla_la-aio.o aio/aio.cpp:266:103: error: return type 'class std::tuple<int, const unsigned char*, long unsigned int>' is incomplete

266 | std::tuple<aio_buffer_pool::shm_handle, uint8_t const*, size_t> aio_buffer_pool::shared_memory_info() const

|

make[1]: * [Makefile:830: aio/libfilezilla_la-aio.lo] Error 1

#12747 filezilla client hangs on windows Bug report normal FileZilla Client fixed
Description

The latest filezilla 3.59 hangs after detecting a timeout. It shows "Error: Connection timed out after N seconds of inactivity" and then stops responding to commands like "cancel current operation", "stop and remove all (from queue)" or never tries to redo the current operation. If I close the program it still stays in the task manager and I have to kill it with the taskkill command on windows to get rid of it. It makes working over poor connections very difficult and frustrating.

#12757 Use the following host Bug report normal FileZilla Server worksforme
Description

In Filezilla server 1.5.1 the field called use the following host (leave empty to use the default one) doesn't appear to be working correctly. I believe that before version 1 that field was the Get External IP. When trying to setup a passive FTP session I get an error back that server sent an unrouteable address. It sends back an RFC1918 address. When I try to paste in the original http://ip.filezilla-project.org/ip.php I get connected but I get errors on the client that it cannot prepare for the data connection. If I enter in my dynamic DNS name in that field I get the same result. The only way to get it to work is to put in my public IP in that field which is a dynamic IP.

When I go to http://ip.filezilla-project.org/ip.php I get an error NET::ERR_CERT_COMMON_NAME_INVALID

You cannot visit ip.filezilla-project.org right now because the website uses HSTS. Network errors and attacks are usually temporary, so this page will probably work later.

#12762 Enter on NumberPad crashes client (when changing a filename) Bug report normal FileZilla Client rejected
Description

At the moment when I press Enter after editing a filename (local or remote), the client abrubtly closes. It happens only when I hit the Enter key on the NUMBER PAD. The filename did get changed to what I had typed.

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

Version:          3.60.2

Build information:
  Compiled for:   x86_64-pc-linux-gnu
  Compiled on:    x86_64-pc-linux-gnu
  Build date:     2022-07-22
  Compiled with:  gcc (GCC) 12.1.0
  Compiler flags: -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -fexceptions         -Wp,-D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security         -fstack-clash-protection -fcf-protection -Wp,-D_GLIBCXX_ASSERTIONS -flto=auto -Wall -g

Linked against:
  wxWidgets:      3.2.0
  SQLite:         3.39.1
  GnuTLS:         3.7.6

Operating system:
  Name:           Linux 5.18.16-1-MANJARO x86_64
  Version:        5.18
  CPU features:   sse sse2 sse3 ssse3 sse4.1 sse4.2 avx aes pclmulqdq lm
  Settings dir:   /home/jh/.config/filezilla/
ASSERT INFO:
/usr/src/debug/wxWidgets-3.2.0/src/gtk/textentry.cpp(77): assert "m_inKeyPress" failed in EndHandlingKeyPressAndCheckIfPending().

BACKTRACE:
[1] g_closure_invoke
[2] g_signal_emit_valist
[3] g_signal_emit
[4] gtk_widget_send_focus_change
[5] g_cclosure_marshal_VOID__OBJECTv
[6] g_signal_emit_valist
[7] g_signal_emit
[8] gtk_widget_unparent
[9] g_cclosure_marshal_VOID__OBJECTv
[10] g_signal_emit_valist
[11] g_signal_emit
[12] gtk_container_remove
[13] g_object_run_dispose
[14] wxWindow::~wxWindow()
[15] wxTextCtrl::~wxTextCtrl()
[16] wxListTextCtrlWrapper::Finish(bool)
[17] wxListTextCtrlWrapper::CheckForEndEditKey(wxKeyEvent const&)
[18] wxListTextCtrlWrapper::OnChar(wxKeyEvent&)
[19] wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[20] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[21] wxEvtHandler::TryHereOnly(wxEvent&)
[22] wxEvtHandler::ProcessEventLocally(wxEvent&)
[23] wxEvtHandler::ProcessEvent(wxEvent&)
[24] wxEvtHandler::SafelyProcessEvent(wxEvent&)
[25] g_closure_invoke
[26] g_signal_emit_valist
[27] g_signal_emit
[28] gtk_window_propagate_key_event
[29] g_closure_invoke
[30] g_signal_emit_valist
[31] g_signal_emit
[32] gtk_main_do_event
[33] g_main_context_dispatch
[34] g_main_loop_run
[35] gtk_main
[36] wxGUIEventLoop::DoRun()
[37] wxEventLoopBase::Run()
[38] wxAppConsoleBase::MainLoop()
[39] wxEntry(int&, wchar_t**)
[40] __libc_start_main
#12764 Whitelist my IP address from erth corp Bug report normal FileZilla Client duplicate
Description

Hi there, this is Oscar from Erth corporation of the it department in Canada, I was working in an automated way to update our filezilla client app through powershell, it looks like we have been blacklisted for accessing your domain, can you or someone whitelist us, I actually finish most of the test I was doing and should go with some additional ones before I’m done, it seems that his might be our public IP address: 173.231.121.18

Thank you Oscar

#12766 x64 setup use wow6432node in registry Bug report normal FileZilla Client rejected
Description

The x64 setup writes registry keys under HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node.

There are two keys:

  • HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\FileZilla Client
  • HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\FileZilla Client

If the software is x64 it should not use the WOW6432Node key.

HKEY_LOCAL_MACHINE\SOFTWARE\FileZilla 3 will be created after the install for 'fzshellext'

#12768 Unable to install via Windows Package Manager (Winget) UserAgent blocked Bug report normal FileZilla Client rejected
Description

Hi,

I am no longer able to install FileZilla Client via windows package manager (Winget).

I believe this is a user agent check being performed on the server from some basic testing I have done.

I am not sure which UA Winget presents.

I have created an issue on Github for the repository which also shows some basic testing I have performed: https://github.com/microsoft/winget-pkgs/issues/78578

If this is not able to be fixed, I can raise a PR to get FileZilla removed from the Winget repository.

Thanks,

Jamie

#12769 not connecting Bug report normal FileZilla Server fixed
Description

Hi,

Filezilla won't connect. I get "status:connecting to lime.myseedbox.site..." but it just stays there and doesn't connect. It has been doing this for 2 days. I am using the latest version.

#12770 Permissions wrong in update 3.60.2 download Bug report normal FileZilla Client rejected
Description

OSX 10.15.7, FileZilla 3.60.2 Downloaded FileZilla_3.60.2_macosx-x86.app.tar.bz2 and unzipped using WinZip. The SHA code matched. However, FileZilla.app would not open. Fixed the problem by running chmod -R 744 FileZilla.app Suggestion: set all file permissions correctly in the download file so this step is not necessary.

Also tried to update on another machine, OS 10.14.6; same thing, same fix.

#12774 COULD NOT CONNECT TO SERVER Bug report normal FileZilla Client worksforme
Description

Status: Waiting to retry... Status: Resolving address of ftp.expessbill.com Status: Connection attempt failed with "EAI_NONAME - Neither nodename nor servname provided, or not known". Error: Could not connect to server

MY SERVER ADMIN HAS CHECKED INTO IT AND SAYS THIS FILE IS CONNECTED TO THE SERVER WITH NO LUCK I NEED A NUMBER I CAN GIVE TO MY ADMIN SERVER SO YOU MAY WORK TOGETHER TO RESOLVE THIS ISSUE

#12775 Remote site file panel couldn't count files more then 9998. Bug report normal FileZilla Client rejected
Description

Remote site file panel couldn't count files more then 9998. If there are more files it is shows always 9998.

#12777 FTBFS on i386 - Debian Bug report normal FileZilla Client wontfix
Description

Last two version are not building correctly on i386.

See attached.

#12778 Maximum License count / remove old computer Bug report normal FileZilla Client fixed
Description

Good afternoon,

I am trying to install FileZilla Pro on a newer computer. I received a message that the license count has already been maxed out; however, I realized that I did not "deactivate" the license on one of my old computers. Are you able to assist in deactivating it from a former computer of mine? The computer has since been wiped and assigned to someone else; so there isn't an ability for me to access anything FileZilla related.

The order # is: <removed>

Any assistance would be greatly appreciated!

Thank you, Mark

#12780 attempting to enter folder called "Alcohol 120%" causes program to lockup Bug report normal FileZilla Client worksforme
Description

Hello, i am sumbitting this ticket i discovered a few years ago while browsing files on my server. i think the issue is the 20% specifically. but i havent done any specific testing. just thought i would let you know about this issue, that i am quite surprised hasnt been reported yet.

i have verfified if i remove the "%" from the folder name i have no problem entering the folder. its been a while since i was messing with is, but if i recall properly i created a folder with just "%" and that opened just fine but again probably should verify that.

#12782 Slow local list view in directory in the local google drive Bug report normal FileZilla Client rejected
Description

It will take a few seconds to list. And it only happens in the goolge drive, all the other directories are fine. I am using the lastes version google drive.

#12783 the client does not show files from the desktop Bug report normal FileZilla Client worksforme
Description

Hello on windows 7 32 bit the client does not show files from the desktop how to solve this problem this problem exists on versions like 3.60.0 and 3.61.0

#12786 command ls -l not working since version 1.5.1 Bug report low FileZilla Server rejected
Description

Hello,

Since version 1.5.1, the "ls -l" command no longer works. We have a program that uses the "ls -l" command to list files with creation date information. Can you correct this please? Do you need additional information?

Best regards,

#12788 FileZilla can't locate notepad Bug report normal FileZilla Client worksforme
Description

When I edit my settings and click save, I get an error about the program not being able to locate Notepad on Windows 11. I can see the options menus until I click save and then it just gives me the error.

#12792 Cross-device sync of Site Manager (c'mon, it's 2022:) Feature request normal FileZilla Client worksforme
Description

My first idea on improving FileZilla - would be great to use cross-device sync on the Site Manager entries.

#12795 Site Manager - Invalid Data Bug report normal FileZilla Client worksforme
Description

"You have to enter a hostname" bug. Not sure if this issue occurs on Windows but I hope it gets fixed.

#12798 FTP problem Bug report blocker FileZilla Client worksforme
Description

My acces to my website is denied with the following notifications:

Status: Adres bepalen van ftp.stolkerenergy.com Status: Verbinden met [2001:678:76c:3760::66]:21... Status: Verbinding gemaakt, welkomstbericht afwachten... Status: TLS initialiseren... Fout: GnuTLS-fout -8: A packet with illegal or unsupported version was received. Status: Verbindingspoging mislukt met "ECONNABORTED - Verbinding verbroken". Fout: Kan niet verbinden met server Status: Wachten om opnieuw te proberen.... Status: Adres bepalen van ftp.stolkerenergy.com Status: Verbinden met [2001:678:76c:3760::66]:21... Status: Verbinding gemaakt, welkomstbericht afwachten... Antwoord: 220 ProFTPD Server ready. Opdracht: AUTH TLS Antwoord: 234 Proceed with negotiation Status: TLS initialiseren... Fout: GnuTLS-fout -8: A packet with illegal or unsupported version was received. Status: Verbindingspoging mislukt met "ECONNABORTED - Verbinding verbroken". Fout: Kan niet verbinden met server

#12800 GUI: If Serverlist ist too long, last entries are cut off Bug report high FileZilla Client wontfix
Description

Dear fileziller developers, thanks for your work.

I have a long list of Servers in my servermanager. Next to the button servermanager there ist a little arrow to pull down the list oft servers. This list dows not fit on my screen height, so it should scroll. Acually I have to open the servermanager dialogue box to get Serverconnections after "R"... It would be great, if the pull down menu would get a scrollfunktion.

Thanks and regards Martin

#12801 The wildcard "*" with ls command does not working Bug report blocker FileZilla Server rejected
Description

Hello,

Since the new version of FileZilla Server the wildcard does not working. Example :

ls *.pdf

Is it normal or intentional? If not can you fix it? If so, can you explain why? and what do you suggest as an alternative?

#12804 CMD+A doesn't work in file list Bug report high FileZilla Client fixed
Description

CMD+A does not work for marking all files in the file list (local and server).

System infos:

FileZilla Pro


Version: 3.62.0

Build information:

Compiled for: x86_64-apple-darwin22.1.0 Compiled on: x86_64-apple-darwin22.1.0 Build date: 2022-10-28 Compiled with: Apple clang version 14.0.0 (clang-1400.0.29.102) Compiler flags: -O2 -g -Wall -Wextra -pedantic -O2 -g -Wall -Wextra -pedantic -mmacosx-version-min=10.13.0 -Werror=partial-availability

Linked against:

wxWidgets: 3.2.1 SQLite: 3.39.4 GnuTLS: 3.7.7

Operating system:

Name: macOS Ventura Version 13.0 (Build 22A380) Version: 13.0 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 aes pclmulqdq lm

#12807 Select all Bug report normal FileZilla Client duplicate
Description

command + A to select all no longer working in Mac FileZilla Client in the latest version. Previous versions are working fine.

#12808 Wrong File Sizes + Selections in File List Bug report normal FileZilla Client fixed
Description

The number of files selected in the file list & their totals do not match up with what is shown in the directory status bar.

#12809 Filezlilla server crashes Faulting module name: ntdll.dll Bug report normal FileZilla Server outdated
Description

HI support i I' am sturggling with random filezlilla crashes. Operating system: Winows server 2016. Filezilla server 1.5.1 (also 1.3) . It happend every 2 or 3 days . Windows event log:

Faulting application name: filezilla-server.exe, version: 1.5.1.0, time stamp: 0x00000000 Faulting module name: ntdll.dll, version: 10.0.14393.0, time stamp: 0x578997b2 Exception code: 0xc0000005 Fault offset: 0x000000000002f21b Faulting process id: 0x4fac Faulting application start time: 0x01d8f4368a80e1b3 Faulting application path: C:\Program Files\FileZilla Server\filezilla-server.exe Faulting module path: C:\Windows\SYSTEM32\ntdll.dll Report Id: 00a31ecc-071a-4fee-95d7-f3ff974af84a Faulting package full name: Faulting package-relative application ID:

I've got also dump file if it helps. I would be grateful if someone could help

Daniel

#12810 CMD + C doesn't work in file list Bug report normal FileZilla Client duplicate
Description

CMD+C to copy a file name does not work in the file list.

#12811 Cannot select all files in local or remote panes Bug report normal FileZilla Client fixed
Description

Since 3.62.0, the usual key combination to select all files in pane (Command/a on Mac) does not work. All files must now be selected manually rather than a quick keystroke combination to "select all" before initiating a transfer.

FileZilla Client


Version: 3.62.0

Build information:

Compiled for: x86_64-apple-darwin22.1.0 Compiled on: x86_64-apple-darwin22.1.0 Build date: 2022-10-27 Compiled with: Apple clang version 14.0.0 (clang-1400.0.29.102) Compiler flags: -O2 -g -Wall -Wextra -pedantic -O2 -g -Wall -Wextra -pedantic -mmacosx-version-min=10.13.0 -Werror=partial-availability

Linked against:

wxWidgets: 3.2.1 SQLite: 3.39.4 GnuTLS: 3.7.7

Operating system:

Name: macOS Big Sur Version 11.7.1 (Build 20G918) Version: 11.7 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 lm Settings dir: /Users/jthomas/.config/filezilla/

#12812 Auto shut down - turn your FileZilla Client eco friendly please Feature request normal FileZilla Client worksforme
Description

Hello,

Your app should turn "green" and help save the Earth with power saving options.

I'm using your FTP client to upload 10gb+ folders to my Google Cloud, and yes, I'm doing it during night time, when the energy cost is lower.

I'm using a low speed connection and I cannot add many such folders to the upload queue since every uploaded folder is getting saved on external HDD's the next day.

My solution to this problem is in the title. Please add the option (something similar to the video encoding software) to turn off the computer when the upload is finished and to save the log file so that I could check the next day if there are some failed transfers. It would be even better if the FileZilla client would "remember" the failed transfers and automatically retry everything as soon as I restart the Client.

I hope someone is actually reading this request before deleting it for bad formatting.

Thank you very much

Best regards Emilian

#12814 FZ Server 1.5.1 Directory Listing fails Bug report normal FileZilla Server worksforme
Description

A client app submits "LIST SESS*.REQ". FZ 1.5.1 answers: "550 Couldn't open the file or directory". (there was a file SESS0099.REQ in the user's home-dir (Native path)).

I tried to track the problem down using Sysinternals Procmon and compared it to FZ 0.9.60.2: obviously Fz 0.9.60.2 executes the "LIST SESS*.REQ" differently to FZ 1.5.1. (see attached files)

Attached files should clarify the issue.

#12819 Filezilla crashes with all the display server if started on a different workspace Bug report normal FileZilla Client rejected
Description

Hello everyone. No issues with filezilla regularly but whenever I start it in a different workspace on Gnome it crashes along with the display server. I'm forced to restart the user session because of this.

When I start it in the current workspace and the I move it on another one, there's nothing wrong. But the issue is always reproducible when I start in on a workspace different than the current one.

It's happening in Wayland, don't know if it's reproducible in X11. Anyway, to reproduce on Wayland go on the activity view (I have Filezilla on the dock), drag Filezilla from the dock to a different workspace (i.e. I'm on ws2 and I drag it on ws3): everything crashes.

This kind of issue only happens with Filezilla, I usually start other applications dragging them on different workspaces. Since it's happening only with Filezilla, I think it's something wrong with Filezilla rather than Gnome itself.

#12821 Error loading queue message Bug report normal FileZilla Client worksforme
Description

At the start and close of FileZilla I receive a dialogue box (attactehd) that displays an error loading queue.

I always keep the most up to date version of FileZilla running, and this pop-up is a real pain in the ass.

Nothing serious, but would be great if you caould have a look.

#12824 1.6.0-rc1 error message at admin interface startup Bug report normal FileZilla Client fixed
Description

<Date> Info [Type] Message <30-11-2022 16:00:42> Admin UI [Error] The server appears to be behind a NAT router. Please configure the passive mode settings and forward a range of ports in your router.

The message above should not be [Error], it should be [Info] or [Notice].

#12827 FileZilla Portable remains as Windows background process Bug report normal FileZilla Client rejected
Description

Each time I close FileZilla, the app is not completely closed. Each time one more process remains in Windows Task Manager. Sometimes there are 10 or even more similar processes running in the background.

The prevents me from installing any FileZilla update. I always need to abort a number of processes before being able to update.

The first time I run FileZilla after having updated FileZilla or having rebooted the computer, an error message occurs something like «Last time FileZilla did not exit properly and needs to be cleaned up. Please try again.»

This is annoying. I hope this can be fixed. Thank you.

#12829 Access to GovCloud? Feature request high FileZilla Client wontfix
Description

Hello. I'm considering FileZilla Pro for accessing our corporation's GovCloud account. I've read the FileZilla forums and it seems, that at some point over the last 4 years, others have been successful in accessing the GovCloud with FileZilla Pro. Can you tell me if FileZilla now fully supports the GovCloud? Thank you.

#12831 Sends MLSD command even if server doesn't support it Bug report normal FileZilla Client rejected
Description

I have a local (inside LAN) FTP server run by Bitvise SSH client. Trying to open it, FZ seems to always request MLSD even though the server doesn't support it. What's weird, FZ doesn't request neither SYST nor FEAT command so it couldn't even know what the server can.

14:28:40	Status:	Resolving address of host.domain.local
14:28:40	Status:	Connecting to 172.***:21...
14:28:40	Status:	Connection established, waiting for welcome message...
14:28:42	Response:	220 FtpBridge ready
14:28:42	Command:	AUTH TLS
14:28:42	Response:	530 Not logged in
14:28:42	Command:	AUTH SSL
14:28:42	Response:	530 Not logged in
14:28:42	Status:	Insecure server, it does not support FTP over TLS.
14:28:42	Command:	USER anonymous
14:28:42	Response:	331 User name OK, need password
14:28:42	Command:	PASS *********************
14:28:42	Response:	230 User logged in
14:28:42	Status:	Logged in
14:28:42	Status:	Retrieving directory listing of "/"...
14:28:42	Command:	CWD /
14:28:43	Response:	250 "/" is current directory
14:28:43	Command:	PWD
14:28:43	Response:	257 "/" is current directory
14:28:43	Command:	TYPE I
14:28:43	Response:	200 Representation type set to Image
14:28:43	Command:	PASV
14:28:43	Response:	227 Entering Passive Mode (***)
14:28:43	Command:	MLSD
14:28:43	Response:	502 Command not implemented
14:28:43	Error:	Failed to retrieve directory listing
#12832 FileZilla server cannot be compiled with libfilezilla 0.39.2 Bug report normal FileZilla Server fixed
Description

FileZilla Server 1.6.1 fails to be compiled with libfilezilla version 0.39.2 (the latest available version).

Compilation fails because the "fz::strtokenizer" function is missing from libfilezilla 0.39.2 sources.

Should the libfilezilla version used to build the "official" FileZilla Server be also released?

#12834 Could not connect to FTP server Bug report normal FileZilla Client worksforme
Description

响应: 220 Microsoft FTP Service 命令: AUTH TLS 错误: 无法连接到服务器

The Internet is okay. User/pwd is okay.

#12836 FileZilla and Inhouse s3 Other high FileZilla Client worksforme
Description

Does FilezillaPro work with inhouse s3? I am running s3 on NetApp and every time I try to connect to my new internal s3 site FilezillaPro tries to connect to s3.dualstack.us-east-1.amazonaws.com. What is going on?

If FileZilla Pro does not connect to non-cloud s3 then I fear I have just thrown my money away.

#12839 Make gmp version dependent on 6.2.0 or greater Feature request normal libfilezilla fixed
Description

Please make gmp version dependent.

Current gmp is detected via pkgconfig and gmp did not add .pc files until version 6.2.0.

#12842 Could Not Connect to Server / Connection Timed Out After 20 seconds of inactivity Bug report high FileZilla Client invalid
Description

I have returned to work after the Christmas break and tried to connect to my pre-saved credentials in FileZilla only to be consistently met with the errors of "Connection Timed out after 20 seconds of inactivity" and "Could not connect to the server". The port number being used is 22, and the credentials used are correct in terms of Protocol, Host, Username and Password. I have also updated to the latest version of the FileZilla software.

#12843 Server unexpectedly closed network connection Bug report normal FileZilla Client outdated
Description

Olá, não estou conseguindo realizar uma conexão sftp mais. Recebo os seguintes logs de erro: 12:06:20 Traçar: Connecting to 192.0.96.181 port 22 12:06:20 Traçar: We claim version: SSH-2.0-FileZilla_3.28.0 12:06:20 Traçar: Server version: SSH-2.0-Atomic ssh-users-gw-107-R26-20 12:06:20 Traçar: Using SSH protocol version 2 12:06:20 Traçar: Doing ECDH key exchange with curve Curve25519 and hash SHA-256 12:06:20 Traçar: Server also has ecdsa-sha2-nistp256/ssh-rsa host keys, but we don't know any of them 12:06:20 Traçar: Host key fingerprint is: 12:06:20 Traçar: ssh-ed25519 256 ba:58:fd:e9:e0:70:88:2b:4b:6a:68:b1:22:c3:77:f1 9F8knmxHsFLLSu12HuHGojvBoRdEEF8Ceo6eHhFyQ50= 12:06:20 Traçar: Initialised AES-256 SDCTR client->server encryption 12:06:20 Traçar: Initialised HMAC-SHA-256 client->server MAC algorithm 12:06:20 Traçar: Initialised AES-256 SDCTR server->client encryption 12:06:20 Traçar: Initialised HMAC-SHA-256 server->client MAC algorithm 12:06:21 Traçar: Pageant is running. Requesting keys. 12:06:21 Traçar: Pageant has 0 SSH-2 keys 12:06:21 Traçar: Server unexpectedly closed network connection 12:06:21 Erro: Server unexpectedly closed network connection 12:06:21 Traçar: CSftpControlSocket::OnTerminate without error 12:06:21 Traçar: CControlSocket::DoClose(66) 12:06:21 Traçar: CControlSocket::ResetOperation(66) 12:06:21 Traçar: CSftpConnectOpData::Reset(66) in state 3 12:06:21 Erro: Não foi possível conectar ao servidor 12:06:21 Traçar: CFileZillaEnginePrivate::ResetOperation(66)

#12845 Mime type mapping for HTML file for SFTP upload to an Azure Storage Account doesn't upload the file as text/html Bug report normal FileZilla Client rejected
Description

I've purchased FileZilla Pro 3.62.0 which claims to have mime type mapping https://filezillapro.com/docs/v3/advanced/mime-type-mapping/ The target is an SFTP location hosted by an Azure Storage Account = StorageV2 (general purpose v2) with SFTP functionality enabled

I can see that mime type for HTML file is already configured in screenshot attached, however after uploading an HTML file to destination, its file type is being set to "application/octet-stream"

As per the mime-type mapping it should have been set to "text/html"

#12846 Wrong data returned (possibly after an ABOR command) Bug report high FileZilla Server fixed
Description

It appears that after an ABOR command, incorrect data may be returned. In my specific case, I was trying to download file chunks, and providing offsets to FileZilla. The first chunk returned (offset 0) is correct. However, subsequent downloads return incorrect data.

This is the C# pseudocode used:

[code] public async Task TestFileZilla() {

var ftpClient = GetUiFtpClient(); await ftpClient.ConnectAsyc().ConfigureAwait(false);

var ftpBuffer = new byte[1024 * 1024]; var fileBuffer = new byte[1024 * 1024];

var random = new Random();

these are pointing to the same file var remoteFile = "/test/Artifacts.zip"; var localFile = "c:
test
Artifacts.zip";

for (var i = 0; i < 10; i++) {

just randomly check the byte stream for a >= 100MB file var offset = random.Next(0, 100 * 1024 * 1024);

underlying rebex call is -> GetDownloadStreamAsync(path, SeekOrigin.Begin, offset); using var ftpStream = await ftpClient.OpenFileAsync(remoteFile, offset).ConfigureAwait(false);

using var fileStream = new FileStream(localFile, FileMode.Open, FileAccess.Read); fileStream.Seek(offset, SeekOrigin.Begin);

var ftpBytesRead = await ftpStream.ReadAsync(ftpBuffer, 0, ftpBuffer.Length).ConfigureAwait(false); var fileBytesRead = await fileStream.ReadAsync(fileBuffer, 0, fileBuffer.Length).ConfigureAwait(false);

for (var j = 0; j < Math.Min(ftpBytesRead, fileBytesRead); j++) {

if (ftpBuffer[j] == fileBuffer[j])

continue;

Console.WriteLine($"Byte mismatch on loop {i} at buffer offset {j}. Expecting {fileBuffer[j]}, got {ftpBuffer[j]}."); break;

}

}

} code

I asked the Rebex support staff to verify their library is issuing the correct calls, and this is their response:

So this indeed looks like a FileZilla issue, and it occurs even when I use an offset of “1” every time.

To rule out a client-side issue, I captured the FTP traffic using Wireshark and analyzed it. The control connection looks OK, with the client attempting to download the same file twice:

TYPE I 200 Type set to I

PASV 227 Entering Passive Mode (10,0,0,196,230,208) REST 1 350 Restarting at 1 RETR /incoming/Artifacts.zip 150 Starting data transfer. ABOR 426 Data connection closed; transfer aborted. 226 ABOR command successful.

PASV 227 Entering Passive Mode (10,0,0,196,230,209) REST 1 350 Restarting at 1 RETR /incoming/Artifacts.zip 150 Starting data transfer. ABOR 426 Data connection closed; transfer aborted. 226 ABOR command successful.

However, data that was transmitted over the second data connection is clearly wrong. Apparently, instead of sending file data that starts at offset 1, FileZilla sends data from seemingly semi-random offsets such as 0x40001 or 0xA0001. So interestingly, FileZilla got the lower 16 bits of the offset correctly, but then used wrong value for the next 16 bits.

Out of interest, I added ftpClient.GetList() as the first call in your “for (var i = 0; i < 10; i++)“ loop, and the results were even weirder – on the second iteration, the server actually transmitted some part of Artifacts.zip data instead of the directory listing. Because I also had “ftpClient.LogWriter = new ConsoleLogWriter(LogLevel.Debug)“ in the code, this actually showed up like this:

2023-01-09 17:00:52.526 INFO Ftp(1)[1] Command: TYPE A 2023-01-09 17:00:52.527 INFO Ftp(1)[1] Response: 200 Type set to A 2023-01-09 17:00:52.527 INFO Ftp(1)[1] Command: PASV 2023-01-09 17:00:52.528 INFO Ftp(1)[1] Response: 227 Entering Passive Mode (10,0,0,196,236,89) 2023-01-09 17:00:52.528 INFO Ftp(1)[1] Command: REST 0 2023-01-09 17:00:52.529 INFO Ftp(1)[1] Response: 350 Restarting at 0 2023-01-09 17:00:52.529 DEBUG Ftp(1)[1] Info: Establishing data connection to 10.0.0.196:60505. 2023-01-09 17:00:52.530 DEBUG Ftp(1)[1] Proxy: Connecting to 10.0.0.196:60505 (no proxy). 2023-01-09 17:00:52.531 DEBUG Ftp(1)[1] Proxy: Connection established. 2023-01-09 17:00:52.535 DEBUG Ftp(1)[1] Info: Established data connection from 10.0.0.196:64571. 2023-01-09 17:00:52.535 INFO Ftp(1)[1] Command: MLSD 2023-01-09 17:00:52.536 INFO Ftp(1)[1] Response: 150 Starting data transfer. 2023-01-09 17:00:52.537 DEBUG Ftp(1)[1] Info: Data transfer started. 2023-01-09 17:00:52.537 INFO Ftp(1)[1] Response: 226 Operation successful Q#D?G?+c?*9?Py?~??mEq?E+???e‼??(+W?F▼?G??t??_?X?♥????]&_?8????▲?♦uP?&u???¶♣Ow?S?h▲??E♂c??}I??↑j?L???♥?Y?ZM??1↑??w0h?♠8?‼?Y??G?w(?DCp??◄g?o???m?# ??r????i?⌂P????☼O?rf?|g?∟?☻??f??e#?<????▲??Av?G?Z?4♀???K)?.??C%☺???A?? ???B}y*?II/%►4"*???~?Y/H???|a??☺??↑Sh♀??????????∟U6?z?]@▼b*↓Y?!?.I♥?⌂"??o????& ?? 2023-01-09 17:00:52.539 DEBUG Ftp(1)[1] Info: Item: x??? ?J5?.⌂?????C?♀M? ?▬???????V?e???????IW???n?b?↑???Nz▼_?{?:?↨?3n?8?iL?dG???5?_?i?t?g?M▬?;▲???a???C?I?Y8??∟?c?♠iT??????n???\????#?;f\Pf#?▬|?k◄?Fdb¶V?2???l???P?],♥?Df∟?▲§o?n▬▼S??~??e?☻?H?ZS??????lop???N??"▼v?e¶6?P??9?r????9?2?????U|p?p????;?►0♦?vvjXx▲?♫☺?L?E???‼??‼????F???*??*?l"↑(?6?{g|6E??♦7?an?+?h??5v|∟♦?Y???M???dgX?M↔E??K?s?<o?vTv?,G?'♀?V??♠?????X♦??E?F?Y?kr?4u9uRv??.?↓?~???=??⌂☻j??+§►??3r?&?9g¶????↔8j?U9??8EF??Y?☻☼??►↓P#?X?B???_¶1?iD6??<???L?↕♠t?D?G??g!↔p&>???7??x{3 ↓/?↑?!LU☻??|?▬‼????g???R??►?↔A????♦?F?!?ix?6??\??98aR♂~q??0pm??▬ ?M??@??:♣&????????"e???⌂?.n?i]?M??H?☺r????↔?$? fE~♂H?????7?B???1??H??%?X;??G Ftp(1)[1] Info: Item: ?9??'?V?~m??t?9??H|?,?~?%?|3→§♀??r{?]k??↕?X???↓?? ♦ ?N?|??fFI????V?{?@?6.|u(???M???2?????↕?§?>►?M↨<!??l??]↑??Bl;?"??+☼)?vT1Dc??‼?TM7????V?9?i/??x??↑?hO?m♫/r-??o?&☻?j??P"??↕►h1,%Gl??~u??N$?♣4%fSJ§?{▬?y??H?%???tO?%i??q?'vF?M?H?#?±?(P?5~?#<.C??E(U???b[?&????"?<d?_??????[??N?7?Dn?U??+?)♫????Q♣??♣?Y6u♂???,??????¶?p??N~@?i◄?p?Z,?♀?IM?WW}????????)2??S&◄6?<R??v?☻??☺W⌂?mJZ?Q,??♂?:♥???S??m▲?♣??Z??d}i????§???=Kz?n~????6??2♣?e???∟►↑??E????????Sba?☻?→☻??▲|?◄???f?u??AWy??>?|"????A☺S??s'?+>??L?☻b?►????e;s☻?Y4S?↔???↨▲Q

So please do open a FileZilla ticket for this – it looks like something very wrong is going on at the server indeed! My guess is that it has something to do with “ABOR” command – apparently, although it does stop the current transfer (before all data has been transmitted), part of the remaining data remains in some buffer and is later sent via data connection belonging to a subsequent command.

#12848 Filezilla Detailsection should show the number of Files Feature request normal FileZilla Client rejected
Description

In addition to the Text "Selected x files. Total size xyz bytes" the bar below the detail section for a folder should show the number of files in the folder.

For example:

Selected x/(countOfAllFillesInTheFolder) files. Total size xyz bytes

#12853 Chinese Simplified (zh_CN) is broken after upgrade to 3.62.2 Bug report normal FileZilla Client fixed
Description

Change language to 'Chinese Simplified (zh_CN)', and then relaunch FileZilla Client, will show an error and then rollback to default language.

#12854 libfilezilla: FTBFS with GCC 13 Bug report normal libfilezilla fixed
Description

libfilezilla doesn't build with GCC 13 due to some missing includes. Patch attached.

#12858 The Update button from FileZila Client does not work correctly Bug report normal FileZilla Client worksforme
Description

Hi,

I'am the user of FileZila client. And the version installed on my computer is 3.62.2.

I click on Update my FileZila client button to be sure have the last version and on the 2023-01-29 14h56 the FileZila Client say I have the last version.

It's false since two new versions has been made availables

It seem the FileZila Client client button about verification update does not work correctly.

3.63.1 (2023-01-26) Bugfixes and minor changes:

MSW: Fixed icon sizing issue on high DPI scale factors

3.63.0 (2023-01-24) Bugfixes and minor changes:

All official FileZilla binares now link against wxWidgets 3.2.1 Fixed a potential crash when closing FileZilla macOS: Fixed tree control scroll position not following the foucsed item macOS: Fixed an issue preventing translations into some languages to be loaded

#12859 New Version Could Not Be Downloaded Other normal Other worksforme
Description

When I open FileZilla and it attempts to automatically download the new version, 3.62.2, I get the following messages:

The new version could not be downloaded, please retry later. Parsing 13819 bytes of version information. Found new nightly 2023-01-26 Found new release 3.62.2 Downloading /FileZilla_3.62.2_win64-setup.exe Resolving address of dl4.cdn.filezilla-project.org Connecting to 95.216.163.111:443... Connection timed out after 20 seconds of inactivity File transfer failed

#12873 FileZilla won't upload files Bug report high FileZilla Server rejected
Description

I keep getting a 552 Disk Full error and says critical file transfer error. I've downloaded the newest version, restarted, tried on a different computer and I still keep getting this issue. However, if I go into my cpanel File Manager, I can upload it that way. Not sure exactly where this issue lies.

#12875 Access problem Bug report normal Other rejected
Description

Dear Mr,

I am Network Manager within the Prisma Media Group. I would like to contact you because from our network we cannot access your https://filezilla-project.org. We don’t see any blockage on our equipments. The IP with which we are trying to access your site is 217.195.19.169. Please, could you verify that this IP is authorized by you.

Best regards

#12876 Filezilla client version 3.62.0 onwards introduces forced fullscreen issue. Bug report normal FileZilla Client worksforme
Description

Hi,

I'm running MacOS Monterey 12.6.3 with 6 displays on Mac Studio and the same OS version running on a Macbook Air M2 with only built-in display.

Starting with version 3.62.0 of the client app, as soon as you open it it goes to fullscreen mode and there is no way to get it out of fullscreen mode. The menu bar is also hidden and only becomes visible when one moves mouse cursor to the top of the screen.

When filezilla is open I can hit F3(mission control) and it clear shows that there are 2 separate spaces open: Desktop and Filezilla. The app is unusable right now for drag/drop operations from other apps.

I've tested all versions from 3.62.0 to 3.63.1 and the issue persists on both the Version 3.61.0 and earlier work without issue. I see there is a forum thread about this so I'm not the only person seeing this issue.

#12880 Mac Color Background issue Bug report normal FileZilla Client duplicate
Description

In the dark mode of FileZilla on MacBook, the color and text color is very hard to read in this combination.

The colors should be changed for the dark mode in FileZilla for macOS. On the screenshot, it looks like it's easy to read but in reality, when you're sitting in front of your laptop, it's not!

https://ibb.co/DwZs4fn

#12881 Close tab X icon is huge Bug report normal FileZilla Client fixed
Description

The X icon (close tab) in any given tab is HUGE. It used to be tiny, but now it's nearly as tall as the tab itself.

It seems to have happened within the last few stable versions, though I don't know exactly which one. I first noticed it in January 2023 and thought it would be fixed in a later update, but it hasn't changed.

In Settings, I have tried adjusting the theme and theme scaling, but that didn't affect this icon. I've also tried different interface layouts and gone through every setting I can find, but no dice.

Steps to reproduce: Open multiple connection tabs, look at X icon on tabs.

#12882 Right clicking "directory listing filters" icon changes location in "Local site" pane Bug report normal FileZilla Client fixed
Description

After connecting to a site from a bookmark let's say my local site pane has:

(bug seems to occurr with at least two nestings) d:\sites\foobar\

And remote site pane has:

/opt/webroot/

It happens 100% of the times to me that if I right click the "directory listing filters" icon in the toolbar to enable the filters, the local site pane changes to something different, such as:

d:\sites\another-site\

#12891 Wrong answer on 'SIZE' command Bug report normal FileZilla Server outdated
Description

Hello,

i have a CCTV system from TANTOS solutions with ability to upload files to FTP server when alarm triggers.

I have own FileZilla FTP server with next parameters: OS: Windows 10 Pro (build 19044.2728) FileZilla: 0.9.41 beta

I have separated account for my CCTV system with all permissions on its home directory.

My CCTV recorder can connect to my FTP server successfully, but it can not upload files on it.

When it tries to test connection i have following messags on logs:

(001186)SUN 26.3.23 18:46:14 - (not logged in) (IP hidden)> Connected, sending welcome message... (001186)SUN 26.3.23 18:46:14 - (not logged in) (IP hidden)> USER login hidden (001186)SUN 26.3.23 18:46:14 - (not logged in) (IP hidden)> 331 Password required for login hidden (001186)SUN 26.3.23 18:46:14 - (not logged in) (IP hidden)> PASS * (001186)SUN 26.3.23 18:46:14 - login hidden (IP hidden)> 230 Logged on (001186)SUN 26.3.23 18:46:14 - login hidden (IP hidden)> PWD (001186)SUN 26.3.23 18:46:14 - login hidden (IP hidden)> 257 "/" is current directory. (001186)SUN 26.3.23 18:46:14 - login hidden (IP hidden)> QUIT (001186)SUN 26.3.23 18:46:14 - login hidden (IP hidden)> 221 Goodbye (001186)SUN 26.3.23 18:46:14 - login hidden (IP hidden)> disconnected.

When my CCTV recorder tries to upload files i have following messages in logs:

(001187)SUN 26.3.23 19:10:08 - (not logged in) (IP hidden)> Connected, sending welcome message... (001187)SUN 26.3.23 19:10:08 - (not logged in) (IP hidden)> USER login hidden (001187)SUN 26.3.23 19:10:08 - (not logged in) (IP hidden)> 331 Password required for login hidden (001187)SUN 26.3.23 19:10:08 - (not logged in) (IP hidden)> PASS * (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> 230 Logged on (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> PWD (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> 257 "/" is current directory. (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> CWD / (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> 250 CWD successful. "/" is current directory. (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> CWD ./IP hidden/2023-03-26/03 (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> 250 CWD successful. "/IP hidden/2023-03-26/03" is current directory. (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> size 03_A_20230326_190937.dav (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> 550 File not found (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> TYPE I (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> 200 Type set to I (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> PASV (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> 227 Entering Passive Mode (IP hidden,236,205)

As you can see the problem is in 550 response of FTP server because it can not return a size of file.

(001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> size 03_A_20230326_190937.dav (001187)SUN 26.3.23 19:10:08 - login hidden (IP hidden)> 550 File not found

I have tested this behavior on other servers and it were succcessfull. The problem is only with FileZilla solution.

Also i sent a support request to my CCTV system manufacturer and they says, that this issue in my FTP server software.

#12893 Unable to connect to server. Bug report normal Other rejected
Description

Trying to connect to server and receive critical error. Status: Access denied Error: Authentication failed. Error: Critical error: Could not connect to server

#12895 purchase of Filezilla enterprise version Other low FileZilla Server invalid
Description

we need FTP server with more secured and various user level permissions, we require a below options.

  1. SSL certificate should work
  2. encrypted transmission
  3. Read and write permissions are available in your server, but we need to restrict the user to modify, rename, delete and overwrite the files
  4. different parent folder for each users.
  5. will it works on Linux - it is not mandatory
  6. any limitations for daily uploads / download- clarify.

If the above options are available with FileZilla enterprise, we are okay to purchase it. Do you have the trial version for the enterprise server?

#12896 FileZilla fails to save settings on Windows 11 if Notepad is uninstalled Bug report normal FileZilla Client wontfix
Description

Hello,

If Notepad is uninstalled, FileZilla fails to save settings as formats may become messed up and displays this error.

"FAILED TO VALIDATE SETTINGS"

Associated program not found: C:\Windows\System32\notepad.exe

If you remove the first few lines, it will display errors as for some reason, format is incorrect in many of those filetypes (never touched this window)

Solving is easy as you just remove misspelled settings and add quotes, but it's weird that FileZilla even created such associations in the first place.

1137 "C:\Program Files\Notepad++\notepad++.exe" %f conf "C:\Program Files\Notepad++\notepad++.exe" %f htaccess "C:\Program Files\Notepad++\notepad++.exe" %f log "C:\Program Files\Notepad++\notepad++.exe" %f php "C:\Program Files\Notepad++\notepad++.exe" %f txt "C:\Program Files\Notepad++\notepad++.exe" %f

#12898 File size is off by 10^-1 on remote directory listing over SSH Bug report normal FileZilla Client fixed
Description

File sizes on remove directory listing are off by 10-1.

Only files over 100MB are affected.

Example, file on local dir listing is 100MB. File is transferred successfully. File size on remote listing is 10MB

Please see attached screenshot.

#12900 Error saving/loading queue Bug report normal FileZilla Client worksforme
Description

I just updated my FileZilla client for the first time in a while (via the prompt on startup), and after that it started giving me an error message every time it started or closed the program. The error on starting was:

An error occurred loading the transfer queue from
"C:\Users\myusername\AppData\Roaming\FileZilla\queue.sqlite3".
Some queue items might not have been restored.

The error on closing was almost identical:

An error occurred saving the transfer queue to
"C:\Users\myusername\AppData\Roaming\FileZilla\queue.sqlite3".
Some queue items might not have been saved.

Additional information:

  • The program is installed to a different drive than the folder it is trying to write to. It is located at "E:\Program Files\FileZilla FTP Client" and the folder it is trying to write to is on the C drive (listed above). Not sure if this is relevant or not, but you said to be verbose.
  • The file did exist in the location the program was looking, and the previous version of the client could read and write to it just fine.
  • The error messages stopped showing up when I deleted queue.sqlite3 and let the program regenerate the file, although I have kept the old queue.sqlite3 just in case. This means that the issue is solved for me, but I figured you might still want to know that this file isn't always compatible if you forget to update for a while and then go up by a couple versions at once.
#12905 Filezilla Error On Illegal Windows Characters Bug report normal FileZilla Client worksforme
Description

FileZilla Client


Version: 3.63.2.1

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2023-03-03 Compiled with: x86_64-w64-mingw32-gcc (GCC) 10-win32 20210110 Compiler flags: -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.2.1 SQLite: 3.39.4 GnuTLS: 3.8.0

Operating system:

Name: Windows 11 (build 22621), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm Settings dir: C:\Users\TR\AppData\Roaming\FileZilla\

Issue-This version of Filezilla is not handling illegal characters correctly. Previous versions have not had this specific trouble to replace illegal characters from the server while transferring to a Windows system.

The attached screenshot shows 3 files that failed transfer from server to Windows directory due to the illegal Windows character colon (:) present in the 3 files. The first transfer initiated using the filezilla preference of Automatic for FTP File Types resulted in the 3 files failing.

When I changed the Filezilla preference to Binary for FTP File Types and retried the folder download, the same 3 files failed.

This is not correct behavior and is also strange because in the Filezilla queue area the illegal character colon has been replaced with underscore. You can confirm that the illegal character exists on the server by reviewing the 2 highlighted files on the server side of Filezilla remote window.

Local Directory

"T:\pathfinder\199800 Fantastic Four 1_2 (Wizard).cbr" "T:\pathfinder\199800 Generation X 1_2 02 of 02 covers.cbz" "T:\pathfinder\199800 Spider-Man 1_2 (Wizard) 02 of 02 covers.cbz"

Remote Directory

"\199800 Fantastic Four 1:2 (Wizard).cbr" "\199800 Generation X 1:2 02 of 02 covers.cbz" "\199800 Spider-Man 1:2 (Wizard) 02 of 02 covers.cbz"

Note: When I initially tried to download multiple directories that contained illegal characters, filezilla basically crashed (no further input or output from filezilla window). Filezilla needed to be closed completely and restarted in order to resume normal operations.

By trial and error I was able to figure out that the illegal characters in the directories was what Filezilla took issue with. I decided to download the files individually from the server to see if it could complete successfully and they did. (See the 3 files outside of the directories in the screenshot). So, Filezilla can transfer files with illegal characters correctly individually, but from within a directory queue Filezilla is failing to transfer correctly.

I also confirmed that the files could be downloaded successfully with the illegal characters replaced by installing WinSCP and queuing the 5 directories I tried with Filezilla. All directories were successfully downloaded using the Automatic File Type preference and the illegal colon (:) characters were replaced with %3A.

#12906 Cannot connect to Filezilla server Other low FileZilla Client outdated
Description

Since last week, one of my customer cannot connect to FileZilla server. Keep in mind that it was working before.

One of her colleague is able to connect to the server on the same network and I can connect with her account on another network.

In the window, it says:

AUTH TLS 502 - Auth command is not supported. 502 - Please contact your network administrtator to enable FTPS service

What cause this issue?

#12907 Cannot connect to Filezilla server Bug report normal FileZilla Client rejected
Description

Since last week, one of my customer cannot connect to FileZilla server. Keep in mind that it was working before. One of her colleague is able to connect to the server on the same network and I can connect with her account on another network. In the window, it says:

AUTH TLS 502 - Auth command is not supported. 502 - Please contact your network administrtator to enable FTPS service

What cause this issue?

#12908 Unicode characters in filenames (server side) not shown properly Bug report low FileZilla Client worksforme
Description

Seems like I'll have to upload the attachments afterwards.

I have uploaded a bunch of files to a server, with unicode characters in the file names.

I'll attach a screenshot of how such characters look like in fileziulla in the server panel.

For comparison, I'll attach a screenshot of a terminal where I'm connected via SSH to the very same server and I've run a "ls" command: you can see the unicode characters properly rendered in the output.

#12909 Server Trust Certificate Bug report normal FileZilla Client worksforme
Description

My problem is exactly as described in Bug Report 12199, but I could not find an answer to it. When connecting to the server the certificate shows that it is not trusted and the buttons to override that and force trust are greyed out. If I use OK and move on it does connect. I have had my ISP check that the certificate is correct, and it is. Sadly it cost me a lot of money to do that. See attachments. I am using the latest Filezilla (it automatically updates, so that is always the case). This happens on both my machines which are Windows 10 Pro 22H2 and Windows 10 Home 21H2.

#12910 Cannot connect to Filezilla server Other blocker FileZilla Client rejected
Description

Since last week, one of my customer cannot connect to FileZilla server. Keep in mind that it was working before.

One of her colleague is able to connect to the server on the same network and I can connect with her account on another network.

In the window, it says: AUTH TLS 502 - Auth command is not supported. 502 - Please contact your network administrator to enable FTPS service

What cause this issue?

#12913 EBCDIC Translation of ^ (Carrot) Does not Work Bug report normal FileZilla Client rejected
Description

When downloading a file from an IBM Z/OS mainframe to a PC using the Mac client (3.63.2) if the file contains a Carrot, which is 0xB0 in EBCDIC and 0x5E in ASCII, the character does not get converted resulting in a non-printable 0xB0 on the Mac file. This can create issues with other programs trying to process the file. Is it possible to update the ASCII translations to properly handle this character?

FileZilla Client


Version: 3.63.2

Build information:

Compiled for: x86_64-apple-darwin22.3.0 Compiled on: x86_64-apple-darwin22.3.0 Build date: 2023-02-23 Compiled with: Apple clang version 14.0.0 (clang-1400.0.29.202) Compiler flags: -O2 -g -Wall -Wextra -pedantic -O2 -g -Wall -Wextra -pedantic -mmacosx-version-min=10.13.0 -Werror=partial-availability

Linked against:

wxWidgets: 3.2.1 SQLite: 3.39.4 GnuTLS: 3.8.0

Operating system:

Name: macOS Ventura Version 13.3.1 (Build 22E261) Version: 13.3 CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 aes pclmulqdq lm Settings dir: /Users/<redacted>/.config/filezilla/

#12914 unable to connect with filezilla server Bug report high FileZilla Client worksforme
Description

filezilla client connected, but the not listing the directory. Error " Could not retrieve directory listing Error listing directory '/'."

Kindly help me resolve this issue

#12915 FileZilla Pro no longer working/updated Bug report normal FileZilla Client rejected
Description

02 May - please see attached file. FileZilla is not working on my machine & IT and cybersecurity have exhausted all options.

I downloaded FileZilla Pro earlier this week and had NO issues with it until yesterday. I kept getting the "421 Proxy is closed" error. I upgraded to the newest version of FileZilla yesterday, checked all my network connections, etc. and roped in IT--they couldn't find any issues and were already allowing the app. I've run every diagnostic and nothing is working. Like I mentioned before, I don't have an IT background & have tried just about everything. Any suggestions? Below is the message log...

Status: Connecting to <server name>... Response: fzSftp started, protocol_version=11 Command: open "<server name>" 22 Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server Status: Disconnected from server Status: Resolving address of <server name> Status: Connecting to 52.227.72.32:21... Status: Connection established, waiting for welcome message... Response: 421 Proxy is closed Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of <server name> Status: Connecting to 52.227.72.32:21... Status: Connection established, waiting for welcome message... Response: 421 Proxy is closed Error: Could not connect to server Top

#12925 filezilla update on Ubuntu 22.04.2 LTS Bug report critical FileZilla Client fixed
Description

hi, FileZilla is awesome but there are many bugs on version 3.58. I can't officially update it and in Ubuntu software, there's no newer version :)

please update the project for Ubuntu users :)

#12930 FTBFS 3.64.0 using libfilezilla 0.43.0 on GCC 12.2 (Debian unstable) Bug report normal FileZilla Client fixed
Description

FTBFS 3.64.0 using libfilezilla 0.43.0 on GCC 12.2 (Debian unstable).

sftp/sftpcontrolsocket.cpp: In member function 'virtual int CSftpControlSocket::DoClose(int)':
sftp/sftpcontrolsocket.cpp:514:63: error: 'typedef class std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> > fz::event_loop::Events' is private within this context
  514 |                 auto threadEventsFilter = [&](fz::event_loop::Events::value_type const& ev) -> bool {
      |                                                               ^~~~~~
In file included from /usr/include/libfilezilla/event_handler.hpp:4,
                 from sftp/../../include/misc.h:6,
                 from sftp/../../include/libfilezilla_engine.h:25,
                 from sftp/../filezilla.h:1,
                 from sftp/sftpcontrolsocket.cpp:1:
/usr/include/libfilezilla/event_loop.hpp:116:75: note: declared private here
  116 |         typedef std::deque<std::tuple<event_handler*, event_base*, bool>> Events;
      |                                                                           ^~~~~~
sftp/sftpcontrolsocket.cpp: In lambda function:
sftp/sftpcontrolsocket.cpp:515:32: error: 'const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'const class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'first'
  515 |                         if (ev.first != this) {
      |                                ^~~~~
sftp/sftpcontrolsocket.cpp:518:37: error: 'const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'const class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
  518 |                         else if (ev.second->derived_type() == CSftpEvent::type() || ev.second->derived_type() == CSftpListEvent::type()) {
      |                                     ^~~~~~
sftp/sftpcontrolsocket.cpp:518:88: error: 'const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type' {aka 'const class std::tuple<fz::event_handler*, fz::event_base*, bool>'} has no member named 'second'
  518 |                         else if (ev.second->derived_type() == CSftpEvent::type() || ev.second->derived_type() == CSftpListEvent::type()) {
      |                                                                                        ^~~~~~
sftp/sftpcontrolsocket.cpp: In member function 'virtual int CSftpControlSocket::DoClose(int)':
sftp/sftpcontrolsocket.cpp:524:43: error: cannot convert 'CSftpControlSocket::DoClose(int)::<lambda(const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type&)>' to 'const std::function<bool(fz::event_handler*&, fz::event_base&)>&'
  524 |                 event_loop_.filter_events(threadEventsFilter);
      |                                           ^~~~~~~~~~~~~~~~~~
      |                                           |
      |                                           CSftpControlSocket::DoClose(int)::<lambda(const std::deque<std::tuple<fz::event_handler*, fz::event_base*, bool> >::value_type&)>
/usr/include/libfilezilla/event_loop.hpp:65:86: note:   initializing argument 1 of 'void fz::event_loop::filter_events(const std::function<bool(fz::event_handler*&, fz::event_base&)>&)'
   65 |         void filter_events(std::function<bool (event_handler*&, event_base&)> const& filter);
      |                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~
make[4]: *** [Makefile:1292: sftp/libfzclient_private_la-sftpcontrolsocket.lo] Error 1
#12932 Drag & Drop operation failed on FZ client 3.64.0 Bug report high FileZilla Client fixed
Description

When start drag from my PC and the cursor fall over (not drop) the tree of remote server the software give the error "Drag & drop failed"

#12934 Issue in Windows-Installer V1.7.2 Bug report normal FileZilla Server fixed
Description

Hello, there is a "major" bug in the Windows-Exe as describes as followed: We usally roll out updates while using the /S switch, which worked until 1.6.1 fine.

But V1.7.2 has the issue to REMOVE the service so that the ftp-Server dowes not run any longer! While manuelly running the setup the service is recreated fine again.

This might not be as wanted ;-)

#12939 Active Filetransfer terminated after TCP Window Size 0 reply Bug report normal FileZilla Client rejected
Description

Steps to reproduce

  1. Upload a large file (I tried a 1 TiB file) to a proftpd server with "slow" disks using default settings in active mode.
  2. Once all disk caches on the server are filled (which happened always somewhere around 12 GiB) and the server has to sync the data to disk, it'll set the TCP Window Size to 0 while the data is written and synced.
  3. After that, it'll increase the window size again to continue the transfer.

Expected behavior

FileZilla should consider this an active connection (as long as the tcp window size probes are still ACked ofc), report a 0 byte/s current transfer speed, and continue normally once the window size has been increased again.

Current behavior

FileZilla terminates the file transfer with the reason "connection timed out", probably because of oversight within the timeout logic. It probably only checks for 0 bytes/s transferred instead of also checking if the TCP connection is still alive and only set to a window size of 0. Funnily FileZilla tries to restart the connection but then fails because the temporary ".in.*" file still exists (A 2nd bug, or do we hit some kind of edge case here?) Also noteworthy, the retry setting was set to 5, but FileZilla did only one automatic retry and then failed the transfer. Also, the 10-second delay between retries was not honored here, as the retry happened instantly after the reset was sent to the server. And also noteworthy is that FileZilla will delete the partial upload from the server once it failed the transfer...

Workaround

Go into the options and set the timeout to 0.

But this has still undesirable side effects like no timeouts are detected anymore and the transfer will therefore get stuck completely once an actual timeout happens.

(Admittedly, another workaround is to set the delay kinda high to 5 minutes or so, but even though it would work for this connection, it'll unnecessarily slow down other transfers to different servers and also not correctly detect the connection state. It'd only work if the server manages to sync and accept data again within 5 minutes.)

Proposed fix

1st Add a TCP connection state check into the timeout detection logic (not a timeout if still packages are exchanged, see screenshot for example connection) 2nd And (maybe) add an additional option within the connection timeout section for backward compatibility like "☑️ treat a Zero TCP Window Size as timed out" with a default value of being unchecked (Enabling this option will result in the current behavior again). 3rd (purely visual), fix the connection speed that is shown in the UI, currently it never shows 0, not even if "Display momentary transfer speed instead of average speed" is enabled. 4th If the reconnect logic triggers a reset of an active file transfer, it should expect the temporary ".in.*" file already be present and automatically resume it instead of failing the transfer because it already exists. (My default file exists action is set to "Ask for action" btw, but it also didn't ask, it just failed the (unnecessarily triggered) retry) 5th honor the reconnect settings also for automatic reconnects (amount and delay in-between).

#12942 open for write: received failure with description 'Failure' Bug report normal FileZilla Client fixed
Description

Suddenly cannot upload newly created files from my local directory to remote directory. If it is an old file/already on the remote side it has no problem uploading and rewrites it again. Regardless of file extension.

full error messages:

15:48:49 Status: Starting upload of /Users/Jones/Documents/My Websites/clipfreefunnyvideo.com/footerads.php 15:48:49 Command: cd "/home1/clipfree/public_html" 15:48:50 Response: New directory is: "/home1/clipfree/public_html" 15:48:50 Command: put "/Users/Jones/Documents/My Websites/clipfreefunnyvideo.com/footerads.php" "footerads.php" 15:48:50 Error: /home1/clipfree/public_html/footerads.php: open for write: received failure with description 'Failure' 15:48:50 Error: File transfer failed

#12945 ssh-2.0-Filezilla_3.65.0 Bug report normal FileZilla Server worksforme
Description

<Date/Time> Info [Type] Message <10-07-2023 16:52:26> FTP Session 25 192.168.1.139 [Response] 220-FileZilla Server 1.7.2 <10-07-2023 16:52:26> FTP Session 25 192.168.1.139 [Response] 220-Please visit https://filezilla-project.org/ <10-07-2023 16:52:26> FTP Session 25 192.168.1.139 [Response] 220 Private Server <10-07-2023 16:52:26> FTP Session 25 192.168.1.139 [Command] SSH-2.0-FileZilla_3.65.0 <10-07-2023 16:52:26> FTP Session 25 192.168.1.139 [Response] 500 Wrong command. <Date/Time> Info [Type] Message <10-07-2023 16:53:11> FTP Session 26 192.168.1.139 [Error] Control channel closed with error from source 0. Reason: ECONNABORTED - Connection aborted.

I'm using latest versions for both client(3.65.0) and server(1.7.2). What can be done to remedy this?

FileZilla Client


Version: 3.65.0

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2023-07-10 Compiled with: x86_64-w64-mingw32-gcc (GCC) 10-win32 20210110 Compiler flags: -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.2.1 SQLite: 3.39.4 GnuTLS: 3.8.0

Operating system:

Name: Windows 11 (build 22621), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 adx lm Settings dir: C:\Users\chris\AppData\Roaming\FileZilla\

#12948 Can't upload files to ticket Bug report normal Other worksforme
Description

When I create a new ticket and I check the box for "I have files to attach to this ticket" nothing happens.

Expected behaviour: When I check the box for "I have files to attach to this ticket" there should be an input to upload files.

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

#12950 Old latest version on https://download.filezilla-project.org/client/ Bug report normal Other rejected
Description

Hi,

I'm currently trying to download the newest version of FileZilla client automatically. During my research I found the https://download.filezilla-project.org/ webpage, with a client and server directory. In the client folder I found a file called "FileZilla_latest_win64-setup.exe" and thought this would be a symlink for the latest version of win64. Turns out this version is actually 3.53.1.0, instead of 3.65.0.0.

The server directory does not have a latest symlink, which is unfortunate. Could you please update the lastest file to the latest version?

Thank you, best regards

#12952 File cannot be uploaded to Onedrive after recent update. Bug report critical FileZilla Client fixed
Description

File cannot be uploaded to Onedrive.

The reason for cancellation is "Could not start transfer".

My ondrive capacity is 500gb left, so it's not a capacity issue.

My current Filezilla version is 3.65.0, and I am a pro user.

#12953 local directory and files not displaying in left pane Other normal FileZilla Client worksforme
Description

in FZ application when i connect to remote server, directory listing is successful in right pane and in left pane local directory and its files do not display. whats the problem. pl guide.

#12955 Unable to build Filezilla 3.65.0 on Ubuntu 22.04 (jammy) Bug report normal FileZilla Client wontfix
Description

Hi!

I regularly package Filezilla for XtraDeb.net. Filezilla version 3.64.0 built fine on Ubuntu 22.04 but version 3.65.0 is breaking with the following error:

configure: error: Boost Regex 1.76 or higher not found.

You can find attached the full build log.

I'm also able to build fine on Ubuntu 23.04 (lunar) after adding libboost1.81-dev. Unfortunately, this package does not exist on Ubuntu 22.04. It only has libboost1.74-dev.

I think the error might be related to revision 10985. Would it be possible to patch back Filezilla 3.65.0?

Thank you! Jhonny Oliveira @ https://xtradeb.net

#12959 "User is enabled" unticked - and the XML file proves - but user can still login Bug report normal FileZilla Server invalid
Description

I just wanted to disable an user to login in our FTP server. I've even checked the XML file if the user is set to "disabled". It is, but this configuration seems to be ignored. I've restarted the FTP server and the FileZilla Server service but I see on the interface and in the logs, that the user can still login.

Is that maybe a bug?

Best regards

#12962 'Check for FileZilla updates Automatically' option is not being respected by program. Bug report low FileZilla Client rejected
Description

Hi team,

I have my version to not to check for updates, and yet everytime I start up FileZilla it tells me there is an update available.

I'm running FileZilla 3.62.2

We run it on computers that need admin access to update and so it's just an extra step each day to remove the pop up prompt.

Cheers, Steve

FileZilla Client


Version: 3.62.2

Build information:

Compiled for: x86_64-w64-mingw32 Compiled on: x86_64-pc-linux-gnu Build date: 2022-11-22 Compiled with: x86_64-w64-mingw32-gcc (GCC) 10-win32 20210110 Compiler flags: -O2 -g -Wall -Wextra -Wno-deprecated-copy -ffunction-sections -fdata-sections -Wno-cast-function-type

Linked against:

wxWidgets: 3.0.6 SQLite: 3.39.4 GnuTLS: 3.7.8

Operating system:

Name: Windows Server 2016 (build 17763), 64-bit edition Version: 10.0 Platform: 64-bit system CPU features: sse sse2 sse3 ssse3 sse4.1 sse4.2 avx avx2 aes pclmulqdq rdrnd bmi bmi2 lm Settings dir: C:\Users\steve\AppData\Roaming\FileZilla\

#12964 Crash when removing filetypes from list. Bug report low FileZilla Client fixed
Description

Also affects filezilla 3.65.0.

Debian maintainer can easily reproduce this issue.

Debian bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1043556

Report:

Filezilla crashes when you go to Settings -> Transfers -> FTP: File Types -> Treat the following filetypes as ASCII files. And then remove all the filetypes except one from the list, and then click the last filetype.

Video showing the crash attached.

Backtrace attached.

#12965 Error opslaan wachtrij Other high Other worksforme
Description

Error bij het opstarten Filezilla: Fout bij opslaan wachtrij! c:\users\wilmo\AppData\Roaming\FileZilla\queue.sqlite3

#12966 Settings checkbox for "Display momentary transfer speed..." indicates opposite of its value. Bug report low FileZilla Client worksforme
Description

Settings checkbox for "Display momentary transfer speed..." indicates opposite of its value.

In Settings, under Interface, in the box headed "Transfer Queue," the checkbox for "Display momentary transfer speed instead of average speed" actually toggles the opposite of what it states (ie, it shows momentary speed when unchecked, and average speed when it is checked).

This is a legacy bug that has been around for quite some time. This bug does not affect functionality, so marked as low priority.

#12969 Error with Filetype associations - Associated program not found Bug report normal FileZilla Client rejected
Description

When I try to set an Active mode IP address, I get an error message saying "Associated program not found".

When I check Filetype associations, I see the following:

txt "C:\Program Files\WindowsApps\Microsoft.WindowsNotepad_11.2305.18.0_x648wekyb3d8bbwe\Notepad\Notepad.exe" %f

If I change it to this, everything works:

txt "C:\Windows\Notepad.exe" %f

Does this imply the installer has a bug?

#12970 Server and File Zilla Upgrade Other high FileZilla Server rejected
Description

Previously, we had Version 0.9.41 beta installed on Windows Server 2008 R2 Enterprise OS. We are updating our Server to 2019 and have installed the 1.7.2 version of Filezilla. Some systems connecting to our server is having problems with commands. Previously, the system would allow you to setup the ability to Read/Write/Delete/Append for Files and also Create/Delete/List/+Subdirs for Directories. It seems as though they are allowed to create a new directory, and copy a file to it, but when it tries to access a file inside the new directory, it is giving permission error. The same scripts were running on the previous version, but seem to fail on the new version. Please help, as we must update our PROD server by Oct of 2023. We are currently having issues on a test server.

2023-08-23T19:15:00.412Z << [FTP Session 22892 10.0.248.11] 220-FileZilla Server 1.7.2 2023-08-23T19:15:00.412Z << [FTP Session 22892 10.0.248.11] 220-Please visit https://filezilla-project.org/ 2023-08-23T19:15:00.412Z << [FTP Session 22892 10.0.248.11] 220 Hello and Wecome to Thermo Fisher EDI System for ETO 2023-08-23T19:15:00.412Z >> [FTP Session 22892 10.0.248.11] USER ROCSAPFTP 2023-08-23T19:15:00.412Z << [FTP Session 22892 10.0.248.11] 331 Please, specify the password. 2023-08-23T19:15:00.412Z >> [FTP Session 22892 10.0.248.11] PASS 2023-08-23T19:15:00.459Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 230 Login successful. 2023-08-23T19:15:00.459Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] SYST 2023-08-23T19:15:00.459Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 215 UNIX emulated by FileZilla. 2023-08-23T19:15:00.459Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RNFR Inbound 2023-08-23T19:15:00.459Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 350 Directory exists, ready for destination name. 2023-08-23T19:15:00.459Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RNTO Intemp 2023-08-23T19:15:00.459Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Permission denied 2023-08-23T19:15:00.459Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] MKD Inbound 2023-08-23T19:15:00.459Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 257 "/Inbound" created successfully. 2023-08-23T19:15:00.459Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] CWD /Intemp 2023-08-23T19:15:00.459Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 250 CWD command successful 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|53243|)

2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|52469|)

2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|61441|)

2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] CDUP 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 250 CDUP command successful 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RMD Intemp 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RNFR Status 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 350 Directory exists, ready for destination name. 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RNTO Stattemp 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 250 File or directory renamed successfully. 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] MKD Status 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 257 "/Status" created successfully. 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] CWD /Stattemp 2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 250 CWD command successful 2023-08-23T19:15:00.475Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.475Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|62323|)

2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|59377|)

2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|60661|)

2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] CDUP 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 250 CDUP command successful 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RMD Stattemp 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 250 Directory deleted successfully. 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RNFR LSB_Inbound 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 350 Directory exists, ready for destination name. 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RNTO LSB_Intemp 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Permission denied 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] MKD /LSB_Inbound 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 257 "/LSB_Inbound" created successfully. 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] CWD /LSB_Intemp 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 250 CWD command successful 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|49545|)

2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.490Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|54468|)

2023-08-23T19:15:00.490Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.506Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.506Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:15:00.506Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|62179|)

2023-08-23T19:15:00.506Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:15:00.506Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.506Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] CDUP 2023-08-23T19:15:00.506Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 250 CDUP command successful 2023-08-23T19:15:00.506Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] RMD /LSB_Intemp 2023-08-23T19:15:00.506Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:15:00.506Z >> [FTP Session 22892 10.0.248.11 ROCSAPFTP] QUIT 2023-08-23T19:15:00.506Z << [FTP Session 22892 10.0.248.11 ROCSAPFTP] 221 Goodbye. 2023-08-23T19:15:00.506Z == [FTP Server] Session 22892 ended gracefully.

2023-08-23T19:25:00.633Z << [FTP Session 23862 10.0.248.11] 220-FileZilla Server 1.7.2 2023-08-23T19:25:00.633Z << [FTP Session 23862 10.0.248.11] 220-Please visit https://filezilla-project.org/ 2023-08-23T19:25:00.633Z << [FTP Session 23862 10.0.248.11] 220 Hello and Wecome to Thermo Fisher EDI System for ETO 2023-08-23T19:25:00.633Z >> [FTP Session 23862 10.0.248.11] USER ROCSAPFTP 2023-08-23T19:25:00.633Z << [FTP Session 23862 10.0.248.11] 331 Please, specify the password. 2023-08-23T19:25:00.633Z >> [FTP Session 23862 10.0.248.11] PASS 2023-08-23T19:25:00.696Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 230 Login successful. 2023-08-23T19:25:00.696Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] SYST 2023-08-23T19:25:00.696Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 215 UNIX emulated by FileZilla. 2023-08-23T19:25:00.696Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RNFR Inbound 2023-08-23T19:25:00.696Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 350 Directory exists, ready for destination name. 2023-08-23T19:25:00.696Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RNTO Intemp 2023-08-23T19:25:00.696Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 File or directory renamed successfully. 2023-08-23T19:25:00.696Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] MKD Inbound 2023-08-23T19:25:00.711Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 257 "/Inbound" created successfully. 2023-08-23T19:25:00.711Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] CWD /Intemp 2023-08-23T19:25:00.711Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 CWD command successful 2023-08-23T19:25:00.711Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.711Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|63242|)

2023-08-23T19:25:00.711Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.711Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.711Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.711Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|61721|)

2023-08-23T19:25:00.711Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.711Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.711Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.711Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|56029|)

2023-08-23T19:25:00.727Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.727Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.727Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] CDUP 2023-08-23T19:25:00.727Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 CDUP command successful 2023-08-23T19:25:00.727Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RMD Intemp 2023-08-23T19:25:00.727Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.727Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RNFR Status 2023-08-23T19:25:00.727Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 350 Directory exists, ready for destination name. 2023-08-23T19:25:00.727Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RNTO Stattemp 2023-08-23T19:25:00.727Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 File or directory renamed successfully. 2023-08-23T19:25:00.727Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] MKD Status 2023-08-23T19:25:00.727Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 257 "/Status" created successfully. 2023-08-23T19:25:00.727Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] CWD /Stattemp 2023-08-23T19:25:00.727Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 CWD command successful 2023-08-23T19:25:00.727Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.727Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|58424|)

2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|50480|)

2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|64088|)

2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] CDUP 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 CDUP command successful 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RMD Stattemp 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 Directory deleted successfully. 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RNFR LSB_Inbound 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 350 Directory exists, ready for destination name. 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RNTO LSB_Intemp 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 File or directory renamed successfully. 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] MKD /LSB_Inbound 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 257 "/LSB_Inbound" created successfully. 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] CWD /LSB_Intemp 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 CWD command successful 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|59885|)

2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|55293|)

2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] EPSV

2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 229 Entering Extended Passive Mode (
|54648|)

2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] NLST * 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] CDUP 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 250 CDUP command successful 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] RMD /LSB_Intemp 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 550 Couldn't open the file or directory 2023-08-23T19:25:00.742Z >> [FTP Session 23862 10.0.248.11 ROCSAPFTP] QUIT 2023-08-23T19:25:00.742Z << [FTP Session 23862 10.0.248.11 ROCSAPFTP] 221 Goodbye. 2023-08-23T19:25:00.742Z == [FTP Server] Session 23862 ended gracefully.

#12973 local tree Bug report low FileZilla Client worksforme
Description

Dear good morning, for some time it is impossible for me to see the download of files from the server to the local folder tree. Im use Windows 7

#12976 SFTP Server support with new 1.8.0-rc1 ? Bug report normal FileZilla Server fixed
Description

Hi,

Into the recent FileZilla Server 1.8.0-rc1 changelog, I read :

"UI: fixed bug that made it impossible to switch the type of a listener from FTP to SFTP."

So, there is a SFTP server (SSH FTP) ?

It can really interest me.

If not (mistake into the changelog), please, is this planned ?

Thank you so much, Maxime

#12983 File name change on remote causes crash Bug report normal FileZilla Client duplicate
Description

When changing file name on remote, if you press <return> to finalize change, causes crash. If you click out of that file name, change is ok-no crash.

#12984 Directory listing problem with using minio ftp Bug report normal FileZilla Client rejected
Description

Hello,

We are using minio cluster and activated ftp feature. Then we tried to connect with filezilla on a windows machine. It is connecting successfully, and listing buckets fine. But when we tried to get in a bucket, we can't see folders.

PS: When we use MacoS everything is fine. On windows , when we try winscp, it is listing successfully. Only filezilla can't.

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