473,387 Members | 1,573 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

System.IO.FileSystemWatcher

Is there any way to know , who made the changed? user name or even IP of the
one made the changes ?
Where can find such an information about this issue.
Nov 17 '05 #1
3 1796

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:71**********************************@microsof t.com...
Is there any way to know , who made the changed? user name or even IP of
the
one made the changes ?
Where can find such an information about this issue.


What do you mean with IP of the one who made the change? Changes to the file
system are made by the file system , not by someone at the end of a
communication channel.
Same goes for the identity of the one who "ordered" the change, that is the
one issuing the file IO command, when "someone" opens a file, the filesystem
checks "someones" access permissions based on his access token but that's
it, once the permission is granted the filesystem has no idea who made the
change.
So, it's up to the one who "ordered" the change, that is excetuing the IO
requests, to log it's identity and possibly some additional info like the IP
address of the base client etc..., but don't expect the OS to do this.

Willy.
Nov 17 '05 #2
I want to make an application which do the same as "Auditing" , the problem
in the build in auditing is that not support network mappe driver (I can't do
auditing to folder in my LAn".
" I want to know the user name how touch my folder "
Yosi,
"Willy Denoyette [MVP]" wrote:

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:71**********************************@microsof t.com...
Is there any way to know , who made the changed? user name or even IP of
the
one made the changes ?
Where can find such an information about this issue.


What do you mean with IP of the one who made the change? Changes to the file
system are made by the file system , not by someone at the end of a
communication channel.
Same goes for the identity of the one who "ordered" the change, that is the
one issuing the file IO command, when "someone" opens a file, the filesystem
checks "someones" access permissions based on his access token but that's
it, once the permission is granted the filesystem has no idea who made the
change.
So, it's up to the one who "ordered" the change, that is excetuing the IO
requests, to log it's identity and possibly some additional info like the IP
address of the base client etc..., but don't expect the OS to do this.

Willy.

Nov 17 '05 #3
Hi,

AFAIK there is no way to get it.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

"[Yosi]" <Yo**@discussions.microsoft.com> wrote in message
news:71**********************************@microsof t.com...
Is there any way to know , who made the changed? user name or even IP of
the
one made the changes ?
Where can find such an information about this issue.

Nov 17 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Allen Anderson | last post by:
I'm trying to figure out a way to catch when a file has been written to a directory. I currently have it where I can catch when the file begins writing, but this isn't helpful as I need to know...
2
by: Jack David | last post by:
Using the code below I am able to monitor a single directory for a new file and then kick-off a process to deal with the file. The question is??? How would I modify this code to be able to monitor...
2
by: Nony Buz | last post by:
My objective is simply: Notify a form when a image file has been created in a directory. First there is a basic interface for the callback function: public interface INewImageNotify { void...
5
by: Philip Wagenaar | last post by:
I have a Windows Form application that monitors a directory using the System.IO.FileSystemWatcher. On the event created I run a sub that sends an xml file over http to a service. When I copy...
2
by: John Talli | last post by:
System.IO.FileSystemWatcher When a user copies and pastes a file from one directory to a directory that is monitored by the FileSystemWatcher, the FileSystemWatcher executes twice, once for a...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.