Network Redirectors
From: Hari (anonymous_at_discussions.microsoft.com)
Date: 03/01/04
- Next message: Andrea De Nardis: "Re: Threads in c++"
- Previous message: Jeff Henkels: "Re: Difference between Local Disk aund Removable Disk"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 1 Mar 2004 05:36:06 -0800
Hi,
How to get the details of the network over which the file access takes place and the client server protocol involved. Luckily, my need is restricted to the following.
My application needs to run only on Windows operating systems (Win98/ME/2K/XP/...).
It needs to detect (and intercept) when a process on some remote machine attempts to access a file on the local machine, as follows
Find out the remote machine identifiers (IP address, MAC address)
Which local file is being accessed
It also needs to detect (and intercept) when a process on the local machine attempts to access a file on some remote machine, as follows
Find out the remote machine identifiers (IP address, MAC address)
Which remote file is being accessed
I'm assuming (hoping) that this can be done using a network redirector or something of the sort. I'm also hoping that I'd need to work with one protocol (or a small set of protocols) since my need is restricted to Windows machines.
My immediate problem is that I don't even know if I'm heading in the right direction. Any info / pointers you can give me would be much appreciated.
Thanks and Regards,
Hari
- Next message: Andrea De Nardis: "Re: Threads in c++"
- Previous message: Jeff Henkels: "Re: Difference between Local Disk aund Removable Disk"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|