Lanzamientos de Rebex Buru SFTP Server
Released: Nov 8, 2024
Actualizaciones en 2.15.6
Correcciones
- Fixed user database issue when some users couldn't be loaded or updated.
- Web Admin - added
no-cache
directive to HTTP responses to avoid caching issues in some browsers.
Released: Oct 31, 2024
Actualizaciones en 2.15.5
Características
- Added FTP external address and port configuration.
Released: Oct 1, 2024
Actualizaciones en 2.15.4
Características
- Added
burusftp certgen
command to generate self-signed X.509 (TLS) certificates. This is an alias for burusftpwa certgen
.
- Web Admin - FTP certificate group can now be renamed.
Correcciones
- Web Admin - fixed FTP binding custom certificate group not being saved properly.
Released: Sep 23, 2024
Actualizaciones en 2.15.3
Correcciones
- Web Admin - fixed error when loading FTP settings page.
Released: Sep 19, 2024
Actualizaciones en 2.15.2
Correcciones
- Web Admin - fixed browser cache issue after application upgrade.
Released: Sep 17, 2024
Actualizaciones en 2.15.1
Correcciones
- Fixed an issue where username leading/trailing whitespace was not trimmed when creating a user.
- Web Admin - fixed error when loading user detail page for user with special characters in username.
- Web Admin - fixed error message when adding user with existing username.
Released: Sep 13, 2024
Actualizaciones en 2.15.0
Características
- Initial FTP protocol support
- Added support for FTP protocol (plain FTP, implicit and explicit FTPS).
- Disabled by default. Can be enabled globally in configuration or per user.
- Each FTPS endpoint can be configured with different certificate(s).
- Added user field ’note’ for user comments.
- Installer - Buru SFTP Command Prompt now runs with administrator privileges by default.
- Removed server configuration parameters
passwordPolicy
and usernamePattern
. These parameters have been...
Released: Aug 1, 2024
Actualizaciones en 2.14.5
Correcciones
- Fixed errors when parsing some configuration IP addresses with leading or trailing whitespace.
- Web Admin - added SSH port placeholder on SSH endpoints page.
- Web Admin - fixed Maximum renegotiation threshold caption on Additional SSH settings page.
- Web Admin - fixed minor UI issue when typing a file path containing a space character.
Released: Jun 27, 2024
Actualizaciones en 2.14.4
Correcciones
- Web Admin - Fixed error when multiple IP address ranges were used in IP filtering textboxes.
Released: Jun 25, 2024
Actualizaciones en 2.14.3
Características
- Added support for logging user lockout events.
Correcciones
- Fixed burusftp user update <username> --password "" behavior - now removes password instead of setting an empty password.
- Fixed burusftp user add <username> --password "" behavior - now does nothing instead of setting an empty password.