Link to home
Start Free TrialLog in
Avatar of Evarest
Evarest

asked on

Retrieve who changed a file on a network

I've already asked a similar question about this issue, but I'll try again, as I really like to incorporate it into one of my projects...

Is it possible to retrieve the username/IP/computer name from the user who changed a file on a network. Thus, if a user changes a file on a network drive, a program should be able to log that change and tell who has changed it.

The program will be running on a computer that oversees the entire network.

I'd be grateful for any help!
Evarest
Avatar of alikoank
alikoank

You should take a look at version control systems. Like

CVS (free), StarTeam, ClearCase etc.
ASKER CERTIFIED SOLUTION
Avatar of Wim ten Brink
Wim ten Brink
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Evarest

ASKER

There seemed not to be a real solution after all for my problem...

Thanks anyway!
Evarest