mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
8 lines
151 B
Markdown
8 lines
151 B
Markdown
|
|
# File-server
|
||
|
|
|
||
|
|
The file-server app allows serving a local directory via HTTP.
|
||
|
|
|
||
|
|
## Run
|
||
|
|
```sh
|
||
|
|
go run ./tools/file-server 8081 /path/to/some/directory
|
||
|
|
```
|