Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to download file from a https link?
Message
 
To
24/11/2003 12:30:16
Mike Zhu
Icube Info International
Fremont, California, United States
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00852988
Message ID:
00853233
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform