@rasch/transfer
v0.1.0
Published
share [encrypted] files using transfer.sh
Downloads
2
Readme
transfer
Upload files to transfer.sh, then display the url. The file is deleted after 14 days.
Usage
Upload a file or directory. Directories are compressed using tar and gzip. Pass
the -e
option to encrypt the file using GnuPG before uploading.
transfer <file|directory>
transfer -e <file|directory>
The transfer
script also accepts stdin.
... | transfer <file_name>
... | transfer -e <file_name>
Install
pnpm add --global @rasch/transfer
npm install --global @rasch/transfer
yarn global add @rasch/transfer