This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
block12345's profile picture

a program that downloads nbs files from the internet and puts them in the directory songs

Started by block12345, 25 January 2014 - 03:05 PM
block12345 #1
Posted 25 January 2014 - 04:05 PM
is there some way to download a file of the internet and place it into the directory songs?
TechMasterGeneral #2
Posted 25 January 2014 - 06:15 PM
is there some way to download a file of the internet and place it into the directory songs?

You can use

http.get("www.websiteyouwanttodownloadsongsfrom.com/directory/of/songs.mp3")
Edited on 25 January 2014 - 05:16 PM