Does control support Host Key Validation (wodSFTP / wodSFTP.NET / wodSFTPdll)
Does the sftp control support host key validation?
Does the sftp control support host key validation?
by wodAlan
, (7492 days ago) @ jimcam
Does the sftp control support host key validation?
Hi,
Yes, our wodSFTP component support host key validation. Try to use Fingerprint under HostFingerprint Event.
Here is the example:
[code]Private Sub wodSFTP1_HostFingerprint(ByVal Fingerprint As String,
Accept As Boolean)
If Fingerprint = 8c:cb:8a:1e:47:af:f3:bd:2b:b5:f9:23:dc:51:eb:21 Then
Accept = True
Debug.Print accepted ; Fingerprint
Else
Accept = False
Debug.Print Fingerprint is not accepted
End If
End Sub
[/code]
I recommend to save Fingerprint of your server for trying to connect later to that server.
You can find more help in the manual of wodSFTP or you can see it online
http://www.weonlydo.com/SFTP/Help/wodSFTPCOMLib~IwodSFTPNotify~HostFingerprint.html
I hope that I helped you! Let me know how it goes!
by jimcam
, (7491 days ago) @ wodAlan
Thanks, that answers my question. Also, thanks for the code... works great.

Your .NET components allow us to blend .NET technology seamlessly with secure communication, and with excellent technical support.

Thank you very much for the rapid responses. I was a little nervous about dealing with a company that is on a different continent from me. You have proven my concerns to be unfounded.

...with WOD's excellent support I was able to bypass Winsock and focus on the task at hand...

Thank you so much for your hard work and commitment in producing well thought-out solutions. WeOnlyDo is very committed to customer satisfaction!

Not only wodSFTPdll is excellent, the service you have provided is outstanding and second to none!

You did a great job on wodSSH and wodSSHServer! I got a lot for very little money. Thanks!

...your service has been phenomenal. It's always quick and you are there when I need you.

...with WOD's excellent support I was able to bypass Winsock and focus on the task at hand...

Just thought you'd like to know that my gateway app with your SMTP Server component held the line against a DDOS attack today...

...with the SFTP interface you produced, everything was so simple to understand, we were able to start coding almost immediately!

