Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Looking for ActiveX SSH or SFTP
Message
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01132875
Message ID:
01134267
Views:
15
This is the code I wrote:
	ObjWOD = CreateObject( "WeOnlyDo.wodSFTPCom.1")
	WITH ObjWOD
		.HostName = mv_host
		.Login = mv_usr
		.Password = mv_pwd
		.Blocking = 1
		mv_con = .Connect
		mv_lstdir = .ListDir("/")
		.Disconnect
	ENDWITH
Variables mv_con and mv_lstdir are both showing null, so I am not connecting.

I'm probably missing something simple, but I based my code on what I read in a VB example. Can you show an example of code you use in VFP?

Thank you.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform