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:
01135473
Views:
22
I'm using exactly your commands, and I'm still getting a .NULL. result when I give the .Connect command.

I'm using the trial version (I'm loathe to pay over $200 for something without doing a few tests), but that should not stop it from working.

It simply is not doing what it is supposed to do.

My programming is as follows:
ObjFTPSSH=Createobject("WeOnlyDo.wodFtpDLXCom.1")
WITH ObjFTPSSH
	.HostName = pc_host
	.Login = pc_usr
	.Password = pc_pwd
	.Port = 22
	.Blocking = .F.
	.Protocol = 1
	.Timeout = 60
	pn_connect = .Connect
	pc_lstdir = .ListDir("/")
	.Disconnect
ENDWITH
The result for variables "pn_connect" and "pc_lstdir" are both .NULL. If it were returning an error, I would expect a zero as my result when trying to connect, and a blank (not null) result when seeking the directory.
Previous
Reply
Map
View

Click here to load this message in the networking platform