第 27 章 FTPS Source
Receive data from an FTPS server.
27.1. Configuration Options 复制链接链接已复制到粘贴板!
The following table summarizes the configuration options available for the ftps-source Kamelet:
| Property | Name | Description | Type | Default | Example |
|---|---|---|---|---|---|
| connectionHost * | Connection Host | The hostname of the FTPS server. | string | ||
| connectionPort * | Connection Port | The port of the FTPS server. | string | 21 | |
| directoryName * | Directory Name | The starting directory. | string | ||
| password * | Password | The password to access the FTPS server. | string | ||
| username * | Username | The username to access the FTPS server. | string | ||
| autoCreate | Autocreate Missing Directories | Automatically create starting directory. | boolean | True | |
| binary | Binary | Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false). | boolean | False | |
| delete | Delete | If true, the file is deleted after it is processed successfully. | boolean | False | |
| idempotent | Idempotency | Skip already-processed files. | boolean | True | |
| passiveMode | Passive Mode | Specifies to use passive mode connection. | boolean | False | |
| recursive | Recursive | If a directory, look for files in all sub-directories as well. | boolean | False |
* = Fields marked with an asterisk are mandatory.