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

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