mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
Clarified sample use case @ index.html
This commit is contained in:
parent
04460833e4
commit
9bc204bec5
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
<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
|
||||
</code>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue