Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
To download on an itranet
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
00986522
Message ID:
00986692
Views:
41
This message has been marked as the solution to the initial question of the thread.
You can use an API call
   DECLARE INTEGER URLDownloadToFile IN urlmon.dll;
      INTEGER pCaller, STRING szURL, STRING szFileName,;
      INTEGER dwReserved, INTEGER lpfnCB

? URLDownloadToFile (0, lcRemoteFile, lcLocalFile, 0, 0)
or you can use an external program like curl or wget.
Previous
Reply
Map
View

Click here to load this message in the networking platform