Notifications
Clear all
[Closed] Download from HTTP ?
Mar 16, 2009 1:14 pm
Hi
I would want to make the script to download something from HTTP
But , i can’t find any help like this ,
Dose anyone know how to make it ?
I’ve tried the code like
but it not working
Thanks
3 Replies
Mar 16, 2009 1:14 pm
( dotNetObject “System.Net.WebClient” ).downloadFile “ http://313designstudio.com/rappatools/RappaTools-v313.152.mzp ” “c:\setup file.mzp”
Mar 16, 2009 1:14 pm
and should you need to support older max versions…
dragAndDrop.downloadURLToDisk <url> <destination> 1