I am looking for a way to monitor a directory on another server in qt and so far nothing yet.Is this even possible or is it only for the local file system.
Printable View
I am looking for a way to monitor a directory on another server in qt and so far nothing yet.Is this even possible or is it only for the local file system.
You can use http://doc.qt.io/qt-4.8/QFileSystemWatcher, how ever this is for local file system only. In order to be able to monitor remote directory, you should implement the server and client side.
What do you mean by "remote directory" ? QFileSystemWatcher operates normally with Samba (Windows and Linux servers).