1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

Merge pull request #20 from buckket/patch-1

Clarified sample use case @ index.html
This commit is contained in:
Uvis Grinfelds 2015-02-17 23:47:30 +01:00
commit 7903fc5340

View File

@ -192,7 +192,7 @@ include "includes/head.html"
<br>$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt <br>$ cat /tmp/hello.txt|gpg -ac -o-|curl -X PUT --upload-file "-" https://transfer.sh/test.txt
<br> <br>
<br> <br>
<span class="code-title"># Encrypt and upload</span> <span class="code-title"># Download and decrypt</span>
<br>$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt <br>$ curl https://transfer.sh/1lDau/test.txt|gpg -o- > /tmp/hello.txt
</code> </code>
</div> </div>