Home Guides Protocol Install Awesome Hacks
Guides Hyp CLI Beaming Files

Beaming Files

One of Hyp's most convenient tools is the "beam" command. It provides an easy flow for piping data from one device to another with an encrypted connection.

Pipe the data you want to share using the beam command:

cat ./my-file.txt | hyp beam

This will generate a pass-phrase which you can enter on the receiving device to connect and output the data:

hyp beam "the generated phrase" > ./my-file.txt

The beam is only valid for 30-60 minutes and will close as soon as the data has been sent.

Relevant commands: