https://github.com/toan2406/local-share
Share your folders/files in local network
https://github.com/toan2406/local-share
file folder share
Last synced: 5 months ago
JSON representation
Share your folders/files in local network
- Host: GitHub
- URL: https://github.com/toan2406/local-share
- Owner: toan2406
- Created: 2017-07-05T04:48:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-02T07:11:02.000Z (over 6 years ago)
- Last Synced: 2024-08-09T02:16:54.648Z (8 months ago)
- Topics: file, folder, share
- Language: JavaScript
- Homepage:
- Size: 802 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - toan2406/local-share - Share your folders/files in local network (JavaScript)
README

# Local share
Serve your shared folder in OSX (with auto copy-to-clipboard your local address) (because I don't like AirDrop)## Usage

* Clone the project
* `cd` and run `npm install -g`
* Configure default shared directory and port
```
$ localshare config -d /path/to/your/shared/dir -p 8888
```
* Start the service
```
$ localshare start -d /path/to/another/shared/dir
```
* Share one file
```
$ localshare start -d /path/to/your/file
```