tempshare
v1.0.1
Published
Share files temporarily over the internet
Downloads
120
Readme
tempshare
tempshare is a simple command-line tool for sharing files temporarily. It allows you to upload a file, get a unique download ID, and then use that ID to download the file anywhere across the world.
Installation
To install tempshare, run the following command:
npm install -g tempshare
Usage
To use tempshare, run the following command:
tempshare [options] [ file-path | download-id ]
Options
The following options are available:
-h, --help display the help
-u, --upload upload the respective file
-d, --download download the respective file
Examples
To upload a file, run the following command:
tempshare -u /path/to/file
To download a file, run the following command:
tempshare -d download-id
License
This project is licensed under the MIT License.