- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getSmbSession (0.54 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
*/ @Override public SmbSessionImpl getSmbSession(final CIFSContext tf) { return getSmbSession(tf, null, null); } /** * * @param tf * context to use * @return a session for the context */ @Override @SuppressWarnings("resource") public synchronized SmbSessionImpl getSmbSession(final CIFSContext tf, String targetHost, String targetDomain) {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
/* * preauthentication */ try (SmbSessionImpl smbSession = trans.getSmbSession(getContext().withDefaultCredentials()); SmbTreeImpl t = smbSession.getSmbTree(getContext().getConfig().getLogonShare(), null)) { t.treeConnect(null, null);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)