Forum Moderators: DixonJones

Message Too Old, No Replies

How to track local file access

Need information

         

A_Amin

1:16 pm on Jul 16, 2003 (gmt 0)

10+ Year Member



Hello there,

I need to know if there is any possibility to track an IP or user who is accessing files on local server.

In more detail, we have resources centralize on the server (windows 2000 server, auditing enabled). All LAN users create and modify files on the server. So I need to know, can I track any particular user or IP who modify or delete any particular file or folder.

Is there any software or any other method to track.
Please help me out.

Regards
Amin

Duckula

1:25 pm on Jul 16, 2003 (gmt 0)

10+ Year Member



You could put the website on a CVS repository and give usernames and passwords to those who will modify it. All changes get stored and is even possible to roll back to a past state.

A_Amin

1:43 pm on Jul 16, 2003 (gmt 0)

10+ Year Member



Would you please explain more.........

Duckula

7:39 pm on Jul 19, 2003 (gmt 0)

10+ Year Member



google> cvs "web sites"

[durak.org...]

CVS stands for "concurrent versions system". Is normally used to control which developer on a team modifies which source file, but can be used (very sucessfully) for website administration.