wormhole-rs - send files to another computer, securely
wormhole-rs 0.7.0
- wormhole-rs [OPTIONS] <SUBCOMMAND>
- forward
- Forward ports from one machine to another
- receive
- Receive a file or a folder [aliases: rx]
- send
- Send a file or a folder [aliases: tx]
- --code
<CODE>
- Enter a code instead of generating one automatically
- -c, --code-length
<NUMWORDS>
- Length of code (in bytes/words) [default: 2]
- --rename
<FILE_NAME>
-
Suggest a different name to the receiver to keep the file's actual name
secret. Not allowed when sending more than one file [aliases: name]
- send-many
- Send a file to many recipients.
- -n, --tries
<N>
- Only send the file up to n times, limiting the number of people that may
receive it. These are also the number of tries a potential attacker gets
at guessing the password [default: 30]
- --timeout
<MINUTES>
- Automatically stop providing the file after a certain amount of time
[default: 60]
- --code
<CODE>
- Enter a code instead of generating one automatically
- -c, --code-length
<NUMWORDS>
- Length of code (in bytes/words) [default: 2]
- --rename
<FILE_NAME>
-
Suggest a different name to the receiver to keep the file's actual name
secret. Not allowed when sending more than one file [aliases: name]
To send files, use `wormhole send <PATH>`. To receive files,
use `wormhole receive <CODE>`.
Copyright © 2024 Matthias Geiger
This manual page was written for the Debian system (and may be
used by others).
Permission is granted to copy, distribute and/or modify this
document under the terms of the EUPL 1.2, or, at your option, any later
version.