PDA

View Full Version : qt remote directory monitor



thefatladysingsopera
8th March 2012, 20:17
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.

SIFE
12th March 2012, 17:08
You can use 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.

Lesiok
12th March 2012, 17:21
What do you mean by "remote directory" ? QFileSystemWatcher operates normally with Samba (Windows and Linux servers).