@rasch/transfer

0.1.0 • Public • Published

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

npm install --global @rasch/transfer
yarn

yarn global add @rasch/transfer

Package Sidebar

Install

npm i @rasch/transfer

Weekly Downloads

0

Version

0.1.0

License

0BSD

Unpacked Size

3.96 kB

Total Files

4

Last publish

Collaborators

  • rasch