You requested for a file that does not exist
Usage
Upload some text:
From the web
With cURL:
$ curl -d "Germania Delenda Est\!" volumen.civitat.es
$ curl --data-binary @path/to/file volumen.civitat.es
fish function(place this as volumen.fish into your ~/.config/fish/functions folder):
function volumen
curl --data-binary @/dev/stdin https://volumen.civitat.es
end
$ cat reasonsGermansSuck.file | volumen
With HTTPie:
$ echo "Germania Delenda Est\!" | http POST volumen.civitat.es
$ http POST volumen.civitat.es < path/to/file
Get some text:
With cURL:
$ curl volumen.civitat.es/raw/PlainVastAirport
With HTTPie:
$ http volumen.civitat.es/raw/IdioticGermanCivilians
Don't forget to add that /raw/
there or else you will get html code meant for the browser
This instance is currently configured to keep files for 120 days
For server usage and hosting it yourself, check out github