소스 검색

improved URL to show the dynamically generated id

tags/v1.0.0
José Ney Guerrero 9 년 전
부모
커밋
404120178e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      transfersh-web/index.html

+ 2
- 2
transfersh-web/index.html 파일 보기

@@ -131,10 +131,10 @@ include "includes/head.html"
<code>
<span class="code-title"># Uploading is easy using curl</span>
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
<br>
<br>https://transfer.sh/66nb8/hello.txt
<br>
<span class="code-title"># Download the file</span>
<br>$ curl https://transfer.sh/hello.txt -o hello.txt
<br>$ curl https://transfer.sh/66nb8/hello.txt -o hello.txt
</code>
</div>
</div>


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