no more LicenseKey property? - WeOnlyDo Discussion board

no more LicenseKey property? (wodSFTP / wodSFTP.NET / wodSFTPdll)

by David.Jacobsen, Wednesday, October 12, 2016, 22:40 (2724 days ago)
edited by David.Jacobsen, Wednesday, October 12, 2016, 22:44

Ultimately, I am having an issue where:

sftpTransfer = new wodSFTPCOMLib.wodSFTPCom();
sftpTransfer.ListNames(sRemotePath);
sFileList = sftpTransfer.ListItem;

is causing sFileList to be null even when there are files in the given remote path. This issue is sporadic, though currently limited to one of our client's SFTP servers.

However, before looking for support on that, I thought I would update our DLL first. I downloaded the latest wodSFTP.dll and replaced the old one in the project but am getting an error:

wodSFTPComLib.wodSFTPCom does not contain a definition for LicenseKey

Anyone know where the license key is set now? This is not working:

wodSFTPCOMLib.wodSFTPCom sftpTransfer;
sftpTransfer = new wodSFTPCOMLib.wodSFTPCom();
sftpTransfer.LicenseKey = "XYZ";

According to, http://www.weonlydo.com/SFTP/Help/wodSFTP-Technical-and-distribution-information.html, it should be in the same location it was before.

no more LicenseKey property?

by Jasmine, Wednesday, October 12, 2016, 22:42 (2724 days ago) @ David.Jacobsen

Hi.

I assume you downloaded DEMO version from our website. Please request update to obtain latest licensed version from

http://www.weonlydo.com/index.asp?update=1

and try again.

Kind regards,
Jasmine