remcpy - Remote Copy Service
POST
/@{identifier}
Upload a file with the specified identifier
curl -X POST -F "file=@example.txt" https://remcpy.ice.computer/@myfile
GET
/@{identifier}
Download the file with the specified identifier
curl -X GET https://remcpy.ice.computer/@myfile
Maximum file size: 5GB