Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ipc$ (0.01 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

                        if (this.netbiosName != null && tcax.getPath().endsWith("\\IPC$")) {
                            /*
                             * Some pipes may require that the hostname in the tree connect
                             * be the netbios name. So if we have the netbios server name
                             * from the NTLMSSP type 2 message, and the share is IPC$, we
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sun Aug 31 08:00:57 UTC 2025
    - 68.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbTransportImpl.java

            }
    
            try (SmbSessionImpl sess = getSmbSession(ctx, targetHost, targetDomain);
                    SmbTransportImpl transport = sess.getTransport();
                    SmbTreeImpl ipc = sess.getSmbTree("IPC$", null)) {
    
                final DfsReferralRequestBuffer dfsReq = new DfsReferralRequestBuffer(path, 3);
                DfsReferralResponseBuffer dfsResp;
                if (isSMB2()) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 69.8K bytes
    - Viewed (0)
Back to top