# magic-portal-cli

> This tool provides a CLI interface much like magic-wormhole, but it focuses on file transfers within a local network.

Latest version **1.0.1** (published 2020-01-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install magic-portal-cli
pnpm add magic-portal-cli
yarn add magic-portal-cli
bun add magic-portal-cli
```

Provides the command `magic-portal`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-01-16 |
| First published | 2020-01-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 0 |
| Unpacked size | 12.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Andrew Merison |
| Maintainers | merison |

## Links

- npm: https://www.npmjs.com/package/magic-portal-cli
- Repository: https://github.com/hvdrew/magic-portal
- Homepage: https://github.com/hvdrew/magic-portal#readme
- Issues: https://github.com/hvdrew/magic-portal/issues
- npm.io page: https://npm.io/package/magic-portal-cli

## Recent versions

- 1.0.1 (latest) — 2020-01-16
- 1.0.0 — 2020-01-10

## README

## Magic Portal File Transfer Tool

This tool provides a CLI interface much like magic-wormhole, but it focuses on file transfers within a local network.

It allows for a receiving client to run a command and generate a secret phrase, which can then be shared with the sending client. If the sender inputs the same key as the receiving client was instructed to use, a connection is established and the file begins transferring.

All transfers will be encrypted and compressed for best results.

Currently file transfers are not compressed or encrypted.


### Setup

No external dependencies are required. Simply run `npm i -g magic-portal-cli`!

Sending Files:
`magic-portal send ./some-file-path.js`

Receiving Files:
`magic-portal receive SHARED-PASS-PHRASE output-file-name.js`

---
_Source: https://npm.io/package/magic-portal-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
