FTP: do not use the default impersonator during the test of the FTP connections.
Fixed bug that reversed mount point precedence, giving priority to group mount points over user ones; user mount points now correctly take precedence.
Fixed bug that made the %<home> placeholder not work in case "Use system credentials to log in" was selected but "Use system credentials also for accessing &files and directories" was not.
FTP: Added support for wildcard patterns (`*` and `?`) in LIST, NLST, MLSD, and STAT commands, with matching semantics identical to those used on Windows. This feature is available on all platforms and is disabled by default. It can be enabled per session using `OPTS filezilla.wildcards=1`; support is advertised via the FEAT command. For reference on matching behavior, see: https://learn.microsoft.com/en-us/archive/blogs/jeremykuhne/wildcards-in-windows
MSW: Added support for specifying credentials for UNC paths in the mount list. Credentials can be configured via the Administration Interface under Rights Management -> Windows Share Credentials.
Fixed a regression causing the setting 'do not require authentication' to get lost when restarting the server. Note: To see the effect of this fix, administrators must manually reapply the 'do not require authentication' setting for affected users. After this adjustment, the setting will persist as expected.
MSW: Added NETWORK_SERVICE as a allowed user for the config dir ownership.
Fixed a regression causing the automatic renewal of the Let's Encryptยฎ certificates to not work properly.
UI: fixed regression causing the Administration Interface port of the last successful connection to not be properly restored.
UI: fixed a bug where the TLS key appeared to be lost in the interface if certificate generation failed, even though the key was still retained on the server.
Private keys used for TLS can now be stored on a PKCS#11-compatible token device; the UI has been updated accordingly.
UI: added button to retrieve the current FileZilla Server's public IP address, useful to configure the PASV mode.
UI: added an FTP connection test, that can be reached directly from the Server menu item or executed at the end of the FTP Network Configuration Wizard.
Made default values more secure, among which: require TLS on new FTP listeners, require a password for new users and warn if the administration password doesn't meet more stringent security requirements.
Fixed bug causing the most recent log file, rather than the oldest, to be deleted upon rotation, when using dates as suffixes.
MSW: fixed regression causing socket listener conflicts due to recent libfilezilla changes.
Added WebUI: an HTTP server providing a REST API and a web app for seamless web access to stored files. WebUI is not included in the default build and must be enabled with the --enable-webui parameter during compilation. This feature is experimental; feedback and bug reports are welcome.
Bugfixes and minor changes:
UI: the certificate fingerprint verification dialog is now sized to display the full fingerprint at once.
UI: fixed bug causing the focus to be lost during user editing.
UI: fixed bug causing the tray icon to display unexpectedly in certain cases.
UI: improved error handling in case of server disconnection.
UI: improved handling of Settings window size on ultra wide screens.
FTP: the MKD command now returns an error if the directory already exists.
FTP: Improved login timeout handling to exclude internal server processing time.
Fixed heap corruption in the Administrator Interface.