ID:159559
 
Is there a way so that i can save and load saves from an FTP web server?
It's possible, but there's no native way to do it AFAIK. So you'll have to rely on external means, for instance an external program ran through shell(), or an external function executed from a DLL with call().
Gogeta126 wrote:
Is there a way so that i can save and load saves from an FTP web server?

You could do what Kaio said, but another method would be to send the data to a php script already uploaded on the server and then getting that php script to do all the messing around. Though it'll be a little slow since it'd rely on world.Export(). Your choice really.
In response to Haywire
That does still fall under 'external method', mind. ;) I wasn't going to try and mention all the possibilities. :P
In response to Kaioken
True true, very true. I was just pointing out another method. :p All is good, no harm was done.