mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
Merge pull request #12 from neydroid/pull-request-fix-download-file
fixed example of downloading file command
This commit is contained in:
commit
7292bfac25
1 changed files with 11 additions and 11 deletions
|
@ -131,10 +131,10 @@ include "includes/head.html"
|
||||||
<code>
|
<code>
|
||||||
<span class="code-title"># Uploading is easy using curl</span>
|
<span class="code-title"># Uploading is easy using curl</span>
|
||||||
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
|
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
|
||||||
<br>
|
<br>https://transfer.sh/66nb8/hello.txt
|
||||||
<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/66nb8/hello.txt -o hello.txt
|
||||||
</code>
|
</code>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue