I want to open files in other machines.But now if I have not logger on thar
machine,
I cant open the files.Can someone tell me how to deal with this problem.
Thanks!
Looks like the OS is working as it is suppose to;
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Robin Zhua
Sent: Monday, December 29, 2003 7:21 PM
To: Windows File Systems Devs Interest List
Subject: [ntfsd] How Can ZwCreateFile Open other machine’s file without
haveing logger on thar machine
I want to open files in other machines.But now if I have not logger on
thar
machine,
I cant open the files.Can someone tell me how to deal with this problem.
Thanks!
—
Questions? First check the IFS FAQ at
https://www.osronline.com/article.cfm?id=17
You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
To unsubscribe send a blank email to xxxxx@lists.osr.com
Sorry,I cant understand.
Can you explain?
Thanks!
“Jamey Kirby” > Looks like the OS is working as it
is suppose to;
>
> -----Original Message-----
> From: xxxxx@lists.osr.com
> [mailto:xxxxx@lists.osr.com] On Behalf Of Robin Zhua
> Sent: Monday, December 29, 2003 7:21 PM
> To: Windows File Systems Devs Interest List
> Subject: [ntfsd] How Can ZwCreateFile Open other machine’s file without
> haveing logger on thar machine
>
> I want to open files in other machines.But now if I have not logger on
> thar
> machine,
> I cant open the files.Can someone tell me how to deal with this problem.
> Thanks!
>
>
>
>
>
> —
> Questions? First check the IFS FAQ at
> https://www.osronline.com/article.cfm?id=17
>
> You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>
You need to call ZwCreateFile in context of a thread that is impersonated by
a user that is logged-in in domain, then redirector will login on another
computer for you. The easiest way is to create a service that starts under
some domain (not local) account and to call ZwCreateFile in context of this
service. More sophisticated approaches were discussed in this list before -
look in the archive.
Alexei.
“Robin Zhua” wrote in message news:xxxxx@ntfsd…
> Sorry,I cant understand.
> Can you explain?
> Thanks!
> “Jamey Kirby” > Looks like the OS is working as
it
> is suppose to;
> >
> > -----Original Message-----
> > From: xxxxx@lists.osr.com
> > [mailto:xxxxx@lists.osr.com] On Behalf Of Robin Zhua
> > Sent: Monday, December 29, 2003 7:21 PM
> > To: Windows File Systems Devs Interest List
> > Subject: [ntfsd] How Can ZwCreateFile Open other machine’s file without
> > haveing logger on thar machine
> >
> > I want to open files in other machines.But now if I have not logger on
> > thar
> > machine,
> > I cant open the files.Can someone tell me how to deal with this problem.
> > Thanks!
> >
> >
> >
> >
> >
> > —
> > Questions? First check the IFS FAQ at
> > https://www.osronline.com/article.cfm?id=17
> >
> > You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> > To unsubscribe send a blank email to xxxxx@lists.osr.com
> >
> >
>
>
>
Thanks for you reply :-).
I will look up the list for more information.
“Alexei Jelvis” > You need to call ZwCreateFile in
context of a thread that is impersonated by
> a user that is logged-in in domain, then redirector will login on another
> computer for you. The easiest way is to create a service that starts under
> some domain (not local) account and to call ZwCreateFile in context of
this
> service. More sophisticated approaches were discussed in this list
before -
> look in the archive.
>
> Alexei.
>
> “Robin Zhua” wrote in message news:xxxxx@ntfsd…
> > Sorry,I cant understand.
> > Can you explain?
> > Thanks!
> > “Jamey Kirby” > Looks like the OS is working
as
> it
> > is suppose to;
> > >
> > > -----Original Message-----
> > > From: xxxxx@lists.osr.com
> > > [mailto:xxxxx@lists.osr.com] On Behalf Of Robin Zhua
> > > Sent: Monday, December 29, 2003 7:21 PM
> > > To: Windows File Systems Devs Interest List
> > > Subject: [ntfsd] How Can ZwCreateFile Open other machine’s file
without
> > > haveing logger on thar machine
> > >
> > > I want to open files in other machines.But now if I have not logger on
> > > thar
> > > machine,
> > > I cant open the files.Can someone tell me how to deal with this
problem.
> > > Thanks!
> > >
> > >
> > >
> > >
> > >
> > > —
> > > Questions? First check the IFS FAQ at
> > > https://www.osronline.com/article.cfm?id=17
> > >
> > > You are currently subscribed to ntfsd as: xxxxx@storagecraft.com
> > > To unsubscribe send a blank email to xxxxx@lists.osr.com
> > >
> > >
> >
> >
> >
>
>
>
Thanks for the help.
I have resolve it.
“Robin Zhua” wrote in message news:xxxxx@ntfsd…
> I want to open files in other machines.But now if I have not logger on
thar
> machine,
> I cant open the files.Can someone tell me how to deal with this problem.
> Thanks!
>
>
>
>
>