How to use the command wormhole (with examples)
Wormhole is a command-line tool that allows users to securely send files or text between two computers. It utilizes end-to-end encryption to ensure the safety of the transferred data. This article will provide examples of how to use the wormhole
command for different use cases.
Use case 1: Send a file
Code:
wormhole send path/to/file
Motivation: Sending a file to another computer securely.
Explanation:
wormhole
: The command to use the Wormhole tool.send
: This argument specifies the action of sending a file.path/to/file
: The path of the file you want to send.
Example output:
Sending file <path/to/file> (150.2 KB/s)...
Wormhole code is: 3-nosebleed-curtain
On the other computer, please run:
wormhole receive 3-nosebleed-curtain
Use case 2: Receive a file
Code:
wormhole receive wormhole_code
Motivation: Receiving a file sent through Wormhole.
Explanation:
wormhole
: The command to use the Wormhole tool.receive
: This argument specifies the action of receiving a file.wormhole_code
: The code received from the sender to establish a connection.
Example output:
Receiving file (<path/to/file>, 10.1 MB)...
Receiving (10.1 MB)...
Data saved to <path/to/file>.
Use case 3: Send raw text
Code:
wormhole send
Motivation: Sending raw text securely between two computers.
Explanation:
wormhole
: The command to use the Wormhole tool.send
: This argument specifies the action of sending raw text.
Example output:
Enter text to send: This is a test message
Wormhole code is: 5-recorded-stereotype
On the other computer, please run:
wormhole receive 5-recorded-stereotype
Conclusion:
The wormhole
command provides a convenient way to securely send files or raw text between two computers. By using end-to-end encryption, the tool ensures that the transferred data remains safe during transmission. Whether you need to send a file or raw text, Wormhole simplifies the process while maintaining security.