Rebex Buru SFTP Server 릴리스

Released: Mar 19, 2026

2.18.4 버젼 업데이트

수정사항

  • Fixed incorrect Windows privilege check for terminal shell running as a different user. The service now correctly requires the 'Replace a process level token' (SeAssignPrimaryTokenPrivilege) and 'Adjust memory quotas for a process' (SeIncreaseQuotaPrivilege) privileges, rather than the overly broad 'Act as part of the operating system' (SeTcbPrivilege) privilege.
  • Fixed diffie-hellman-group17-sha512 and diffie-hellman-group18-sha512 being advertised but not usable as kex algorithms.
  • Web...

Released: Feb 20, 2026

2.18.3 버젼 업데이트

수정사항

  • Fixed LiteDB database locking error.
  • Web Admin - log viewer now only shows the last 50kB and adds an option to view or download the entire log file.

Released: Feb 10, 2026

2.18.2 버젼 업데이트

수정사항

  • Fixed behavior of 'ftp.bindings[].externalAddress' and 'ftp.bindings[].dataPortRange' in FTPS implicit mode.

Released: Feb 9, 2026

2.18.1 버젼 업데이트

수정사항

  • Fixed a compatibility issue with some SSH clients by changing the SSH message order for SSH shell channels.

Released: Jan 8, 2026

2.18.0 버젼 업데이트

기능

  • Major overhaul of SSH/SFTP core - improved performance, thread and memory usage in some scenarios.
  • Added support for 'mlkem768x25519-sha256', 'mlkem768nistp256-sha256' and 'mlkem1024nistp384-sha384' hybrid post-quantum key exchange ciphers.
  • Added support for 'diffie-hellman-group17-sha512' and 'diffie-hellman-group18-sha512' key exchange ciphers.
  • Added support for copy-data SFTP extension.
  • Improved performance of elliptic curve algorithms on modern platforms.
  • Installer - when upgrading, now...

Released: Aug 14, 2025

2.17.3 버젼 업데이트

기능

  • User authentication method is now logged with information log level (changed from debug).
  • Added a log error message when the service is started under the SYSTEM user, defaultShellType is set to terminal and allowSystemAccount is not enabled.
  • Installer: Silent uninstallation (/SILENT) will now not prompt for any confirmation and will delete all configuration files.
  • Web Admin:
    • User's virtual path can now be specified without the leading slash.
    • Log viewer is now accessible even when the...

Released: May 5, 2025

2.17.2 버젼 업데이트

수정사항

  • Web Admin - Fixed error when saving user with SSH public key.

Released: Apr 24, 2025

2.17.1 버젼 업데이트

수정사항

  • Fixed startup error when sshTunneling is present and disabled (default) in the configuration file.

Released: Apr 10, 2025

2.17.0 버젼 업데이트

기능

  • Added user SSH public key to burusftp inspect output.
  • Web Admin
    • Added SSH tunneling option to SSH endpoints page.
    • Default SSH shell home directory and shell executable path are now editable.
    • Now shows current defaults for SSH shell settings when editing and creating users.
    • User SSH public key is now shown with key algorithm prefix.
  • Breaking changes
    • Moved SSH tunnel configuration from sshTunneling to bindings section.

수정사항

  • Fixed startup crash when SSH tunnel was enabled with multiple SSH...

Released: Mar 7, 2025

2.16.1 버젼 업데이트

수정사항

  • Web Admin - Fixed SSH shell settings fields edit mode.
  • Installer - Fixed missing prompt to remove all configuration files when uninstalling.