Uses of Class
org.apache.camel.component.file.remote.FtpEndpoint
-
Packages that use FtpEndpoint Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of FtpEndpoint in org.apache.camel.component.file.remote
Subclasses of FtpEndpoint in org.apache.camel.component.file.remote Modifier and Type Class Description class
FtpsEndpoint
Upload and download files to/from FTP servers supporting the FTPS protocol.Fields in org.apache.camel.component.file.remote declared as FtpEndpoint Modifier and Type Field Description protected FtpEndpoint<org.apache.commons.net.ftp.FTPFile>
FtpOperations. endpoint
Methods in org.apache.camel.component.file.remote with parameters of type FtpEndpoint Modifier and Type Method Description protected 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 FtpEndpoint Constructor Description DefaultFtpClientActivityListener(FtpEndpoint endpoint, String host)
-