
Adds new SFTP Server and SFTP File Handler .NET components.
Features
Clever Internet ActiveX Suite
- The ActiveX version 10.1 has been compiled with the latest Clever Internet Suite 10.1 for VCL.
- The SFTP client FileExists method has been improved to support non-standard SFTP server responses.
- IMAP Server - Added support for IMAP partial fetch functionality.
- Added the 'diffie-hellman-group14-sha256' key exchange algorithm to the SSH engine.
Clever Internet Suite VCL
- Added support for Embarcadero RAD Studio 11 Alexandria.
- Added Public-Key authorization to the SFTP Server component.
- Added OnStarting event which occurs before running the TcpServer component and allows you to refresh cached data, such as UserAccount settings.
- The SFTP client FileExists method has been improved to support non-standard SFTP server responses.
- The SFTP server component has been improved to support multiple subsequent authorizations while establishing a session.
Clever Internet .NET Suite
- Added a new SFTP Server component.
- Added a new SFTP File Handler component for C# and VB.NET which allows the SFTP server to handle files on the disk.
- The TCP Client, TCP Server, TCP Command Client, and TCP Command Server components are now available in the Microsoft Visual Studio Toolbox.
- Both UDP Client and UDP Server components are now available in Toolbox.
- Added Public-Key authorization to the SFTP Server component.
- The following classes have been renamed in order to clean up and simplify the library structure: SshUserKey -> PrivateKey and SshUserIdentity -> IUserIdentity.
- Added the Starting event which occurs before running the TcpServer component and allows you to refresh cached data, such as UserAccount settings.
- The GetResponseCode event has been added to all TCP-based clients.
- The SFTP client FileExists method has been improved to support non-standard SFTP server responses.
- IMAP Server - Added support for IMAP partial fetch functionality.
- MailMessage - Added support for the X-Mailer header.
- Added the 'diffie-hellman-group14-sha256' key exchange algorithm to the SSH engine for .NET.