From 5d907166e6b247b9c9893aa1d7cf53ac2e392316 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 19:05:54 +0200 Subject: [PATCH] Added readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..764761f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# 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). \ No newline at end of file