Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SmbTree (0.24 sec)

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

        /**
         * DFS resolver instance
         */
        protected static Dfs dfs;
    
        NtlmPasswordAuthentication auth; // Cannot be null
        SmbTree tree = null; // Initially null
        String unc; // Initially null; set by getUncPath; never ends with '/'
        int fid; // Initially 0; set by open()
        int type;
        boolean opened;
        int tree_num;
    
        /**
    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