- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SmbComOpenAndXResponse (0.69 sec)
-
src/main/java/jcifs/smb/SmbFile.java
fh = new SmbFileHandleImpl(config, resp.getFid(), h, uncPath, flags, access, attrs, options, resp.getEndOfFile()); } else { final SmbComOpenAndXResponse response = new SmbComOpenAndXResponse(config); h.send(new SmbComOpenAndX(config, uncPath, access, sharing, flags, attrs, null), response); this.fileLocator.updateType(response.getFileType());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 103.2K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/SmbFile.java
attrExpiration = System.currentTimeMillis() + attrExpirationPeriod; isExists = true; } else { final SmbComOpenAndXResponse response = new SmbComOpenAndXResponse(); send(new SmbComOpenAndX(unc, access, flags, null), response); f = response.fid; } return f; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 112.2K bytes - Viewed (0)