Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for listType (0.07 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

            final int listType = url.getHost().length() == 0 ? 0 : getType();
            SmbComTransaction req;
            SmbComTransactionResponse resp;
    
            if (listType == 0) {
                connect0();
                req = new NetServerEnum2(tree.session.transport.server.oemDomainName, NetServerEnum2.SV_TYPE_DOMAIN_ENUM);
            } else if (listType == TYPE_WORKGROUP) {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 112.2K bytes
    - Viewed (0)
Back to top