Linux.com

Re:Securing netcat & transferring files

Posted by: Anonymous Coward on November 28, 2005 03:56 AM
While it's true you can do this, it's really the "hard way."

A much easier method is:

cat file | ssh a.com "cat - ><nobr> <wbr></nobr>/path/to/file"

#

Return to CLI Magic: netcat