mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-23 12:40:19 +01:00
Merge branch 'master' of github.com:dutchcoders/transfer.sh
Conflicts: transfersh-web/index.html
This commit is contained in:
commit
28b68b4d90
1 changed files with 7 additions and 7 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue