Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

share-files

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

share-files

Share files from your computer to mobile phone in same network using qr code

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

share-files

Share-files is a simple tool to create a file share service using nodejs. You can list files and share-files will generate QR code. Scan the QR code in mobile to download the files! Supports zip and multiple files!

Note that, mobile should be in the same network to download the file.

How to run:

First, install the share-files:

npm install -g share-files

Now, if you want to share a single file run:

share-files --files <path-to-file>

this will list all your avaialble network interfaces, please pick one and then the QR code will be generated, scan using your mobile to download the file.

To download multiple file:

share-files --files <path-to-file>,<path-to-file>,<path-to-file>

separate multiple files with , and the code will be generated once the zip file is created. Once that is done, you can scan the QR code to download the file.

Why?

I always wanted to share files/movies from my mac to my phone. I used Airdrop and it annoys with signup etc, so I created one. Anyways, its fun :)

Todo:
  1. Support HTTPS
  2. Remove express js dep. We can build without express js.
  3. Now zip takes more time for larger files more than 2GB, check them.
Contribute

If you see any issues, any improvements, please feel free to raise a PR.

Keywords

FAQs

Package last updated on 25 Mar 2018

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc