Skip to content
TechieGuy12 edited this page Jan 12, 2022 · 14 revisions

File Watcher is an application designed to monitor folders and files on the local system. When specific changes are detected a notification, an be sent to and endpoint via an API request, an action (copy, move, delete) can be performed, or a command executed.

Developed with .Net Core 5.0, File Watcher has been tested on Windows 10 and works without any issues. While it hasn't been tested on other Windows desktop or server operating systems, it should run without any issues.

While .Net Core 5.0 is compatible with both Linux and MacOS, it hasn't been compiled or run on either of those operating systems.

To get started with using FileWatcher, read the Installation page.

Clone this wiki locally