Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for doNetShareEnum (0.17 sec)

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

                if (rpc.retval != 0) {
                    throw new SmbException(rpc.retval, true);
                }
                return rpc.getEntries();
            }
        }
    
        static FileEntry[] doNetShareEnum(final SmbTreeHandleImpl th) throws CIFSException {
            final SmbComTransaction req = new NetShareEnum(th.getConfig());
            final SmbComTransactionResponse resp = new NetShareEnumResponse(th.getConfig());
    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