A simple, curl-friendly file upload and one-time sharing service.
$ 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.
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.