mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2020-11-18 19:53:40 -08:00
Merge branch 'master' of github.com:dutchcoders/transfer.sh
Conflicts: transfersh-web/index.html
This commit is contained in:
commit
28b68b4d90
@ -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…
x
Reference in New Issue
Block a user