Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for queryPath (0.04 sec)

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

        }
    
        SmbBasicFileInfo queryPath(final SmbTreeHandleImpl th, final String path, final int infoLevel) throws CIFSException {
            if (log.isDebugEnabled()) {
                log.debug("queryPath: " + path);
            }
    
            /*
             * We really should do the referral before this in case
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb1/smb1/SmbFile.java

                    }
                }
                type = TYPE_SERVER;
            }
            return false;
        }
    
        Info queryPath(final String path, final int infoLevel) throws SmbException {
            connect0();
    
            if (LogStream.level >= 3) {
                log.println("queryPath: " + path);
            }
    
            /* normally we'd check the negotiatedCapabilities for CAP_NT_SMBS
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top