Community Articles

Find and share helpful community-sourced technical articles.
Labels (1)
avatar
Expert Contributor

Need to upload and share some of your application logs with a the support team or a costumer and tried of doing bunch of ssh, scp ...? https://transfer.sh/ is your tool !

for instance assume you want to upload hello.txt.

curl --upload-file ./hello.txt https://transfer.sh/hello.txt

You will get a unique shareable link once the upload is done.

https://transfer.sh/66nb8/hello.txt

More examples can be found here

711 Views
0 Kudos