- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for isPossiblyDfs (0.06 sec)
-
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(); }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 30K bytes - Viewed (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 path
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 30.4K bytes - Viewed (0)