Hi,
How can I pass a huge binary file (up to 1Gb) to the RPC API in order to store it in a binary cache?
The examples show it using a file redirection within the same server, but what if I cannot log into the server and I just cannot communicate through the RPC API? How do I achieve it?
Thanks!