>> bin.xng.rip

Simple file sharing service from terminal, based on Rustypaste.

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

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

Paste file from remote URL
    curl -F "remote=https://example.com/file.png" 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: