《学》Get things from one computer to another, safely.
《学》
工具:wormholeComputer ONE
$ wormhole send --text "Hello"
Sending text message (5 Bytes)
Wormhole code is: 9-stupendous-afflict
On the other computer, please run:
wormhole receive 9-stupendous-afflict
text message sent
Computer OTHER
$ wormhole receive 9-stupendous-afflict
Hello
CLI tool
Both commands accept additional arguments to influence their behavior:
wormhole send [args] --text TEXT
wormhole send [args] FILENAME
wormhole send [args] DIRNAME
wormhole receive [args]
--code-length WORDS
: use more or fewer than 2 words for the code--verify
: print (and ask user to compare) extra verification string
Comments