📤 File Share

Temporary File Upload Service
🔥
Delete after 1 download
Files are automatically deleted after first download
📁
4GB Size Limit
Upload files up to 4 gigabytes
🖥️
CLI & Web Support
Use from command line or web browser
☁️
Click to upload or drag files here
Maximum file size: 4GB
✅ Upload successful!
⚠️ File will be deleted after first download

💻 Command Line Usage

Upload file:
curl --upload-file ./file.txt https://sgfile.io
cat file.txt | curl --upload-file - https://sgfile.io/file.txt
Download file:
curl https://sgfile.io/abc123/file.txt -o file.txt
wget https://sgfile.io/abc123/file.txt
Pipe directly:
echo "Hello World" | curl --upload-file - https://sgfile.io/hello.txt
📤 Uploading File
filename.txt
0%
Calculating speed...