Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tools for HTTP downloads
Message
 
 
À
13/12/2001 17:52:30
Joel Leach
Memorial Business Systems, Inc.
Tennessie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00594132
Message ID:
00594134
Vues:
42
This message has been marked as the solution to the initial question of the thread.
>Can you recommend any VFP tools or procedures for downloading files over HTTP? We want to implement something like Norton LiveUpdate in our application. Hopefully, McAffee won't sue us. <g>
>
>Thanks.

Joel,
Rick Strahl's wwIPStuff gives you this capability. Ex.
lcdata = oip.HttpGet('http://mysite.mydomain.com/Updates/MyUpdates.zip')
if strtofile(lcdata,'UpdateFile.zip',0) > 0 then
   * process the update file and do what you need
endif
HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform