Veryfing fingerprints using SharpSSH while connecting to SFTP Server
问题 I am using Tamir.SharpSSH to make SFTP connections in my .NET code. I have servers' host, port, username, password and servers' fingerprint. I am able to connect to the server without the fingerprint. Is there any way to match the fingerprint that I have with the servers' before making the connection? Following is my C# code for the connection: string _ftpURL = "ftp.com"; //Host URL or address of the SFTP server string _UserName = "Login_Id"; //User Name of the SFTP server string _Password =