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.

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

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

The wodCrypt product is great and we appreciate your effort to add support for UNIX Crypt.

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

The people at WeOnlyDo are amazing! ... I always get a super fast response from customer service, and the products are great too. Thanks WeOnlyDo

Congratulations on an excellent product and first rate 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.

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

I would highly recommend this to anyone who needs a good quality SFTP solution.

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

