It is currently Wed May 22, 2013 12:00 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: A few challenges related to the Windows system
PostPosted: Wed May 02, 2012 7:01 am 
Offline
Enthusiast
Enthusiast

Joined: Sat Apr 26, 2003 7:24 pm
Posts: 458
Location: Germany
The (probably more elegant) alternative would be to write my own filesystem driver, which would make the files appear to be there, when in fact, they're still on a remote server and only being downloaded to the local system on demand (like Dropbox). Unfortunately, I have not a single clue how to do that.

_________________
The truth is never confined to a single number - especially scientific truth!


Top
 Profile  
 
 Post subject: Re: A few challenges related to the Windows system
PostPosted: Thu May 03, 2012 8:55 pm 
Offline
Addict
Addict

Joined: Sat Dec 31, 2005 5:24 pm
Posts: 2970
Location: Where ya would never look.....
merendo wrote:
Hello everyone.

Challenge two: Is there a way to detect whenever someone opens a file somewhere on the system? All I'd need to know is the name and location of the file, that's all. So my programme would listen for file opens all the time, and be notified when any file is opened. Is there a way to do that?

Thanks a lot!
merendo


Assuming a network of which you are a/the administrator: Sure, just periodically poll the tasks active on computers in the system. Each open file will have a PID, handle, user name, and file name in the active tasks. Just open up Task Manager (taskman.exe) on your own computer to get an idea of the info available. There wont be a location of the file showing but by using the PID and knowing the user you can tell which machine the user is logged on to then "remotely" by using the PID you can get the location of that file from the "remote" machine. Alternatively, once again assuming your the network administrator, configure the networked machines to report when a certain file or any file is accessed via logging configuration, the poll the logs when you need to do so.

_________________
The advantage of a 64 bit operating system over a 32 bit operating system comes down to only being twice the headache.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 17 posts ]  Go to page Previous  1, 2

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  

 


Powered by phpBB © 2008 phpBB Group
subSilver+ theme by Canver Software, sponsor Sanal Modifiye