|
|
|
|
|
by diginux
4864 days ago
|
|
Doesn't seem to work for me sender$ tar -c awesome.jpg | nc -l 0.0.0.0 12345 (waiting forever) recipient$ nc 255.255.255.255 12345 | tar -x tar: This does not look like a tar archive tar: Exiting with failure status due to previous errors |
|