Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

         * this method will return the referral path to which it maps. Otherwise
         * <code>null</code> is returned.
         */
    
        /**
         * Returns the DFS path for this file if it resides in a DFS share
         *
         * @return the DFS path or null if not in DFS
         * @throws SmbException if an error occurs while resolving the DFS path
         */
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

        }
    
        /**
         * If the path of this <code>SmbFile</code> falls within a DFS volume,
         * this method will return the referral path to which it maps. Otherwise
         * <code>null</code> is returned.
         *
         * @return URL to the DFS volume
         * @throws SmbException if an error occurs while resolving the DFS path
         */
        public String getDfsPath() throws SmbException {
            try {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
Back to top