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

Click here to load this message in the networking platform