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.
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.