Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Looking for ActiveX SSH or SFTP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
Visual FoxPro
Divers
Thread ID:
01132875
Message ID:
01135473
Vues:
23
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform