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 5-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/12345.

Download

wget https://sshr.uk/12345

Files are served as attachments and expire automatically after 24 hours.