Drop a file or browse
Max 100 MB · expires in 7 days
Upload any file directly from your terminal and get a shareable link back.
# upload a file curl -T file.zip /file.zip
# pipe from stdin cat dump.sql | curl -T - /dump.sql