meta data for this page
This is an old revision of the document!
send / receive
migrate to new storage
sudo apt install netcat-openbsd pv zstd
Sender:
zstd -d | pv | nc -w 2 -N <remote_ip> 44444
Receiver:
nc -vl 44444 | zstd -d | pv |
jump to: Search / User Tools / Main Content / Change Content Width
wiki.niziak.spox.org
This is an old revision of the document!
sudo apt install netcat-openbsd pv zstd
Sender:
zstd -d | pv | nc -w 2 -N <remote_ip> 44444
Receiver:
nc -vl 44444 | zstd -d | pv |
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3