https://github.com/tuanlc/file-server
#learngo #newbie #practice
https://github.com/tuanlc/file-server
Last synced: 3 months ago
JSON representation
#learngo #newbie #practice
- Host: GitHub
- URL: https://github.com/tuanlc/file-server
- Owner: tuanlc
- Created: 2022-05-26T14:07:01.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T00:26:15.000Z (about 3 years ago)
- Last Synced: 2025-01-02T14:39:01.214Z (5 months ago)
- Language: Go
- Homepage:
- Size: 8.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# file-server
```bash
file-server --help
Usage of file-server:
-p, --path="": Directory path
```Example:
```bash
file-server -p "/usr/share/doc"Directory path: /usr/share/doc
File server is runing at http://localhost:8080
```