From b485d520be1e73c936e209d3aab8b7a461a6a5ce Mon Sep 17 00:00:00 2001 From: onceupon Date: Fri, 9 Jun 2017 16:18:17 +0800 Subject: [PATCH] add others Upload a file to web and download (https://transfer.sh/) --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c432ebf..7f39f37 100644 --- a/README.md +++ b/README.md @@ -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-=-=-=-=-=-=-=-=-=-