You requested for a file that does not exist
termpad
A (self hosted) pastebin for easily sharing text right from the terminal
Usage
Upload some text:
From the web
With cURL:
            $ curl -d "Hello World\!" termpad.planethawleywood.com
            $ curl --data-binary @path/to/file termpad.planethawleywood.com
        
        With HTTPie:
        
            $ echo "Hello World\!" | http POST termpad.planethawleywood.com
            $ http POST termpad.planethawleywood.com < path/to/file
        
        Get some text:
With cURL:
            $ curl termpad.planethawleywood.com/raw/PlainVastAirport
        
        With HTTPie:
        
            $ http termpad.planethawleywood.com/raw/PlainVastAirport
        
        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 30 days
For server usage and hosting it yourself, check out github