瀏覽代碼

added wget sample

tags/v1.0.0
Remco 9 年之前
父節點
當前提交
339b516f50
共有 1 個文件被更改,包括 11 次插入0 次删除
  1. +11
    -0
      transfersh-web/index.html

+ 11
- 0
transfersh-web/index.html 查看文件

@@ -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…
取消
儲存