website/content/blog/wormhole.md
2020-02-29 19:39:20 -05:00

572 B

title date draft tags
Wormhole 2019-11-20T21:21:23-05:00 false
linux

A dead simple way to send files between two linux machines not on the same network is to use a utility called Magic Wormhole. It is typically included in the standard repositories and is so simple the this blog post is going to end soon.

Send a file:

wormhole send filename 

This will generate a code for you to share like 6-speculate-allow

Receive a file:

wormhole receive 6-speculate-allow

Done.