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

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

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
```