소스 검색

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">


불러오는 중...
취소
저장