Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to Internet Transfer Control Execute 'PUT' file?
Message
 
À
03/09/1999 14:19:52
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00258698
Message ID:
00265332
Vues:
20
Rob:
Thanks for the pointer!
The trick with ITC regarding private servers seems to be:
1) Use the "URL" method
ex: thisform.itc.Url="ftp:// ftp.privateserver.com"
2) Assign the username and password
ex: thisform.itc.UserName="myuser"
thisform.itc.PassWord="Mypass"
3) Look for state 12 in the ITCs StateChanged and then do the GETCHUNK() as
offered in ITCs VB example to buffer the response.

My initial attempts with OpenURL and Execute in the ITCs event offering to make the connection did not work on private servers.

Thanks
Terry
Imagination is more important than knowledge
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform