receive
The receive
command accesses a Share; it takes a Share <url>
for its argument:
bsafe share receive [options] <url>
For text Shares,
receive
returns the text contents of the Share to stdout.For file Shares,
receive
downloads the file to the current working directory.
receive subcommand options
Option | Description |
| Provide the password needed to access password protected Shares as a string. |
| Specify the password needed to access password-protected Shares as a stored environment variable. |
| Specify the password needed to access password-protected Shares as a file with the password as its first line. |
| Output the full Share object as JSON rather than only the Share link (pair this option with the |
| Specify the output directory for the contents of a file Share. |