Re: sFTP Connection - WeOnlyDo Discussion board

Re: sFTP Connection (General questions)

by dhuangfu, Saturday, July 30, 2011, 18:51 (4651 days ago) @ wodDamir

In the product server I put the line back. (Sftp.LicenseKey = VEE3-ACEC-B696-DZZH )
There is no problem in an old script in the same server linked to another destination host.
The code is similar except the followings (3rd-5th lines).
set Sftp = CreateObject( WeOnlyDo.wodSFTPCom.1 )
Sftp.LicenseKey =
Sftp.Hostname = xxx.vcu.edu
Sftp.Login = xxx
Sftp.Password = xxx
Sftp.Blocking = 1
Sftp.Connect
The new one get error in the last line.
#############################
WeOnlyDo.wodSFTPCom.1 error 'ffffffff'
Unrecognized Error.
#############################

Hi,

If I understood correctly, you have a licensed version of component on your distribution machine (server), but you have trial version on your development machine?

If so, then it's normal that you receive an error, since your code doesn't contain LicenseKey property set before Connect method.

Can you verify?

Regards,
Damba


Complete thread: