Skip to main content
Version: 12 - TBD

ConnectorTypeSMB

class connector_types.connector_type_smb.ConnectorTypeSMB(execution, workspace, inputs, cancel_event)

Base class: FileLiveOutputMixin

Parameters

NameTypeDescription
cancel_eventEvent
executiondict
inputsdict
workspace

Input Schema

  • schema_version = '10.0'

    Type: string

  • authentication

    Type: anyOf

  • host

    The remote hostname or IP address.

    Type: string

  • port

    Type: anyOf

  • mode

    Type: anyOf

  • my_name

    The own NetBIOS name to use.

    Type: string

    Default: Cloudomation

  • remote_name

    The remote NetBIOS name to use.

    Type: string

  • domain

    The domain name to use.

    Type: string

  • connect_timeout

    A timeout for connecting to a peer in seconds.

    Type: integer

    Default: 30

  • total_timeout

    Total timeout for the request in seconds.

    Type: integer

    Default: 30

  • is_direct_tcp

    False: use legacy NetBIOS communication or True: use SMB communication.

    Type: boolean

    Default: True

  • use_ntlm_v2

    False use NTLMv1 or True use NTLMv2 for authentication.

    Type: boolean

    Default: True

  • live_output

    Stream transfer progress to output_value and log progress while the connection is running.

    Type: boolean

    Default: True

  • live_output_progress_interval_bytes

    Log and patch output_value progress after this many bytes transferred.

    Type: integer

    Default: 4194304

Output Schema