ConnectorTypeFTP
class connector_types.connector_type_ftp.ConnectorTypeFTP(*args, **kwargs)
Base class: FileLiveOutputMixin
Parameters
| Name | Type | Description |
|---|---|---|
| **kwargs | ||
| *args |
Input Schema
-
schema_version = '10.0'Type:
string -
authenticationType:
anyOfOptions: -
hostThe remote hostname or IP address.
Type:
string -
portType:
anyOfOptions: -
tlsIf to connect using TLS/SSL.
Type:
anyOfOptions: -
modeType:
anyOfOptions: -
socket_timeoutTimeout for socket reads.
Type:
integerDefault:
60 -
connect_timeoutTimeout for connection establishment.
Type:
integerDefault:
60 -
encodingEncoding used to convert binary responses to strings.
Type:
stringDefault:
utf-8 -
live_outputStream transfer progress to output_value and log progress while the connection is running.
Type:
booleanDefault:
True -
live_output_progress_interval_bytesLog and patch output_value progress after this many bytes transferred.
Type:
integerDefault:
4194304 -
idempotentWhether 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.