Is it possible to programatically log access to a windows share (SMB share) using the .Net framework
Posted
by Ravi
on Stack Overflow
See other posts from Stack Overflow
or by Ravi
Published on 2009-07-14T16:28:26Z
Indexed on
2010/04/19
14:23 UTC
Read the original article
Hit count: 174
Just wondering if it is possible to figure out who has read files from a Windows share (using .NET ideally but win32 native will do)?
What I'm try to do is create something like awstats for a windows share so I can see who is accessing what and which are the most popular files.
I'm not interested in changes - I just want to log access (with time) along with ip / hostname and what file.
© Stack Overflow or respective owner