Question Regardin Windows Pipe

View: New views
1 Messages — Rating Filter:   Alert me  

Question Regardin Windows Pipe

by MAIO Raffael :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi Michael,

 

I have a question regarding jcifs. How can I connect to an existing pipe? I tried looking at the API without any success unfortunately. I tried the following to connect the eventlog pipe:

 

        SmbNamedPipe pipe = new SmbNamedPipe( "smb://10.192.57.95/IPC$/EVENTLOG",

              SmbNamedPipe.PIPE_TYPE_RDWR | SmbNamedPipe.PIPE_TYPE_TRANSACT , auth );

        OutputStream out = pipe.getNamedPipeOutputStream();

        InputStream in = pipe.getNamedPipeInputStream();

 

 

Is there something I m not doing correctly?

 

Regards,

 

Raffael