Lanzamientos de Rebex Buru SFTP Server
Released: May 18, 2020
Actualizaciones en 1.7.2
Correcciones
- Fixed license upgrade page.
Released: May 5, 2020
Actualizaciones en 1.7.1
Características
- Added support for aes256-gcm@openssh.com and aes128-gcm@openssh.com encryption (enabled by default).
- Added support for hmac-sha2-512-etm@openssh.com and hmac-sha2-256-etm@openssh.com MACs (enabled by default).
Released: May 4, 2020
Actualizaciones en 1.7.0
Características
- Added support for two-factor authentication (password + public key).
- Added support for chacha20-poly1305@openssh.com encryption (enabled by default).
- Added support for curve25519-sha256 key exchange (enabled by default).
- Added support for 'check-file' SFTP extension, making it possible to calculate hashes of remote files.
Correcciones
- Fixed hanging buruwa.exe service after service shutdown.
- Fixed reporting of writable permissions for read-only files.
Released: Apr 28, 2020
Actualizaciones en 1.6.0
Características
- New design of web administration UI.
- Changed some configuration defaults:
config/config.yaml is now required for the server to start.
- Default server keys location is now
config/keys (was /keys). /keys directory is still used in search when no paths are specified.
- Configuration file is now generated upon install.
- Keys are now generated upon install. You can still generate the keys manually.
- Configuration samples (e.g.
config/config-sample.yaml) are renamed to examples (config...
Released: Mar 23, 2020
Actualizaciones en 1.5.0
Características
- FileZilla import (experimental).
- Upgraded to .NET Core 3.1.
- Removed support for obsoleted enableCrashReporting flag.
Correcciones
- Fixed SFTP/SCP binding deserialization issue.
Released: Aug 6, 2019
Actualizaciones en 1.4.3
Características
- Improved error message when service fails to start.
Correcciones
- Fixed error message when license expired.
Released: May 10, 2019
Actualizaciones en 1.4.0
Características
- Added 32-bit Windows version.
Released: Apr 24, 2019
Actualizaciones en 1.3.2
Características
- Removed auto-generated DSA key.
- Support for custom software version (ssh.softwareVersion).