- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for isPossiblyDfs (0.08 seconds)
-
src/main/java/jcifs/smb/SmbTreeImpl.java
public DfsReferralData getTreeReferral() { return this.treeReferral; } /** * @return whether this tree may be a DFS share * @throws SmbException */ public boolean isPossiblyDfs() throws SmbException { if (this.connectionState.get() == 2) { // we are connected, so we know return isDfs(); }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 30K bytes - Click Count (0) -
src/main/java/jcifs/smb/SmbTreeConnection.java
final String rfullpath = request != null ? request.getFullUNCPath() : '\\' + loc.getServer() + '\\' + loc.getShare() + loc.getUNCPath(); if (t.isInDomainDfs() || !t.isPossiblyDfs()) { if (!t.isInDomainDfs()) { log.trace("Not in DFS"); return loc; } // need to adjust request pathCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 30.4K bytes - Click Count (1)