top | item 17365660

(no title)

mnarayan01 | 7 years ago

From your source machine:

  < /path/to/source ncat remote-host 8001
On your destination machine:

  ncat -l 8001 > /path/to/dest
Though in most situations with files of reasonable size, you're probably going to be better off running through `gzip -c`.

discuss

order

No comments yet.