Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Enviar arquivos em HTTP
Message
From
23/08/2004 09:59:02
Alexandre Sola
Witwise Adm de Bems S/C Ltda
São Paulo, Brazil
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00935534
Message ID:
00935564
Views:
20
fabiano vê se é isso ai ?
Abraços
Alexandre Sola

LOCAL loXMLHTTP as "MSXML2.XMLHTTP"
loXMLHTTP = CREATEOBJECT("MSXML2.XMLHTTP")
loXMLHTTP.open"GET", "http://www.foxbrasil.com.br/download/2002/Indexar_20021110.zip",.F., "user", "password")

loXMLHTTP.Send()
strtofile(loXMLHTTP.responseBody,"c:\arquivo.zip")
Previous
Reply
Map
View

Click here to load this message in the networking platform