Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to download file from a https link?
Message
 
À
24/11/2003 12:30:16
Mike Zhu
Icube Info International
Fremont, Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00852988
Message ID:
00853233
Vues:
15
This message has been marked as a message which has helped to the initial question of the thread.
Try this:
oHttp = CreateObject('MSXML2.ServerXMLHTTP')
WITH oHttp
	.Open('GET', cHref, cUser, cPwd)
	.Send()
	cFile = .ResponseText
ENDWITH
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform