From 339b516f507029bc4f2b22ca45e44f7c9de0686d Mon Sep 17 00:00:00 2001 From: Remco Date: Mon, 8 Dec 2014 14:13:24 +0100 Subject: [PATCH] added wget sample --- transfersh-web/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/transfersh-web/index.html b/transfersh-web/index.html index 4327881..ffbf038 100644 --- a/transfersh-web/index.html +++ b/transfersh-web/index.html @@ -273,6 +273,17 @@ include "includes/head.html"
+
+

wget uploads also supported

+
+
+
+ + # wget +
$ wget --method PUT --body-file=/tmp/file.tar https://transfer.sh/file.tar -O - -nv +
+
+

Send us your awesome example