- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for estabais (0.05 sec)
-
src/main/java/jcifs/smb/SmbTransportImpl.java
throw new NbtException(NbtException.ERR_SSN_SRVC, 0); } } while ((calledName.name = this.address.nextCalledName(tc)) != null); throw new IOException("Failed to establish session with " + this.address); } private SmbNegotiation negotiate(int prt) throws IOException { /* * We cannot use Transport.sendrecv() yet because
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 69.8K bytes - Viewed (0) -
src/main/java/jcifs/smb/SmbSessionImpl.java
} SmbTreeImpl t = new SmbTreeImpl(this, share, service); t.acquire(); this.trees.add(t); return t; } } /** * Establish a tree connection with the configured logon share * * @throws SmbException */ @Override public void treeConnectLogon() throws SmbException {Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sun Aug 31 08:00:57 UTC 2025 - 68.9K bytes - Viewed (0)