- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getTestShare (0.05 sec)
-
src/test/java/jcifs/tests/OplockTests.java
SmbSession sess = trans.unwrap(SmbTransportInternal.class).getSmbSession(c, getTestServer(), null); SmbTreeInternal tree = sess.unwrap(SmbSessionInternal.class).getSmbTree(getTestShare(), null).unwrap(SmbTreeInternal.class) ) { if ( trans.isSMB2() ) { Smb2CreateRequest create = new Smb2CreateRequest(sess.getConfig(), "\\foocc");
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:09:03 UTC 2023 - 6.1K bytes - Viewed (0) -
src/test/java/jcifs/tests/SessionTest.java
try { testCredentialUrl( String.format("smb://%s:%s@%s/%s/doesnotexist", getTestUser(), getTestUserPassword(), getTestServer(), getTestShare()), getTestUser(), getTestUserPassword(), null); if ( getTestUserDomain() != null ) { testCredentialUrl(
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:09:03 UTC 2023 - 15.8K bytes - Viewed (0)