Skip to content

Upload Files From Terminal

View on Twitter

💡 https://transfer.sh/ is a neat tool that allows you to upload files directly from the terminal. Its benefits are:

- Files up to 10GB
- Available for 2 weeks
- Get a shareable link
- It's free

As always, be careful with sensitive files. 😉

Upload a hello.txt file by running: curl --upload-file ./hello.txt https://transfer.sh/hello.txt
You might also like
Colour Contrast for Accessibility Read tip
Tell Heroku How to Start Your App With Procfile Read tip
Use Systemd to Manage Processes Read tip