cupload.cloud

A simple, curl-friendly file upload and one-time sharing service.

📤 Upload a file

$ curl -T yourfile.txt https://cupload.cloud
You can download your file at https://cupload.cloud/abcd1234/yourfile.txt

Note: Maximum upload size is 50 MB.

📥 Download a file

You can use wget or curl to download your file:

$ wget https://cupload.cloud/abcd1234/yourfile.txt

$ curl -O https://cupload.cloud/abcd1234/yourfile.txt

Note: Files are deleted immediately after the first successful download.