Just PUT file and then download, the service will NOT save your file.

Max file size is 100MB

Usage:

Put file

curl -T file https://put.direct
curl --data-binary @file https://put.direct

Put data from STDIN

date | curl -T- https://put.direct