Rilasci di Rebex Buru SFTP Server
Released: May 5, 2020
Aggiornamenti in 1.7.1
Funzionalità
- 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
Aggiornamenti in 1.7.0
Funzionalità
- 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.
Correzioni
- Fixed hanging buruwa.exe service after service shutdown.
- Fixed reporting of writable permissions for read-only files.
Released: Apr 28, 2020
Aggiornamenti in 1.6.0
Funzionalità
- 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
Aggiornamenti in 1.5.0
Funzionalità
- FileZilla import (experimental).
- Upgraded to .NET Core 3.1.
- Removed support for obsoleted enableCrashReporting flag.
Correzioni
- Fixed SFTP/SCP binding deserialization issue.
Released: Aug 6, 2019
Aggiornamenti in 1.4.3
Funzionalità
- Improved error message when service fails to start.
Correzioni
- Fixed error message when license expired.
Released: May 10, 2019
Aggiornamenti in 1.4.0
Funzionalità
- Added 32-bit Windows version.
Released: Apr 24, 2019
Aggiornamenti in 1.3.2
Funzionalità
- Removed auto-generated DSA key.
- Support for custom software version (ssh.softwareVersion).