Uses of Class
org.apache.camel.component.file.remote.FtpEndpoint

Packages that use FtpEndpoint
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
 class FtpsEndpoint
          FTP Secure (FTP over SSL/TLS) endpoint
 

Methods in org.apache.camel.component.file.remote with parameters of type FtpEndpoint
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.').
 



Apache Camel