瀏覽代碼

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> <code>
<span class="code-title"># Uploading is easy using curl</span> <span class="code-title"># Uploading is easy using curl</span>
<br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt <br>$ curl --upload-file ./hello.txt https://transfer.sh/hello.txt
<br>
<br>https://transfer.sh/66nb8/hello.txt
<br> <br>
<span class="code-title"># Download the file</span> <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> </code>
</div> </div>
</div> </div>


Loading…
取消
儲存