Rebex Tiny SFTP Server Changelog

What's new in Rebex Tiny SFTP Server 1.0.14

Apr 21, 2022
  • Fixed authentication issue when one of the server keys could not be loaded.

New in Rebex Tiny SFTP Server 1.0.13 (Jan 4, 2022)

  • Added support for SFTP v5.
  • Added support for PuTTY PPK3 private key format.
  • Improved AES/CTR and Chacha20/Poly1305 performance.
  • Fixed handling of failed SSH sessions to prevent memory leaks in rare scenarios.
  • Fixed loading of encrypted keys with empty passwords in new OpenSSH format.
  • Fixed race condition when closing outstanding file handles.

New in Rebex Tiny SFTP Server 1.0.12 (Mar 15, 2021)

  • Changed default keep-alive period for idle SFTP sessions to 3 minutes.
  • Changed default file share mode to fix compatibility with WinFsp/SSHFS.
  • Fixed race condition when closing outstanding file handles.
  • Improved Chacha20/Poly1305 performance.

New in Rebex Tiny SFTP Server 1.0.11 (Mar 8, 2021)

  • Increased SFTP receive buffer size; workarounds for legacy clients

New in Rebex Tiny SFTP Server 1.0.10 (Aug 12, 2020)

  • Enhanced reporting of startup errors, updated application icon

New in Rebex Tiny SFTP Server 1.0.9 (Jul 15, 2020)

  • Fixed handling of unknown SSH packets, workaround for very old OpenSSH 4.x/5.x clients

New in Rebex Tiny SFTP Server 1.0.8 (Jul 15, 2020)

  • Support for AES/GCM, Chacha20/Poly1305 and EtM MAC ciphers

New in Rebex Tiny SFTP Server 1.0.7 (Jul 15, 2020)

  • Using latest Rebex components. Application signed.

New in Rebex Tiny SFTP Server 1.0.6 (Jul 15, 2020)

  • Minor UI adjustments

New in Rebex Tiny SFTP Server 1.0.5 (Apr 17, 2019)

  • Fixing public key loading

New in Rebex Tiny SFTP Server 1.0.4 (Apr 17, 2019)

  • Using latest Rebex components

New in Rebex Tiny SFTP Server 1.0.3 (Apr 17, 2019)

  • Fixed a bug that could cause timeout and session failure during SSH session renegotiation
  • Proper maximum packet size used when sending channel data (instead of hardcoded value)

New in Rebex Tiny SFTP Server 1.0.2 (Apr 17, 2019)

  • Added public/private key authentication support

New in Rebex Tiny SFTP Server 1.0.1 (Apr 17, 2019)

  • Added autoStart option