COFFEEPASTE(1) User Commands COFFEEPASTE(1) NAME coffeepaste - upload pastes SYNOPSIS curl --upload-file [FILE] https://p.mort.coffee echo "Hello World" | curl --upload-file - https://p.mort.coffee DESCRIPTION Upload data to the server, get a URL back. The file will be deleted a while after the last read. GET /, GET /index.html Get this index page. GET /ID Fetch the raw file with the given ID. GET /ID.EXT Fetch the file with the given ID, displayed in a way appropriate for that file type. PUT /PATH Upload a file. If PATH has a file extension, the returned URL will have the same file extension. The URL of the uploaded file is returned. AUTHOR Written by Martin Dørum. WWW https://sr.ht/~mort/coffeepaste/ REPORTING BUGS Submit bug reports to https://todo.sr.ht/~mort/coffeepaste. coffeepaste 2.0.0 December 2024 COFFEEPASTE(1)