Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Downloading HTML files from web servers
Message
From
29/04/2003 13:56:43
 
 
To
29/04/2003 07:58:50
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00782614
Message ID:
00782837
Views:
11
Try this:

DECLARE integer URLDownloadToFile in urlmon.dll Long, string, string, long,long
URLDownloadToFile(0, "http://www.somesite.com/somedir/file.html", "c:\somedir\file.html", 0, 0)

You can also download binary files using this method.


>Hello!
>
>I have to download html files from web servers (http://something..),
>and I'm afraid with the wininet.dll what I use for FTP transfers can't do
>it. Is there any other way (in Windows API)?
>I've found some ocx on the web, what can do it, but these were demo-s,
>and didn't work well.
>Do you have any idea?
>
>Thanks, Nandi
Previous
Reply
Map
View

Click here to load this message in the networking platform