Re: connection problems with ActiveX demo - WeOnlyDo Discussion board

Re: connection problems with ActiveX demo (General questions)

by wodDrazen, Tuesday, July 11, 2006, 23:01 (6501 days ago) @ Patrick Rock

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


Complete thread: