Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/liximomo/filed-server

Transfer files over wifi from your computer to your other device by scanning a QR code without leaving the terminal.
https://github.com/liximomo/filed-server

Last synced: about 2 months ago
JSON representation

Transfer files over wifi from your computer to your other device by scanning a QR code without leaving the terminal.

Awesome Lists containing this project

README

        

# file download server
Serve your local files for viewing and downloading.

## Installation
```
npm install --global filed-server
or
 yarn global add filed-server
```

## Usage

```
filed-server [option] [path]
```

## Option

| Name      | Alias       | Description     |
| ----------|:-----------:| ----------------:|
| --port | -p | port to listen |
| --host | -h | server address |

Path defaults to current working directory.