Skip to main content
Version: 12 - TBD

ConnectorTypeFTP

class connector_types.connector_type_ftp.ConnectorTypeFTP(*args, **kwargs)

Base class: FileLiveOutputMixin

Parameters

NameTypeDescription
**kwargs
*args

Input Schema

  • schema_version = '10.0'

    Type: string

  • authentication

    Type: anyOf

  • host

    The remote hostname or IP address.

    Type: string

  • port

    Type: anyOf

  • tls

    If to connect using TLS/SSL.

    Type: anyOf

  • mode

    Type: anyOf

  • socket_timeout

    Timeout for socket reads.

    Type: integer

    Default: 60

  • connect_timeout

    Timeout for connection establishment.

    Type: integer

    Default: 60

  • encoding

    Encoding used to convert binary responses to strings.

    Type: string

    Default: utf-8

  • 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

  • idempotent

    Whether re-running this connection from the start is safe (no duplicate side effects). Controls recovery after the connection between Cloudomation and the remote system is lost and later re-established (network glitch, workspace restart, ...): repeatable connections are left running to be reattached or re-run, others are cancelled. Leave unset to let the connector decide based on the operation.

Output Schema

Constants

supports_reconnect = False