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

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