Rebex File Server のリリース
Released: Dec 20, 2016
2016 R3 での更新項目
機能
- File Server: Renamed FileServerUser constructor's physicalRootPath argument to virtualRootPath.
- File Server: Added support for "ecdh-sha2-nistp256", "ecdh-sha2-nistp384", "ecdh-sha2-nistp521" and "curve25519-sha256" key exchange algorithms.
- File Server: Proper maximum packet size used when sending channel data (instead of hardcoded value).
- File Server: Added support for "ecdsa-sha2-nistp256", "ecdsa-sha2-nistp384", "ecdsa-sha2-nistp521" and "ssh-ed25519" host key algorithms.
- File Server: Both...
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.
不具合の修正
- File Server: Fixed FileUploaded/FileDownloaded events that used to be wrongly called on...
Released: Jul 28, 2016
2016 R2.1 での更新項目
機能
- Added FileServer.Settings.ShowHiddenItems option that makes it possible to show hide file system items with 'hidden' flag from directory listings.
- Added experimental File Server binaries for Universal Windows Platform.
- Added support for extremely verbose incoming packet logging (log level 0).
不具合の修正
- Fixed handling of connection protocol packets received during renegotiation.
Released: Jun 30, 2016
2016 R2 での更新項目
機能
- Enhanced error reporting when trying to delete non-empty directories.
- Added MaxSessionTransferredBytes and MaxSessionDuration settings to specify when to trigger session renegotiation.
- Added FileServer.Settings.UseLargeBuffers option.
- Added support for additional server authentication algorithms ('x509v3-sign-dss', 'ssh-rsa-sha256' and 'x509v3-sign-rsa-sha256').
- Added ClientSoftwareIdentifier to PreAuthenticationEventArgs and AuthenticationEventArgs.
不具合の修正
- Fixed data buffering in SFTP...
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.
- Added workaround for Xamarin.Android whose Dns.GetHostEntry resolves 'localhost' to device's external IP address.
- Added port forwarding (TCP tunneling) support.
- Enhanced logging of handle-based file system operations (such as closing a file).
- IsRunning property added to Server/FileServer objects.
- Added FileUploaded/FileDownloaded events.
- Starting a server with no bindings now...
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.