Uses of Class
org.apache.camel.component.file.remote.FtpEndpoint
Packages that use FtpEndpoint
-
Uses of FtpEndpoint in org.apache.camel.component.file.remote
Subclasses of FtpEndpoint in org.apache.camel.component.file.remoteModifier and TypeClassDescriptionclass
Upload and download files to/from FTP servers supporting the FTPS protocol.Fields in org.apache.camel.component.file.remote declared as FtpEndpointModifier and TypeFieldDescriptionprotected FtpEndpoint
<org.apache.commons.net.ftp.FTPFile> FtpOperations.endpoint
Methods in org.apache.camel.component.file.remote with parameters of type FtpEndpointModifier and TypeMethodDescriptionprotected void
FtpComponent.extractAndSetFtpClientConfigParameters
(Map<String, Object> parameters, FtpEndpoint<org.apache.commons.net.ftp.FTPFile> answer) Extract additional ftp client configuration options from the parameters map (parameters starting with 'ftpClientConfig.').protected void
FtpComponent.extractAndSetFtpClientParameters
(Map<String, Object> parameters, FtpEndpoint<org.apache.commons.net.ftp.FTPFile> answer) Extract additional ftp client options from the parameters map (parameters starting with 'ftpClient.').Constructors in org.apache.camel.component.file.remote with parameters of type FtpEndpointModifierConstructorDescriptionDefaultFtpClientActivityListener
(FtpEndpoint endpoint, String host)