Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for define (0.15 sec)

  1. src/main/java/jcifs/smb/SmbSessionImpl.java

            String logonShare = getContext().getConfig().getLogonShare();
            if ( logonShare == null || logonShare.isEmpty() ) {
                throw new SmbException("Logon share is not defined");
            }
            try ( SmbTreeImpl t = getSmbTree(logonShare, null) ) {
                t.treeConnect(null, null);
            }
            catch ( CIFSException e ) {
                throw SmbException.wrap(e);
            }
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Sun Nov 14 17:41:04 GMT 2021
    - 49K bytes
    - Viewed (0)
Back to top