We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ea6ae commit 40d22faCopy full SHA for 40d22fa
static/index.html
@@ -25,7 +25,8 @@ <h1>Transit.sh</h1>
25
<p>Direct file transfer with your terminal. No subscription, no storage, no additional tool needed.</p>
26
<pre><b># Send</b>
27
curl -v -T <var><file></var> https://transit.sh/<code style="color:#fbfbaa"><some-string></code>/
28
-# Wait for <i>'We are completely uploaded and fine'</i> before next step.</pre>
+
29
+<i>Wait for "We are completely uploaded and fine" before next step.</i></pre>
30
<pre><b># Receive</b>
31
curl -JLO https://transit.sh/<code style="color:#fbfbaa"><some-string></code>/</pre>
32
<pre><b># Example</b>
0 commit comments