So, I'm in the middle of developing a web based file system abstraction layer. The same as in the file browser, except that it has additional features such as fancy permissions, etc.
I would like users to be somehow notified of directory changes. So, for example, when someone uploads a new file via FTP, some users should receive the correct message. It is not necessary that the message be more detailed, I do not need to show the exact resource. The name of the parent directory should be sufficient.
Which approach would you recommend?
source
share