diff --git a/transfersh-web/index.html b/transfersh-web/index.html index dbbef9a..03f9a76 100644 --- a/transfersh-web/index.html +++ b/transfersh-web/index.html @@ -24,14 +24,23 @@ + + -

- Upload and share your files -

+ Upload and share your files +
@@ -89,11 +97,11 @@
-

Made for us with shell

+

Made for use with shell

-

Share files just with a URL

+

Share files with a URL

@@ -101,33 +109,28 @@
-

Files are stored for 14 days

+

Files stored for 14 days

For free

-
-

Encrypt your files

-
- -

- Sample use cases -

+ Sample use cases +

Uploading

@@ -138,25 +141,24 @@

Make an alias

-

Create an alias, and add it to .bashrc for faster use

- transfer() { curl --upload-file $1 https://transfer.sh/$(basename $1); }
-alias transfer=transfer
-

Now you can just use transfer command

+

Create an alias, and add it to .bashrc for faster use

+ transfer() { curl --upload-file $1 https://transfer.sh/$(basename $1); } +
alias transfer=transfer
+

Now you can just use + transfercommand

transfer hello.txt -

Transfer multiple files

Upload multiple files at once -

+ curl -i -F filedata=@/tmp/hello.txt -F filedata=@/tmp/hello2.txt https://transfer.sh/

Combining downloads as zip or tar archive

curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).tar.gz
curl https://transfer.sh/(15HKz/hello.txt,15HKz/hello.txt).zip -

Encrypt your files before the transfer

@@ -166,14 +168,13 @@ alias transfer=transfer

Encrypt and upload

curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
-
-

Share the love

+

Share the love

@@ -215,17 +216,27 @@ alias transfer=transfer Fork me on GitHub + + + @@ -246,4 +257,3 @@ alias transfer=transfer -