Module: RubySMB::CreateActions

Defined in:
lib/ruby_smb/create_actions.rb

Overview

This module holds the Create Actions used in NT_TRANSACT_CREATE, SMB_COM_NT_CREATE_ANDX, and SMB2_CREATE responses. The definitions for these values can be found at 2.2.7.1.2 Response and 2.2.14 SMB2 CREATE Response

Constant Summary collapse

FILE_SUPERSEDED =

An existing file was deleted and a new file was created in its place.

0x00000000
FILE_OPENED =

An existing file was opened.

0x00000001
FILE_CREATED =

A new file was created.

0x00000002
FILE_OVERWRITTEN =

An existing file was overwritten.

0x00000003