How can I get name of calling computer (or it’s IP address) when processing
(IRP_MJ_CREATE) shared file ?
VP
Vladimir Pribyl wrote:
How can I get name of calling computer (or it’s IP address) when processing
(IRP_MJ_CREATE) shared file ?
AFAIK you can’t… I’ve been looking for something like it myself (I
need different users/machines to get different files) but have decided
the only way to handle it is to write a custom DAV server.
Tony