Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
To download on an itranet
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Divers
Thread ID:
00986522
Message ID:
00986692
Vues:
42
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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform