Re: connection problems with ActiveX demo (General questions)
Hi Patrick,
After you import wodFtpDLX ActiveX control in VFP you can add this code to connect:
-----------------------------
thisform.sftp.HostName= 'your_hostname'
thisform.sftp.Login='your_login'
thisform.sftp.Password='your_password'
thisform.sftp.Connect()
-----------------------------
You mention that you get 0 value, from where?
If you are referring to ErrorCode in for example Connected Event that this mean that you don't have error and successfully connect to your server.
Hope I helped.
Regards,
Drazen