Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Tools for HTTP downloads
Message
De
13/12/2001 18:11:40
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:
00594140
Vues:
59
>>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,

Thanks for the info. Do you know if wwIPStuff supports progress updates on the download? Also, do you know any VFP options for zip/unzip tools?
Joel Leach
Microsoft Certified Professional
Blog: http://www.joelleach.net
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform