No script?
No problem! You can use Station307 to send from your terminal and download files with the browser. If you are looking to send files from your browser you'll need to enable JavaScript.
Station307 features
- A free service!
- No need to wait for your upload to finish, stream files directly
- No size limit
- 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
Want to keep up with the latest? Follow @station307 on Twitter! If you have any suggestions or questions you can also contact me at station307@synsere.com.
Use Station307 to share files from your terminal
cURL
curl -T <myfile> -Lv station307.com 2>&1 | grep located-at
Wget
wget -S --post-file <myfile> station307.com 2>&1 | grep located-at
cURL and Wget won't stop by themselves - to stop hosting your file, simply press CTRL+C.
For more tricks with the terminal (like streaming log files!) have a look at the recipes.