class RubySMB::SMB2::Packet::TreeConnectRequest
An SMB2
TreeConnectRequest
Packet
as defined in [2.2.9 SMB2
TREE_CONNECT Request](msdn.microsoft.com/en-us/library/cc246567.aspx)
Constants
- COMMAND
- SMB2_TREE_CONNECT_FLAG_CLUSTER_RECONNECT
The client has previously connected to the specified cluster share using the SMB dialect of the connection on which the request is received.
- SMB2_TREE_CONNECT_FLAG_EXTENSION_PRESENT
A tree connect request extension, as specified in section [2.2.9.1](docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb2/9ca7328b-b6ca-41a7-9773-0fa237261b76), is present, starting at the Buffer field of this tree connect request.
- SMB2_TREE_CONNECT_FLAG_REDIRECT_TO_OWNER
The client can handle synchronous share redirects via a Share Redirect error context response as specified in section [2.2.2.2.2](docs.microsoft.com/en-us/openspecs/windows_protocols/ms-smb2/f3073a8b-9f0f-47c0-91e5-ec3be9a49f37).