BashUpload
One-time file sharing service for the command line
If you find this useful, please give my project a ⭐ Star on GitHub!
⚠️ Files can only be downloaded once, unless an expiration time is set
Quick Start
$ curl bashupload.app -T file.txt
Features
🔐 One-time download: Files are deleted after first access (unless expiration is set)
🛡️ Maximum privacy: Files automatically deleted after expiration
Simple command-line interface
Browser-based drag & drop upload
No registration required
Privacy-focused: Random filenames
Secure temporary storage with Cloudflare R2
Supports files up to -- in size
Optional password protection for uploads
How It Works
- Use curl with the -T flag to upload your file
- (Optional) Set expiration time with -H 'X-Expiration-Seconds: 3600' for time-limited access
- Receive a unique download URL
- Share the URL - works once without expiration, or multiple times until expiration!
- File is automatically deleted after download or expiration
🔒 Password Protection:
When password protection is enabled, you must enter the server's configured PASSWORD in the upload form and include the same password in the Authorization header when downloading. Download with: curl -H 'Authorization: yourpassword' [URL]
⚠️ Download Notice:
By default, files can only be downloaded ONCE. After the first download, the file is automatically and permanently deleted from our servers. If you set an expiration time, the file can be downloaded multiple times until it expires. This ensures maximum privacy and security for your shared files.