ConnectorFileTransferResult

A structure that contains the details for files transferred using an SFTP connector, during a single transfer.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

For transfers that fail, this parameter contains a code indicating the reason. For example, RETRIEVE_FILE_NOT_FOUND

Link copied to clipboard

For transfers that fail, this parameter describes the reason for the failure.

Link copied to clipboard

The filename and path to where the file was sent to or retrieved from.

Link copied to clipboard

The current status for the transfer.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String