https://github.com/codeskyblue/goshare
share file in current machine.
https://github.com/codeskyblue/goshare
Last synced: about 2 months ago
JSON representation
share file in current machine.
- Host: GitHub
- URL: https://github.com/codeskyblue/goshare
- Owner: codeskyblue
- License: mit
- Created: 2014-11-17T08:59:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-18T08:19:16.000Z (over 6 years ago)
- Last Synced: 2025-01-26T01:17:40.440Z (4 months ago)
- Language: Go
- Size: 214 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
goshare
=======share file in current machine.
## Installation
```
go get -v github.com/codeskyblue/goshare
```## Usage
Start a file server and Generate download link address.Just one command.
```
$ goshare some_file.txt
http://10.240.171.86:10351/0aa04a5d/some_file.txt
```## LICENSE
[MIT](LICENSE)