Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doMsrpcShareEnum (0.07 sec)

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

                try {
                    entries = doMsrpcShareEnum(tc, locator, transport.getRemoteAddress());
                } catch (final IOException ioe) {
                    if (th.isSMB2()) {
                        throw ioe;
                    }
                    log.debug("doMsrpcShareEnum failed", ioe);
                    entries = doNetShareEnum(th);
                }
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 07:14:38 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top