A simple file server for internal usage
Go to file
2018-09-15 19:40:15 +02:00
cli Fixed logging message 2018-09-14 08:59:16 +02:00
configuration Initial 2018-09-13 15:30:32 +02:00
version Update 2018-09-15 16:24:47 +02:00
go.mod Initial 2018-09-13 15:30:32 +02:00
go.sum Initial 2018-09-13 15:30:32 +02:00
Main.go Initial 2018-09-13 15:30:32 +02:00
README.md Added readme 2018-09-15 19:05:54 +02:00
Variables.go Initial 2018-09-13 15:30:32 +02: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 for the command line parsing.

Icons are provided by Icons8.