$ TempSpace

Terminal-style file upload service

💾 Download CLI
Your uploads: 0
Rate limit: 10/hr

> Upload File

Drop files here or click to browse

Max size: Loading...

> Recent Uploads

No uploads yet

> CLI Usage

Basic upload:

curl -F "file=@/path/to/file.txt" -F "hours=6" http://localhost:8000/upload

With password protection:

curl -F "file=@/path/to/file.txt" -F "hours=6" -F "password=secret123" http://localhost:8000/upload

One-time download:

curl -F "file=@/path/to/file.txt" -F "hours=6" -F "one_time=true" http://localhost:8000/upload

Download with password:

wget "http://localhost:8000/xxxxx/filename.txt?password=secret123"