/FSMonitor

A file system monitor written in C as a project for "System Programming" course at La Sapienza, Rome

Primary LanguageC

FSMonitor

A FileSystem monitor written in C

This system is composed by a client and a server program. The server can monitor a path for changes (creation, deletion, editing of files and folders) and notify this changes to registered clients.

This project has been developed for the System Programming course at La Sapienza, Rome.