Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/liximomo/filed-server
- Owner: liximomo
- License: mit
- Created: 2017-01-06T02:27:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T06:22:55.000Z (over 6 years ago)
- Last Synced: 2024-11-04T05:03:21.873Z (about 2 months ago)
- Language: HTML
- Homepage:
- Size: 10 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.