Upload and share files up to 10GB for free.
File size limit: 10 GB.
Files are automatically deleted after 14 days.
Files become permanent after 10 downloads.
We ignore DMCA requests.
You are solely responsible for any files you upload, as we do not check file contents.
Using strong password guarantees that only you can access the uploaded file - even we cannot access it.
Zero log policy. No tracking. Minimal JS and it's not required (used for progress bar).
We recommend using Tor Browser or at least VPN to upload files.
Files are encrypted using XSalsa20 + Poly1305 + Argon2id (for password hashing).
The password is not stored. It is only used to encrypt the file.
If you forget the password, consider the file lost.
Files uploaded without a password are still encrypted using a server key.
This API allows you to upload and download files programmatically.
curl https://file.svoboda.center/upload \
-F "files=@/path/to/your_file.txt" \
-F "password=your_password" \
-F "delete_after_download=true"
curl https://file.svoboda.center/file/<unique_id>?json=true
curl https://file.svoboda.center/files/<group_id>?json=true
curl https://file.svoboda.center/download/<unique_id>?password=your_password -o your_file.txt
Note: The password
and delete_after_download
fields are optional.