- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for resolveDfs0 (0.08 sec)
-
src/main/java/jcifs/smb/SmbTreeConnection.java
try { return resolveDfs0(loc, request); } catch ( SmbException smbe ) { // The connection may have been dropped? if ( smbe.getNtStatus() != NtStatus.NT_STATUS_NOT_FOUND && ! ( smbe.getCause() instanceof TransportException ) ) { throw smbe; } log.debug("resolveDfs", smbe); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:50:16 UTC 2020 - 31K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
addFlags(SMB2_FLAGS_DFS_OPERATIONS); this.resolveDfs = resolve; } /** * {@inheritDoc} * * @see jcifs.internal.RequestWithPath#isResolveInDfs() */ @Override public boolean isResolveInDfs () { return this.resolveDfs; } /** * @param securityFlags
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jun 01 09:52:11 UTC 2019 - 14.3K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/Dfs.java
do { if (path == null) { /* Store references to the map and key so that * SmbFile.resolveDfs can re-insert the dr list with * the dr that was successful so that subsequent * attempts to resolve DFS use the last successful
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Fri Mar 22 21:10:40 UTC 2019 - 11.7K bytes - Viewed (0) -
src/main/java/jcifs/smb/DfsImpl.java
links.map.put("\\", dr); DfsReferralDataInternal tmp = dr; do { /* * Store references to the map and key so that * SmbFile.resolveDfs can re-insert the dr list with * the dr that was successful so that subsequent * attempts to resolve DFS use the last successful * referral first. */
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:07:29 UTC 2023 - 29.1K bytes - Viewed (0)