Socket
Book a DemoInstallSign in
Socket

easy-send

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-send

Share single file easily

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

easy-send

Share a single file easily from local machine.

If you want to share a file over the internet, it is probably better to use something like Firefox Send

Installation

npm install -g easy-send

Usage

easy-send -f <path-to-file>

This will spin up a HTTP serve with a random URL, for example:

$ easy-send -f yarn.lock
IP addresses:
lo0 127.0.0.1
en0 192.168.0.11
Serving yarn.lock on the following addresses:
http://127.0.0.1:8000/soej
http://192.168.0.11:8000/soej

Other options

$ easy-send -h
Usage: easy-send [options]

Options:
  -f, --file <path-to-file>  path to file
  -id, --id <id>             id in the url e.g. http://localhost:8080/:id
  -p, --port <port>          port to listen on. If port is taken then program will try to find the next available port (default:
                             8000)
  -h, --help                 display help for command

Keywords

share

FAQs

Package last updated on 05 Jul 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts