transfer.sh - Get a file in a link using

Curl command to upload files to the website

 curl -T FileName https://transfer.sh/FileName

curl --upload-file FileName https://transfer.sh/FileName

Comments