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
Find Popular JavaScript/Node.js Libraries Read tip
How to Wait or Pause in Node.js Read tip
Organise Large Nginx Configs Read tip