Is there any way to upload(or modify) files from a cs server to a ftp (hosted web) ?
I have a cfg that I would like to be shared in many servers, and all of them need to read/add/delete data from there.
I've been searching for a week. I found many ways to download files to modify, but couldn't find anything to put the updated file available for the rest of the servers again.
Any help? c:
Edit: I don't want to use sql. The data from the file has different items, different types and number of arguments and I don't want to set up the amount of tables I would need for that