WeOnlyDo.Client.SFTP.Core.dll adding issue in .net core - WeOnlyDo Discussion board

WeOnlyDo.Client.SFTP.Core.dll adding issue in .net core (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Jasmine, Saturday, October 05, 2024, 11:59 (47 days ago) @ Geordin

Hi.

I was unable to duplicate your issue. I created new empty Console NET project, double-checked that target framework is '.NET 8.0' in project properties.

Then right clicked on 'dependencies', then 'browse', then navigated to 'WeOnlyDo.Client.SFTP.Core.dll' file I just downloaded from our website.

I used this simple code in Program.cs:


// See https://aka.ms/new-console-template for more information
Console.WriteLine("Hello, World!");


WeOnlyDo.Client.SFTP sftp1 = new WeOnlyDo.Client.SFTP();
Console.WriteLine(sftp1.Version);

and all worked ok. Can you please try the same, and if it fails to work, ZIP everything and send to to our techsupport - at - weonlydo.com?

Thanks,
Jasmine


Complete thread: