SimpleFileServer/README.md

9 lines
619 B
Markdown
Raw Permalink Normal View History

2018-09-15 17:05:54 +00:00
# Simple File Server
The simple file server is a tiny server application to serve files to another machine. Files are provided by HTTP. Thus, these files can be downloaded by any browser as well as tools as e.g. `wget` and `curl`.
Attention: This application is intended for internal usage. Therefore, an implementation of e.g. Let's Encrypt for HTTPS was intentionally omitted. **Please do not use this application on the public Internet.**
# Credits
This application uses the library [Cobra](https://github.com/spf13/cobra) for the command line parsing.
Icons are provided by [Icons8](https://icons8.com).