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:
01134267
Vues:
16
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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform