Socket
Socket
Sign inDemoInstall

quick-transfer

Package Overview
Dependencies
131
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    quick-transfer

Use a QR code to transfer file(s) over the local network.


Version published
Weekly downloads
1
decreased by-50%
Maintainers
1
Install size
3.60 MB
Created
Weekly downloads
 

Readme

Source

quick-transfer Build Status

A one-time file server that displays a QR code to allow your mobile device to get the download URL.

Install

npm install -g quick-transfer

Usage

Provide a filename as the first (non-option) argument to serve that file.

quick-transfer shopping-list.txt

Provide multiple filenames to create and serve a zip archive.

quick-transfer notes01.txt notes02.txt notes03.txt

Pipe data to stdin to serve as "stdin.txt". Note that stdin must end.

git diff | quick-transfer

Options

-a, --address

Type: string
Default: 0.0.0.0

Bind the node server to listen on this IPv4 address.

-d, --display

Type: string

Provide an alternate IPv4 address to display without binding to the server. Useful when the server is behind multiple local routers, like inside VirtualBox.

-e, --extension

Type: string

Override the extension, usually when piping data. For example create-pdf README.md | quick-transfer -e pdf.

-f, --filename

Type: string

Override the entire filename. You may specify the basename here and the extension with either -e or -t.

-g, --glob

Type: boolean
Default: false

Force filename arguments to be glob expanded (instead of using the shell). For example quick-transfer -g -- '*.js'.

-h, --help

Type: boolean

Displays the usage string.

-p, --port

Type: number

Use the specified port instead of a system assigned port.

-t, --type

Type: string

Provide the content type header. When specified this will change the filename's extension accordingly. Overrides any value passed in with -e.

-v, --verbose

Type: boolean

Force additional logging. Turn this on before reporting a bug.

--version

Type: boolean

Displays the version information.

  • qr-filetransfer - Inspired this project, written in golang.

License

ISC - Copyright © 2018, Cody A. Taylor

Keywords

FAQs

Last updated on 02 Apr 2018

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