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
, (7360 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
, (7359 days ago) @ wodAlan
Thanks, that answers my question. Also, thanks for the code... works great.

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

You made it so simple for us to integrate SFTP - a technology we had little experience with...

Fantastic product by the way, it has helped us tremendously on a daily basis. Keep up the good work.

Fantastic product by the way, it has helped us tremendously on a daily basis. Keep up the good work.

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

I've heard that you are amazing with your replies coming back so quickly - and now I've seen the speed in which you reply first hand.

It is very refreshing to find such helpful, knowledgeable and quick responding technical support.

...not only that you provide these components at very reasonable cost, your responsiveness to emailed technical questions is simply outstanding...

This has been, by far, the best experience I have ever had dealing with a support entity in my long career in the technical arena

Thank you for the great customer service ... I am really impressed with the wodSSH ActiveX control.

