- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for Referral (0.05 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
import jcifs.internal.SmbNegotiationResponse; import jcifs.internal.dfs.DfsReferralDataImpl; import jcifs.internal.dfs.DfsReferralRequestBuffer; import jcifs.internal.dfs.DfsReferralResponseBuffer; import jcifs.internal.dfs.Referral; import jcifs.internal.smb1.AndXServerMessageBlock; import jcifs.internal.smb1.ServerMessageBlock; import jcifs.internal.smb1.com.SmbComBlankResponse; import jcifs.internal.smb1.com.SmbComLockingAndX;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Wed Jan 18 23:47:00 UTC 2023 - 67K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbFile.java
} /* * We really should do the referral before this in case * the redirected target has different capabilities. But * the way we have been doing that is to call exists() which * calls this method so another technique will be necessary * to support DFS referral _to_ Win95/98/ME. */ if ( th.isSMB2() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu May 23 01:50:13 UTC 2024 - 82.3K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
} return response; } catch ( DfsReferral r ) { if ( log.isDebugEnabled() ) { log.debug("Have referral " + r); } throw r; } catch ( SmbException se ) { if ( log.isTraceEnabled() ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Nov 14 17:41:04 UTC 2021 - 49K bytes - Viewed (0)