Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Download
Message
 
To
17/12/2002 05:16:36
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Miscellaneous
Thread ID:
00733565
Message ID:
00733575
Views:
18
LOCAL loXMLHTTP as "MSXML2.XMLHTTP"
loXMLHTTP = CREATEOBJECT("MSXML2.XMLHTTP")
loXMLHTTP.open("GET", "http://www.intranet.com.br/arquivo.zip",.F.)
loXMLHTTP.Send()
strtofile(loXMLHTTP.responseBody,"arquivo.zip")
Cordialmente,

Fabiano Costa
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform