File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,20 +34,20 @@ Build a static binary that is more likely to be portable:
3434## How to use
3535
3636Suppose 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
4141Alternatively if you want to send an entire directory, then you should something
4242like 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
4747On 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
You can’t perform that action at this time.
0 commit comments