2 Home
gitea_admin edited this page 2026-03-11 14:36:18 +00:00

FTPS Source

Receive data from an FTPS server.

Metadata

Property Value
Type source
Group FTP
Namespace File
Support Level Stable
Provider Apache Software Foundation

Properties

Name Type Required Default Description
connectionHost string The hostname of the FTPS server.
connectionPort string 21 The port of the FTPS server.
username string The username to access the FTPS server.
password string The password to access the FTPS server.
directoryName string The starting directory.
passiveMode boolean false Specifies to use passive mode connection.
recursive boolean false If a directory, look for files in all sub-directories as well.
idempotent boolean true Skip already-processed files.
binary boolean false Specifies the file transfer mode, BINARY or ASCII. Default is ASCII (false).
autoCreate boolean true Automatically create starting directory.
delete boolean false If true, the file will be deleted after it is processed successfully.

Dependencies

  • camel:ftp
  • camel:core
  • camel:kamelet