Posted 30 August 2015 - 10:17 PM
im sure theres a lot of alternatives like this one out there but why not, im going to introduce you to my API:
FileNet
Simple Wireless File Sender
Its Verry simple actually, the API allows you to send files trough rednet
Examples:
in your program, try this
--[[To Load Up The API]]--
os.loadAPI("FileNet")
--[[For Computer That Recieves]]--
FileNet.ReceiveFile("top") -- replace "top" with a the side where the modem is
--[[For The Computer That Sends]]--
FileNet.BroadcastFile("YourFile", "top") --to send the file to everyone who is using FileNet.receive()
FileNet.SendFileToID("YourFile", "1", "top" ) --to send a file to an id,replace "YourFile" with the file, replace "1" with the computer ID & relace "top" with the location of the modem
So, thats pretty much it, if you want to use it, here's the paste:
pastebin get 0xTUEGjC FileNet
Already Thank You For Checking This Out! :D/>
Edited on 30 August 2015 - 08:18 PM