I have a use case where, as part of this solution, I would like to export some files over HTTP to be consumed by my PXE client (OS install files). If the concept is approved I will submit a PR to create the following flags.
- -h / --http-server (flag)
- start HTTP server (by default will export tftp root on the default port (8080))
- -p / --http-port (optional)
- HTTP port to use
- default is 8080
- -r / --http-root (optional)
- HTTP root export path
- default is tftp root
I have a use case where, as part of this solution, I would like to export some files over HTTP to be consumed by my PXE client (OS install files). If the concept is approved I will submit a PR to create the following flags.