Merge pull request #12 from neydroid/pull-request-fix-download-file

fixed example of downloading file command
This commit is contained in:
Remco 2014-12-08 10:30:58 +01:00
commit 7292bfac25

View file

@ -131,10 +131,10 @@ include "includes/head.html"
<code>
<span class="code-title"># Uploading is easy using curl</span>
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
<br>
<br>https://transfer.sh/66nb8/hello.txt
<br>
<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>
</div>
</div>