Uses of Class
org.apache.camel.component.file.remote.FtpsConfiguration
-
Packages that use FtpsConfiguration Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of FtpsConfiguration in org.apache.camel.component.file.remote
Fields in org.apache.camel.component.file.remote declared as FtpsConfiguration Modifier and Type Field Description protected FtpsConfigurationFtpsEndpoint. configurationMethods in org.apache.camel.component.file.remote that return FtpsConfiguration Modifier and Type Method Description FtpsConfigurationFtpsEndpoint. getConfiguration()FtpsConfigurationFtpsEndpoint. getFtpsConfiguration()Returns the FtpsConfiguration.Constructors in org.apache.camel.component.file.remote with parameters of type FtpsConfiguration Constructor Description FtpsEndpoint(String uri, RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> remoteFileComponent, FtpsConfiguration configuration)
-