file = fs.open("programs/download", "r")
download = file.readAll()
file.close()
rednet.send(id, download)