- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for SMB2_CREATE (0.07 sec)
-
src/main/java/jcifs/internal/smb2/ServerMessageBlock2.java
case SMB2_TREE_CONNECT: c = "SMB2_TREE_CONNECT"; break; case SMB2_TREE_DISCONNECT: c = "SMB2_TREE_DISCONNECT"; break; case SMB2_CREATE: c = "SMB2_CREATE"; break; case SMB2_CLOSE: c = "SMB2_CLOSE"; break; case SMB2_FLUSH: c = "SMB2_FLUSH"; break;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Sep 30 10:47:31 UTC 2018 - 19.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
/** * @param config * @param name * uncPath to open, strips a leading \ */ public Smb2CreateRequest ( Configuration config, String name ) { super(config, SMB2_CREATE); setPath(name); } @Override protected Smb2CreateResponse createResponse ( CIFSContext tc, ServerMessageBlock2Request<Smb2CreateResponse> req ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jun 01 09:52:11 UTC 2019 - 14.3K bytes - Viewed (0)