- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for logonShare (0.04 sec)
-
src/main/java/jcifs/SmbTransportPool.java
* valid, the method will return without throwing an exception. See the * last <a href="../../../faq.html">FAQ</a> question. * <p> * See also the <tt>jcifs.smb.client.logonShare</tt> property. * * @param dc * @param tc * @throws CIFSException * @deprecated functionality is broken and will be removed at some point,
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun May 17 09:02:44 UTC 2020 - 6.3K bytes - Viewed (0) -
src/main/java/jcifs/config/PropertyConfiguration.java
this.dfsStrictView = Config.getBoolean(p, "jcifs.smb.client.dfs.strictView", false); this.dfsConvertToFqdn = Config.getBoolean(p, "jcifs.smb.client.dfs.convertToFQDN", false); this.logonShare = p.getProperty("jcifs.smb.client.logonShare", null); this.defaultDomain = p.getProperty("jcifs.smb.client.domain", null); this.defaultUserName = p.getProperty("jcifs.smb.client.username", null);
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Jan 05 13:06:39 UTC 2023 - 8.9K bytes - Viewed (0)