SFTP Export
Upload data to an FTP server.
Properties
Name | Type | |
---|---|---|
engine | String=sftp:write | |
connection | Object | |
path | String | |
encoder | String |
engine
Must be sftp:write
.
- Required
- Yes
connection
The SFTP connection parameters.
- Required
- Yes
Properties
Name | Type | |
---|---|---|
host | String | |
user | String | |
password | String |
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