How to allow a remote server to push data onto a central server without having any other access.
That is, how to allow the remote server to only append but not overwrite or read files on the central server?
The reason for this is that the remote server is a less secure IOT device which still needs to transfer it's data over the network.
What are the possible approaches and how to achieve this?