drop — a file inbox. Send a file, it lands on the server. send one: curl -T ./photo.png https://drop.saegl.me/ curl -F file=@photo.png https://drop.saegl.me/ send from a pipe (name it yourself, curl can't guess): pg_dump mydb | gzip | curl -T - https://drop.saegl.me/db.sql.gz or open https://drop.saegl.me/ in a browser and drag files onto the page. limit 100MB per file. write-only: there is no download URL, files are read off the server directly. A clashing name gets a -1, -2 suffix rather than overwriting.