Coffeepaste
COFFEEPASTE(1) User Commands COFFEEPASTE(1)
NAME
coffeepaste - upload pastes
SYNOPSIS
curl --upload-file [FILE] [URL]
echo "Hello World" | curl --upload-file - [URL]
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 1.5.1 June 2021 COFFEEPASTE(1)