bashupload.app - 一次性文件分享服务 | One-time File Sharing Service 使用方法 Usage: curl bashupload.app -T file.txt # 上传文件 / Upload file curl bashupload.app -d "text content" # 上传文本 / Upload text (saved as .txt) curl bashupload.app/short -T file.txt # 返回短链接 / Short URL curl -H "X-Expiration-Seconds: 3600" bashupload.app -T file.txt # 设置有效期 / Set expiration time 特性 Features: • 文件只能下载一次 / Files can only be downloaded once (默认 default) • 可以设置有效期 / Can set expiration time for multiple downloads • 下载后自动删除 / Auto-delete after download or expiration • 保护隐私安全 / Privacy protection 有效期示例 Expiration Examples: • 3600 秒 (1小时) / 3600s (1 hour) • 7200 秒 (2小时) / 7200s (2 hours) • 86400 秒 (24小时) / 86400s (24 hours)