Skip to content

Commit 52e49e1

Browse files
Suggest more convenient transfer port in README
1 parent b2c480c commit 52e49e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,20 +34,20 @@ Build a static binary that is more likely to be portable:
3434
## How to use
3535

3636
Suppose the sender has Tailscale IP 100.71.154.83. Pick some available port,
37-
like 7999 (assuming it's not bound to). Then on the sending end:
37+
like 4440 (assuming it's not bound to). Then on the sending end:
3838

39-
fastsync send 100.71.154.83:7999 file.tar.gz
39+
fastsync send 100.71.154.83:4440 file.tar.gz
4040

4141
Alternatively if you want to send an entire directory, then you should something
4242
like the command below. Please note that fastsync will not allow absolute paths:
4343

4444
cd /some/path/
45-
fastsync send 100.71.154.83:7999 ./data
45+
fastsync send 100.71.154.83:4440 ./data
4646

4747
On the receiving end, suppose we download with 32 TCP connections:
4848

4949
cd /some/path
50-
fastsync recv 100.71.154.83:7999 32
50+
fastsync recv 100.71.154.83:4440 32
5151

5252
## Known issues
5353

0 commit comments

Comments
 (0)