Skip to main content
Version: 12 - TBD

ConnectorTypeSFTP

class connector_types.connector_type_sftp.ConnectorTypeSFTP(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

  • hostkey

    The public key of host.

    Type: anyOf

  • port

    Type: anyOf

  • mode

    Type: anyOf

  • connect_timeout

    A timeout for connecting to a peer in seconds.

    Type: integer

    Default: 30

  • 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