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
Complete thread:
- connection problems with ActiveX demo - Patrick Rock, 2006-07-11, 22:47
- Re: connection problems with ActiveX demo - wodDrazen, 2006-07-11, 23:01
- Re: connection problems with ActiveX demo - wodSupport, 2006-07-11, 23:04
- Re: connection problems with ActiveX demo - Patrick Rock, 2006-07-11, 23:14
- Re: connection problems with ActiveX demo - wodDrazen, 2006-07-11, 23:43
- Re: connection problems with ActiveX demo - Patrick Rock, 2006-07-12, 18:00
- Re: connection problems with ActiveX demo - wodDrazen, 2006-07-11, 23:43
- Re: connection problems with ActiveX demo - Patrick Rock, 2006-07-11, 23:14
- Re: connection problems with ActiveX demo - wodSupport, 2006-07-11, 23:04
- Re: connection problems with ActiveX demo - wodDrazen, 2006-07-11, 23:01