Station307
Send and receive files directly, with ease.
Add a file
Shared files
A new Station307
Maybe frequent users already noticed - Station307 has received its first major overhaul in 8 years! In this major rewrite some long standing pain points have been resolved and new features are introduced. Specifically :
- Major performance and stability improvements
- Improved security by using asymmetric channel tokens
- Ability to initiate receiving files in the terminal (see below!)
- Ability to send to multiple receivers at once transparently
- Addition of QR codes in terminals to quickly send/receive to handheld devices
- Improved resiliency by persisting channels (tokens) across server restarts
The core features of Station307 remains unchanged. There are no size limits, transfers are secure and instant, and we never store your files.
If you are a Station307 user and encounter a bug, or have general feedback on these changes, please drop us an email at [email protected].
Station307 features
- No size limit!
- Send & receive files directly
- A completely free service
- Files are never stored on the server
- Secure transportation of your data
- File hosting ends when the browser tab is closed
- Terminal friendly
- Mobile friendly
Stay in touch
Use Station307 to send and receive files from your terminal
Sending files
curl -T <myfile> -s -L -D - xfr.station307.com | grep human
wget --post-file <myfile> -S -o - xfr.station307.com | grep human
cURL and Wget won't stop by themselves - to stop hosting your file, simply press CTRL+C.
Receiving files
curl -s -J -O -L -D - xfr.station307.com | grep human
wget --content-disposition -S -o - xfr.station307.com | grep human
For more tricks with the terminal (like streaming log files!) have a look at the recipes.