
-----------------------------------
JSBN
Sun May 29, 2005 10:56 am

Downloading Via Turing?
-----------------------------------
yes, i am aware that turing's net code is poor at best, but i want to create a program that allows me to download files from the internet

Get url
get filename
download url+filename to directory XXX

that's basically what i want the heart of the program to do.

-----------------------------------
MysticVegeta
Sun May 29, 2005 12:37 pm


-----------------------------------
You can use: 
Sys.Exec ("http://something.com/something.asd")
Then when the page opens up in a browser, it is automatically saved in the temp folder. Make your program locate the Temp files folder and copy the file and paste it in to a disired location.

If you are downloading an exe file, then you will just have to use the Sys.Exec command to locate the exe on the web.

-----------------------------------
StarGateSG-1
Sun May 29, 2005 4:37 pm


-----------------------------------
Lol, you can't download stuff with turing, that is not is purpose, go to the site and download the normal way Lol.

-----------------------------------
MysticVegeta
Sun May 29, 2005 4:51 pm


-----------------------------------
lol yea true. 
I made a program on it that dled stuff from internet like the way i mentioned. Its not that complicated.
