Re: sFTP Connection (General questions)
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:
- sFTP Connection - squireh, 2011-05-06, 02:51
- Re: sFTP Connection - woddrazen, 2011-05-06, 09:04
- Re: sFTP Connection - dhuangfu, 2011-07-30, 00:32
- Re: sFTP Connection - wodDamir, 2011-07-30, 09:14
- Re: sFTP Connection - dhuangfu, 2011-07-30, 13:15
- Re: sFTP Connection - wodDamir, 2011-07-30, 16:15
- Re: sFTP Connection - dhuangfu, 2011-07-30, 18:51
- Re: sFTP Connection - wodDamir, 2011-07-30, 19:03
- Re: sFTP Connection - dhuangfu, 2011-07-30, 20:28
- Re: sFTP Connection - wodDamir, 2011-07-30, 21:43
- Re: sFTP Connection - dhuangfu, 2011-07-31, 05:54
- Re: sFTP Connection - wodDamir, 2011-07-31, 13:41
- Re: sFTP Connection - Gareth, 2014-12-09, 12:34
- Re: sFTP Connection - wodSupport, 2014-12-09, 14:43
- Re: sFTP Connection - Gareth, 2014-12-09, 16:08
- Re: sFTP Connection - wodSupport, 2014-12-09, 16:36
- Re: sFTP Connection - Gareth, 2014-12-09, 16:08
- Re: sFTP Connection - wodSupport, 2014-12-09, 14:43
- Re: sFTP Connection - Gareth, 2014-12-09, 12:34
- Re: sFTP Connection - wodDamir, 2011-07-31, 13:41
- Re: sFTP Connection - dhuangfu, 2011-07-31, 05:54
- Re: sFTP Connection - wodDamir, 2011-07-30, 21:43
- Re: sFTP Connection - dhuangfu, 2011-07-30, 20:28
- Re: sFTP Connection - wodDamir, 2011-07-30, 19:03
- Re: sFTP Connection - dhuangfu, 2011-07-30, 18:51
- Re: sFTP Connection - wodDamir, 2011-07-30, 16:15
- Re: sFTP Connection - dhuangfu, 2011-07-30, 13:15
- Re: sFTP Connection - wodDamir, 2011-07-30, 09:14
- Re: sFTP Connection - dhuangfu, 2011-07-30, 00:32
- Re: sFTP Connection - woddrazen, 2011-05-06, 09:04