Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 12 of 12 for NtTransQuerySecurityDescResponse (0.21 seconds)

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

            if (!th.hasCapability(SmbConstants.CAP_NT_SMBS)) {
                throw new SmbUnsupportedOperationException("Not supported without CAP_NT_SMBS/SMB2");
            }
            NtTransQuerySecurityDescResponse response = new NtTransQuerySecurityDescResponse(getContext().getConfig());
    
            try (SmbFileHandleImpl f = openUnshared(O_RDONLY, READ_CONTROL, DEFAULT_SHARING, 0, isDirectory() ? 1 : 0)) {
                /*
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 103.2K bytes
    - Click Count (0)
  2. src/main/java/jcifs/smb/SmbTreeConnection.java

    Shinsuke Sugaya <******@****.***> 1756533483 +0900
    Created: Sun Apr 05 00:10:12 GMT 2026
    - Last Modified: Sat Aug 30 05:58:03 GMT 2025
    - 30.4K bytes
    - Click Count (1)
Back to Top