Skip to content
TechieGuy12 edited this page Mar 30, 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 6.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 6.0 is compatible with both Linux and MacOS, it hasn't been fully tested for either of those operating systems. Compiled releases are available for download to test out. Just as with the Windows version, FileWatcher on Linux and MacOS are a single, self-contained file that can be deleted if it doesn't work.

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

For example use cases, you can read them on the Use Cases page.

Clone this wiki locally