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 , (7033 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 , (7032 days ago) @ wodAlan
Thanks, that answers my question. Also, thanks for the code... works great.
Thank you so much for your hard work and commitment in producing well thought-out solutions. WeOnlyDo is very committed to customer satisfaction!
Thanks! We love your software and your great support!
You did a great job on wodSSH and wodSSHServer! I got a lot for very little money. Thanks!
The SFTP ocx is one of the finest pieces of programming I have seen. It worked out of the box...
...with the SFTP interface you produced, everything was so simple to understand, we were able to start coding almost immediately!
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.
The wodCrypt product is great and we appreciate your effort to add support for UNIX Crypt.
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.
It was no small factor, however, that your support in getting me up and running made me buy from you.
Not only wodSFTPdll is excellent, the service you have provided is outstanding and second to none!