Interface FtpEndpointBuilderFactory.FtpBuilders

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

public static interface FtpEndpointBuilderFactory.FtpBuilders
  • Method Details

    • ftp

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

      FTP (camel-ftp) Upload and download files to/from FTP servers. Category: file Since: 1.1 Maven coordinates: org.apache.camel:camel-ftp Syntax: ftp: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
    • ftp

      default FtpEndpointBuilderFactory.FtpEndpointBuilder ftp(String componentName, String path)
      FTP (camel-ftp) Upload and download files to/from FTP servers. Category: file Since: 1.1 Maven coordinates: org.apache.camel:camel-ftp Syntax: ftp: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