Version 1.9.2 du 01/10/2024- Fixed an issue with the update mechanism.
Version 1.9.1 du 12/09/2024- Fixed a regression introduced in 1.9.0, the "public IP or hostname" field on the passive mode page was not restored when opening the settings dialog.
Version 1.9.0 du 05/09/2024- Fixed : Warn if installing the server outside of Program Files due to custom directories having too lax permissions.
- Fixed : Fixed a race condition resulting in stalled connections.
- Fixed : nix: Fixed a potential crash if SIGINT is sent to the server while it is shutting down.
- Fixed : Fixes to the update check mechanism.
- Fixed : Fixed a regression in the converter for old 0.9.x configurations dealing with placeholders in native paths.
- New : Private keys used for TLS can now be stored on a PKCS#11-compatible token device; the UI has been updated accordingly.
- New : UI: added button to retrieve the current FileZilla Server's public IP address, useful to configure the PASV mode.
- New : 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.
- New : 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.
- New : Fixed bug causing the most recent log file, rather than the oldest, to be deleted upon rotation, when using dates as suffixes.
- New : fixed regression causing socket listener conflicts due to recent libfilezilla changes.
- New : 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.
- Fixed : UI: the certificate fingerprint verification dialog is now sized to display the full fingerprint at once.
- Fixed : UI: fixed bug causing the focus to be lost during user editing.
- Fixed : UI: fixed bug causing the tray icon to display unexpectedly in certain cases.
- Fixed : UI: improved error handling in case of server disconnection.
- Fixed : UI: improved handling of Settings window size on ultra wide screens.
- Fixed : FTP: the MKD command now returns an error if the directory already exists.
- Fixed : FTP: Improved login timeout handling to exclude internal server processing time.
- Fixed : Fixed heap corruption in the Administrator Interface.
- Fixed : Fixed regression in the path handling routines.