GitHub - ksdme/beam: transfer pipes and files from one computer to another over ssh
Beam
transfer pipes and files from one computer to another over ssh
Why SSH?
Unlike wormhole or portal, Beam is built
on top of SSH. As a result, it has some advantages, including,
🚀 No binary installation, all you need is an ssh client
🔒 Built in authentication
📡 Support for transferring pipes, not just files
How does it work?
On the sender end, pipe your contents into beam using something like,
echo hello | ssh beam.ssh.camp send
And, then, on the receiver end start reading the contents out...
Read more at github.com