I need a tool that monitors file changes in a specific folder even at attribute level. Anybody can recommend one?

link|improve this question

75% accept rate
feedback

4 Answers

We are using iwatch for this task, which is also based on the inotify kernel features. Of course this only works on Linux, since you did not mention a specific operating system.

Watching for attribute changes would look like this:

iwatch -c script-to-run.sh -e attrib,modify /directory/to/watch

Iwatch can also send emails and has a good documentation for its features and usage.

link|improve this answer
feedback

I think you are going to want to install inotify-tools. You can watch a file and get notified with the contents change, attributes are touched, etc.

link|improve this answer
feedback

On windows there is this shareware: http://www.datamystic.com/filewatcher.html

link|improve this answer
feedback
up vote 0 down vote accepted

The best tool found so far is 'Watch 4 Folder', it allows to specify the folder to be monitored and all the status changes on the included files.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.