From 404120178eddaa921dc6b059efd790851f3a650e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Ney=20Guerrero?= Date: Sun, 7 Dec 2014 15:07:52 -0600 Subject: [PATCH] improved URL to show the dynamically generated id --- transfersh-web/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/transfersh-web/index.html b/transfersh-web/index.html index 4486037..64d4442 100644 --- a/transfersh-web/index.html +++ b/transfersh-web/index.html @@ -131,10 +131,10 @@ include "includes/head.html" # Uploading is easy using curl
$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt -
+
https://transfer.sh/66nb8/hello.txt
# Download the file -
$ curl https://transfer.sh/hello.txt -o hello.txt +
$ curl https://transfer.sh/66nb8/hello.txt -o hello.txt