Skip to content
Paul Salmon edited this page Aug 25, 2021 · 14 revisions

FileWatcher 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, FileWatcher 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