Sending File From One Linux Machine to Another Machine
Date January,22 2012 @ 19:05

I had some files which need to be sent a file from one Linux machine to another. Till that time my usual approach would be to download the file to my local desktop from first Linux machine then again upload it to second machine. But recently I came to know about “nc” command which open a raw TCP/IP socket from one machine. We can use this command to send data from one machine to another directly.

This is much simpler and quicker way to transfer any file from one machine to another machine. There are many ways to use nc command some of them are listed here.