How to stream data to a remote server in unix? I do not want to do ssh.
Currently what I am doing on local machine is: cat local_file | ssh root@remote_machine "cat >> remote_file"
But this file is large and I want a lighter way than ssh. I do not care about security or ack.