Rebex Buru SFTP Server 新版本发表
Released: Nov 8, 2024
2.15.6 中的更新
修补程序
- 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
2.15.5 中的更新
特性
- Added FTP external address and port configuration.
Released: Oct 1, 2024
2.15.4 中的更新
特性
- 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.
修补程序
- Web Admin - fixed FTP binding custom certificate group not being saved properly.
Released: Sep 23, 2024
2.15.3 中的更新
修补程序
- Web Admin - fixed error when loading FTP settings page.
Released: Sep 19, 2024
2.15.2 中的更新
修补程序
- Web Admin - fixed browser cache issue after application upgrade.
Released: Sep 17, 2024
2.15.1 中的更新
修补程序
- 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
2.15.0 中的更新
特性
- 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 deprecated since...
Released: Aug 1, 2024
2.14.5 中的更新
修补程序
- 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
2.14.4 中的更新
修补程序
- Web Admin - Fixed error when multiple IP address ranges were used in IP filtering textboxes.
Released: Jun 25, 2024
2.14.3 中的更新
特性
- Added support for logging user lockout events.
修补程序
- 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.