第 26 章 FTPS Sink
Send data to an FTPS server.
In the header, you can set the file / ce-file property to specify the filename to upload.
If you do not set the property in the header, the Kamelet uses the exchange ID for the filename.
26.1. Configuration Options 复制链接链接已复制到粘贴板!
The following table summarizes the configuration options available for the ftps-sink Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| connectionHost * | Connection Host | The hostname of the FTP server. | string | ||
| connectionPort * | Connection Port | The port of the FTP server. | string | 21 | |
| directoryName * | Directory Name | The starting directory. | string | ||
| password * | Password | The password to access the FTP server. | string | ||
| username * | Username | The username to access the FTP server. | string | ||
| autoCreate | Autocreate Missing Directories | Automatically create the directory the files should be written to. | boolean | True | |
| binary | Binary | Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false). | boolean | False | |
| fileExist | File Existence | Specifies how the Kamelet behaves if the file already exists. | string | Override | |
| passiveMode | Passive Mode | Set the passive mode connection. | boolean | False |
* = Fields marked with an asterisk are mandatory.