License key missing. - WeOnlyDo Discussion board

License key missing. (wodSFTP / wodSFTP.NET / wodSFTPdll)

by billq, Tuesday, September 09, 2014, 21:13 (3489 days ago)

We've purchased and installed a licensed version of SFTP. It's been running great until 2 days ago. While manually running a simple directory listing to verify the connection, a "License key missing.You can not use this component in design environment." error was displayed. The license key is in the registry and the following code is being used:

set Sftp = Server.CreateObject("WeOnlyDo.wodSFTPCom.1")

Sftp.Hostname = "ftp.xxx.com"
Sftp.Login = userid
Sftp.Password = password
Sftp.RemotePath = "/in"

Sftp.Blocking = 1

Sftp.Connect

I tried adding "Sftp.LicenseKey = ..." but that generated the error: "Object doesn't support this property or method: 'LicenseKey'"


Thanks, Bill


Complete thread:

 

  • License key missing. - billq, 2014-09-09, 21:13 [*]