Watched folder with linux shares

  • Thread starter Thread starter Sam Marrocco
  • Start date Start date
S

Sam Marrocco

Watched folders (in vb.net) apparently do not function when "watching" a
shared drive that is a linux/samba drive. Does anyone know of anything
to alter in samba to get the linux box to "notify" the windows clients
of updates to directories? Windows folders never update correctly when
files on the linux server are changed, which I'm guessing is a related
issue.
TIA.
--
==================================================================
Sam J. Marrocco
Sr. Visual Effects Artist/R&D
Travelling Pictures/GTN
Inferno, Flame, Houdini, Maya, All that cool stuff!
"The fact that no one understands you doesn't make you an artist."
==================================================================
 
Cor said:
Sam,
I never heard of it, but why not build something yourself.
A thread with a wait, and a directeryinfo every 20 seconds that trows an
event when there are changes,
that cannot be that hard to build I expect?
(If the directeryinfo on the Linux share works correct of course, I don't
know I have zero Linux expirience)
Just a thought
Cor


I suppose the point here is to *avoid* having to scan the
directory....something I've done whenever using a linux server, but
would like to avoid. The WatchFolder class in .net is extremely useful,
so I'd like to use it, but it won't work because of this linux/samba issue.

--
==================================================================
Sam J. Marrocco
Sr. Visual Effects Artist/R&D
Travelling Pictures/GTN
Inferno, Flame, Houdini, Maya, All that cool stuff!
"The fact that no one understands you doesn't make you an artist."
==================================================================
 
Back
Top