Socket
Socket
Sign inDemoInstall

easy-send

Package Overview
Dependencies
1
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    easy-send

Share single file easily


Version published
Weekly downloads
2
increased by100%
Maintainers
1
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 05 Jul 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc