SFTP over SSH via .NET
Hi there! Got bug in actual version (5.13.2 8455). While using code generated by WinSCP t be used with .NET C# - exception occures: in <SshHostKeyFingerprint = "ssh-ed25519 256..." >. WinSCP generates code using SHA-256 string, but .NET code wants it to be MD5 string instead.
So, if you do have exception, which says that <SshHostKeyFingerprint> does not match regular expression - simply change string with daata from MD5 string or just give up with fingerprint with <SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey>.
So, if you do have exception, which says that <SshHostKeyFingerprint> does not match regular expression - simply change string with daata from MD5 string or just give up with fingerprint with <SessionOptions.GiveUpSecurityAndAcceptAnySshHostKey>.