I'm searching for a way to know when a file of a directory is modify, create or delete.

Thanks for any interest to my problem!

有帮助吗?

解决方案

There is no universal way to do this. Some servers may provide facilities to do this, but it highly depends on which server you're running.

So lacking that, the only universal thing you can do is issue PROPFIND requests every x seconds and see if something changed.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top