add others

Upload a file to web and download (https://transfer.sh/)
This commit is contained in:
onceupon 2017-06-09 16:18:17 +08:00 committed by GitHub
parent da184fe98c
commit b485d520be

View File

@ -1822,5 +1822,15 @@ users
```bash
w
```
##### Upload a file to web and download (https://transfer.sh/)
--> upload:
```bash
curl --upload-file ./filename.txt https://transfer.sh/filename.txt
```
(the above command will return a URL, e.g: https://transfer.sh/tG8rM/filename.txt)
--> download:
```bash
curl https://transfer.sh/tG8rM/filename.txt -o filename.txt
```
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-