Browse Source

added wget sample

tags/v1.0.0
Remco 9 years ago
parent
commit
339b516f50
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      transfersh-web/index.html

+ 11
- 0
transfersh-web/index.html View File

@@ -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…
Cancel
Save