Rebex FTP/SSL for .NET 2019 R3.1

Released: Aug 9, 2019

Updates in 2019 R3.1

Features

  • Removed SSL 3.0 from TlsVersion.Any
  • Serialization on Xamarin.Android and Xamarin.iOS platforms - Added support for classic .NET serialization on Xamarin.Android and Xamarin.iOS platforms.
  • Enhanced compatibility with Pure-FTPd server - Rebex FTP/SSL includes several new workarounds that enhance compatibility with Pure-FTPd server.
    • Added workaround for occasional '451 Transfer aborted' observed with Pure-FTPd and TLS 1.3.
    • Added workaround for Pure-FTPd's nonconvencial responses.
    • Enhanced PutFileUnique to be compatible with Pure-FTPd's STOU command response.
    • Transfer aborting made compatible with Pure-FTPd.
  • SFTP: Improved logging of single-item SSH_FXP_NAME responses.
  • TLS/SSL: Modified TlsVersion.Any to only include TLS 1.0, 1.1 and 1.2.

Fixes

  • Cryptography: Fixed handling of user-supplied RSACng in AsymmetricKeyAlgorithm and SshPrivateKey on modern platforms.