SFTP Export

Upload data to an FTP server.

Properties

NameType
engineString=sftp:write
connectionObject
pathString
encoderString

engine

Must be sftp:write.

Required
Yes

connection

The SFTP connection parameters.

Required
Yes

Properties

NameType
hostString
userString
passwordString

connection.host

The network address of the SFTP server e.g. `ftp.example.com:22`.

Required
Yes

connection.user

The username to authenticate to SFTP.

Required
Yes

connection.password

The password to authenticate to SFTP.

Required
Yes

path

The path at which to create the file. If the file already exists it will be overwritten.

Required
Yes

encoder

The format of the data.

Required
Yes
Enum
csv json ndjson msgpack parquet