sshr

sshr Files

Upload with curl, download with a short code

The bare domain is a short-lived file drop. Upload files with curl -T, get a 6-digit code back, and download by code for 24 hours.

Upload

curl -T file.txt https://sshr.uk/file.txt

The response is a short URL such as https://sshr.uk/123456. You can also append an ignored suffix like https://sshr.uk/123456.txt.

Download

wget https://sshr.uk/123456.txt
wget https://sshr.uk/123456.txt/del

Files are served as attachments, expire after 24 hours, and can be deleted immediately with /del.