Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Trans2QueryPathInformationResponse (0.16 sec)

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

            }
            else if ( th.hasCapability(SmbConstants.CAP_NT_SMBS) ) {
                /*
                 * Trans2 Query Path Information Request / Response
                 */
                Trans2QueryPathInformationResponse response = new Trans2QueryPathInformationResponse(th.getConfig(), infoLevel);
                response = th.send(new Trans2QueryPathInformation(th.getConfig(), path, infoLevel), response);
    
                if ( log.isDebugEnabled() ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu May 23 01:50:13 UTC 2024
    - 82.3K bytes
    - Viewed (0)
Back to top