Interface FtpsEndpointBuilderFactory.FtpsBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
FtpsEndpointBuilderFactory

public static interface FtpsEndpointBuilderFactory.FtpsBuilders
  • Method Details

    • ftps

      FTPS (camel-ftp) Upload and download files to/from FTP servers supporting the FTPS protocol. Category: file Since: 2.2 Maven coordinates: org.apache.camel:camel-ftp
      Returns:
      the dsl builder for the headers' name.
    • ftps

      FTPS (camel-ftp) Upload and download files to/from FTP servers supporting the FTPS protocol. Category: file Since: 2.2 Maven coordinates: org.apache.camel:camel-ftp Syntax: ftps:host:port/directoryName Path parameter: host (required) Hostname of the FTP server Path parameter: port Port of the FTP server Path parameter: directoryName The starting directory
      Parameters:
      path - host:port/directoryName
      Returns:
      the dsl builder
    • ftps

      default FtpsEndpointBuilderFactory.FtpsEndpointBuilder ftps(String componentName, String path)
      FTPS (camel-ftp) Upload and download files to/from FTP servers supporting the FTPS protocol. Category: file Since: 2.2 Maven coordinates: org.apache.camel:camel-ftp Syntax: ftps:host:port/directoryName Path parameter: host (required) Hostname of the FTP server Path parameter: port Port of the FTP server Path parameter: directoryName The starting directory
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - host:port/directoryName
      Returns:
      the dsl builder