File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ <h1>Transit.sh</h1>
24
24
< div class ="wrapper post__entry ">
25
25
< p > Direct file transfer with your terminal. No subscription, no storage, no additional tool needed.</ p >
26
26
< pre > < b > # Send</ b >
27
- curl -v -T < var > <file></ var > https://transit.sh/< code style ="color:#fbfbaa "> <some-string></ code > /</ pre >
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 >
28
29
< pre > < b > # Receive</ b >
29
- Wait for < i > We are completely uploaded and fine</ i > on sender side.
30
30
curl -JLO https://transit.sh/< code style ="color:#fbfbaa "> <some-string></ code > /</ pre >
31
31
< pre > < b > # Example</ b >
32
32
curl -T < var > /music/song.mp3</ var > https://transit.sh/< code style ="color:#fbfbaa "> music-for-dad</ code > /
You can’t perform that action at this time.
0 commit comments