>> bin.xng.rip

Simple file sharing service from terminal, based on Rustypaste.

Submit files via HTTP POST here:
    curl -F 'file=@example.txt' https://bin.xng.rip
    curl -F 'file=@example.txt' -H 'expire:10min' https://bin.xng.rip
This will return the URL of the uploaded file.

One shot files/URL's
    curl -F 'oneshot=@x.txt' https://bin.xng.rip
    curl -F 'oneshot_url=https://example.com' https://bin.xng.rip
    curl -F 'url=https://example.com/some/long/url' https://bin.xng.rip

Paste file from remote URL
    curl -F "remote=https://example.com/file.png" https://bin.xng.rip

Maximum file size: 512.0 MiB

The server administrator might remove any pastes that they do not personally
want to host.

Or use a simple frontend to upload files [sheesh]:
    
Upload type: