mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-27 06:30:19 +01:00
added wget sample
This commit is contained in:
parent
83c7ef67ca
commit
339b516f50
1 changed files with 11 additions and 0 deletions
|
@ -273,6 +273,17 @@ include "includes/head.html"
|
|||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-6">
|
||||
<h3>wget uploads also supported</h3>
|
||||
<div class="terminal-top">
|
||||
</div>
|
||||
<div class="terminal">
|
||||
<code>
|
||||
<span class="code-title"># wget</span>
|
||||
<br/>$ wget --method PUT --body-file=/tmp/file.tar https://transfer.sh/file.tar -O - -nv
|
||||
</code>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6">
|
||||
<h3>Send us your awesome example</h3>
|
||||
<div class="terminal-top">
|
||||
|
|
Loading…
Reference in a new issue