Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for subcommands (0.12 sec)

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

            sid = resp.sid;
            req = new Trans2FindNext2(sid, resp.resumeKey, resp.lastName);
    
            /* The only difference between first2 and next2 responses is subCommand
             * so let's recycle the response object.
             */
            resp.subCommand = SmbComTransaction.TRANS2_FIND_NEXT2;
    
            for (;;) {
                for (int i = 0; i < resp.numEntries; i++) {
                    final FileEntry e = resp.results[i];
    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