Upload
curl -T file.txt https://sshr.uk/file.txt
The response is a short URL such as https://sshr.uk/12345.
sshr Files
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.
curl -T file.txt https://sshr.uk/file.txt
The response is a short URL such as https://sshr.uk/12345.
wget https://sshr.uk/12345
Files are served as attachments and expire automatically after 24 hours.