new lib: full file management via http

Hi all,
to have a comfortable file managing on sd card I made a http server for Arduino and published the following libs:
for Arduino Uno and Mega: GitHub - tilos/AtMegaWebServer: AtMegaWebServer is a Http-Server library for Arduino with full file managing support on SD card, file system time support (NTP), UDP broadcast discovery and optionaly Json support.
for Arduion Due (there are a few differences) GitHub - tilos/DueWebServer: DueWebServer is a Http-Server library for Arduino Due with full file managing support on SD card, file system time support (NTP) and UDP broadcast discovery.

there is a compatible client for Windows https://duinoexplorer.codeplex.com/
and MacOS https://duinofinder.codeplex.com/
The Mac Duinofinder may need a mono develop lib (I'm not sure. I wrote this with MonoDevelop and as far as I know it needs
a lib that comes with the IDE ? Maybe someone finds out).

So, I hope you like it.
Tilo