Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

martin

Re: Get fingerprint with vb.net

AndMCS wrote:

I installed WinSCPnet using Visual Studio Nuget Package Manager and the installed version is 5.7.5.

So why didn't you install the latest version?
5.7.5 is 4 years old and does not have the Session.ScanFingerprint method.
AndMCS

Re: Get fingerprint with vb.net

martin wrote:



Hi,

I'm trying to use this method (scanfingerprint), however, I'm getting the following error message:

Error 1 'WinSCP.Session' does not contain a definition for 'ScanFingerprint' and no extension method 'ScanFingerprint' accepting a first argument of type 'WinSCP.Session' could be found (are you missing a using directive or an assembly reference?)

I installed WinSCPnet using Visual Studio Nuget Package Manager and the installed version is 5.7.5.

In addition, I tried to use the fingerprint generated by WinSCP UI on SessionOptions but it doesn't match with the validation regular expression.

Thanks,
Wilco

Get fingerprint with vb.net

Good afternoon,

I use vb.net and how can I retrieve the fingerprint from a server and put it in a variable?

Regards,

Wilco