mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
fixed example of downloading file command
This commit is contained in:
parent
f60b0ef80c
commit
398f8e6531
@ -134,7 +134,7 @@ include "includes/head.html"
|
|||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
<span class="code-title"># Download the file</span>
|
<span class="code-title"># Download the file</span>
|
||||||
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
|
<br>$ curl https://transfer.sh/hello.txt -o hello.txt
|
||||||
</code>
|
</code>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user