Rebex Buru SFTP Server 新版本发表
Released: May 9, 2022
2.6.2 中的更新
特性
- Web Admin - improved validation of empty rows in a user's path mappings.
- Added IPv6 Any
([::]:22)
to the list of SSH server's default listening addresses.
Released: May 2, 2022
2.6.1 中的更新
特性
- Added support for interval lockout in CLI.
user update <username> [--lock [<date-time> | <interval>] | --unlock]
.
修补程序
- Fixed backslash escaping in SSH exec command.
- Fixed backslash escaping in SSH shell aliases.
- Web Admin
- Fixed log file display.
- Fixed SSH Shell configuration in user add and edit forms.
Released: Apr 4, 2022
2.6.0 中的更新
特性
- Added impersonation support for terminals.
- Added manual 'user account lockout' feature.
- Added new CLI command options: user update
<username> [--lock [<date-time>] | --unlock]
.
- Web Admin - User lockout management.
- Added 'retries' when binding to a hostname while resolving DNS.
Released: Feb 11, 2022
2.5.3 中的更新
特性
- Web Admin - Windows account and password fields in user detail no longer prefills values from web browser.
Released: Jan 28, 2022
2.5.2 中的更新
特性
- Web Admin - Added a notification flash bar.
修补程序
- Fixed a bug in custom logging configuration that caused a failure at startup when using a file sink.
Released: Jan 20, 2022
2.5.1 中的更新
特性
- Added
suppressHttpEndpointWarning
option to disable HTTP endpoint warning when running e.g. behind a reverse proxy.
修补程序
- Fixed occasional freeze in legacy / terminal console mode.
- User sessions are no longer valid after complete reinstall.
- Fixed application hanging after failed start.
Released: Dec 23, 2021
2.5.0 中的更新
特性
- Terminal support - Terminal process (e.g. cmd.exe, powershell, bash) will be spawned using the service account. File system access is unrestricted.
- New CLI command:
user inspect <username> [--query <jmespath>]
.
- Log level can be now overridden from command line.
--no-color
option will toggle off color output and ANSI/VT codes for most commands.
--verbose
option is now a shortcut for --log-level debug
.
Released: Nov 30, 2021
2.4.6 中的更新
特性
- Added
"burusftp keygen --curve"
command option.
Released: Nov 16, 2021
2.4.5 中的更新
修补程序
- Fixed an issue when some IPv4 and IPv6 bindings could not be used together.
Released: Oct 27, 2021
2.4.4 中的更新
特性
- Added support for SSH session inactivity timeout (max idle duration).