9.4.1.14 pre-Release, SshKey.FromRfc4716PublicKey fixed.
The SshKey.FromRfc4716PublicKey tried to validate the public key as if it were a private key, and this failed. This is fixed.
Latest notes, articles, and news
The SshKey.FromRfc4716PublicKey tried to validate the public key as if it were a private key, and this failed. This is fixed.
Fixed HTTP multipart/form-data problem when the HttpRequest charset is utf-8 and the request params include non-English chars.
The SFTP IsConnected property did not report that the connection was lost if the machine’s Internet connection is disconnected.
Fixed IPV6 accept connection problem.
Fixed HTML-to-XML/Text regarding SPAN tags and maintaining SPACE chars before and after the SPAN tags.
Fixed Imap.SetFlag so that it returns a failed status if the IMAP server response is something other than “OK”.
Added Imap.SendRawCommandB method. It is the same as SendRawCommand but returns bytes instead of a string. Also fixed Imap.FetchAttachment so that it adheres to the PeekMode property.
Fixed Zip DeleteEntry problem.
There has been a long-time need for the Chilkat API in the form of a DLL (on Windows) or a .so (on Linux/Mac OS X). On the Windows platform, this would be the same as how the Window Platform SDK is provided in DLL form. The “Chilkat DSO” API, where “DSO” stands for Dynamic Shared Object, is a functional API […]
See the information at this Chilkat forum topic: How to get the full output of an SSH command.