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

Packages that use FtpsEndpoint
org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP 
 

Uses of FtpsEndpoint in org.apache.camel.component.file.remote
 

Methods in org.apache.camel.component.file.remote with parameters of type FtpsEndpoint
protected  void FtpsComponent.extractAndSetFtpClientKeyStoreParameters(Map<String,Object> parameters, FtpsEndpoint endpoint)
          Extract additional ftp client key store options from the parameters map (parameters starting with 'ftpClient.keyStore.').
protected  void FtpsComponent.extractAndSetFtpClientTrustStoreParameters(Map<String,Object> parameters, FtpsEndpoint endpoint)
          Extract additional ftp client trust store options from the parameters map (parameters starting with 'ftpClient.trustStore.').
 



Apache Camel