Is there any way I can get Lua to download a file so that it can be read as data into my script? I'd like to have a file that's updated every now and then change automatically for the users without them having to deal with updating it themselves. I don't mind if it's in some type of backgrounded process, since it doesn't have a definite time to it, and it's honestly not all that important to the script.
The main question I have though is with IO. Do I have to get sandbox permissions changed in order to read a file? I'd rather not have to muck about with sandbox permissions if at all possible, since I don't want people using my script to end up compromising the security of their client for my plugins. And yes, I know you can set certain plugins to trusted, but I have this feeling that a lot of people set global permissions rather than individual ones because it's easier.
The main question I have though is with IO. Do I have to get sandbox permissions changed in order to read a file? I'd rather not have to muck about with sandbox permissions if at all possible, since I don't want people using my script to end up compromising the security of their client for my plugins. And yes, I know you can set certain plugins to trusted, but I have this feeling that a lot of people set global permissions rather than individual ones because it's easier.