Rebex SFTP のリリース
Released: Dec 20, 2016
2016 R3 での更新項目
機能
- SFTP: Added Sftp.GetChecksum methods (only for servers that support the "file-check" extension).
- SFTP: Changed Sftp.GetStream in UWP edition to use .NET API instead of Windows Store API.
- SFTP: ServerKey property added to Sftp/Scp objects, providing server public host key of the server.
- Networking: Enhanced and optimized HTTP/HTTPS client core.
- Networking: Connect/Listen methods on ProxySocket/TlsSocket objects now throw an exception when called twice on the same socket.
- Networking: Added...
Released: Aug 26, 2016
2016 R2.2 での更新項目
機能
- SSH: Enhanced handling of errors in FingerprintCheck event handlers.
- Cryptography: Added CheckCertificate/GetIssuingDistributionPoint methods to CertificateRevocationList class and ValidateRevocationList method to Certificate class.
- Cryptography: Added support for certificates with private keys stored in CNG Key Storage Providers.
- Cryptography: Enhanced SHA-2 support check on .NET Compact Framework.
不具合の修正
- SSL: Fixed a rare issue in abbreviated TLS/SSL negotiation handling.
- Cryptography...
Released: Jul 28, 2016
2016 R2.1 での更新項目
不具合の修正
- Fixed parsing of win32.ea extended attribute on .NET Compact Framework.
Released: Jun 30, 2016
2016 R2 での更新項目
機能
- Improved Disconnect method on .NET CF to make sure the connection is closed gracefully.
Released: Feb 22, 2016
Updates in this release
Updates in 2016 R1.1
- Added experimental binaries of most Rebex components (FTP/SSL, SFTP, File Server, Secure Mail, ZIP, Time, Security) for Xamarin.Mac platforms. They are suitable for targeting Xamarin.Mac Mobile Framework and Xamarin.Mac .NET 4.5 Framework projects.
Released: Jan 15, 2016
Updates in this release
Updates in 2016 R1
- Rebex assemblies are now signed with SHA-256 signatures in addition to legacy SHA-1 signatures.
- Enhanced error message reported by ChangeDirectory when trying to change into a non-existing directory.
- Added workaround for Xamarin.Android whose Dns.GetHostEntry resolves 'localhost' to device's external IP address.
Released: Aug 28, 2015
Updates in this release
Updates in 2015 R4
- Support for Windows 10, .NET 4.6 and Visual Studio 2015 - This release adds official support for Windows 10, .NET Framework 4.6 and Visual Studio 2015.
Released: Feb 10, 2015
Updates in this release
Updates in 2015 R1
- Support for Xamarin Unified API - Easily share code between iOS and Mac and target both 32-bit and 64-bit platforms with the same binary.
Released: Jul 18, 2014
Updates in this release
Updates in 2014 R2
- Eliminated "Unknown heap type" warnings in Mono.
- Added Sftp.Settings.DisableRealPathWorkaround option to disable workaround for WS_FTP SSH_FXP_REALPATH bug.
- Added workaround for SFTP servers that report duplicate extensions.
- Enhanced logging of failed certificate validation errors.
- Fixed ProxySocket's Connect method behavior with disabled timeout.
- Enhanced TlsVersion and TlsCipherSuite parameters checking.
- Fixed alert names in TlsException messages.
- Added Load, Save and...
Released: Aug 15, 2013
Updates in this release
Updates in 2013 R1
- Added support for Mono.
- Enhanced workaround for Stream.Seek on .NET CF.
- Fixed finalizers that called state-changed events in some cases.
- Added workaround for instances of FileStream that returned "[Unknown]" name.
- FileLogWriter enhanced to log assembly version when opening log file.
- Added missing PublicKeyInfo() constructor.
- Added FileSet.ContainingDirectoriesIncluded option.
- Encoding tool support for IBM437 charset on all platforms.
- Fixed handle leak in CertifiacteStore...