Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Tools for HTTP downloads
Message
From
13/12/2001 18:11:40
Joel Leach
Memorial Business Systems, Inc.
Tennessee, United States
 
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00594132
Message ID:
00594140
Views:
56
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform