Uses of Class
org.apache.camel.component.file.remote.FtpConfiguration
-
Packages that use FtpConfiguration Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of FtpConfiguration in org.apache.camel.component.file.remote
Subclasses of FtpConfiguration in org.apache.camel.component.file.remote Modifier and Type Class Description classFtpsConfigurationFTP Secure (FTP over SSL/TLS) configurationFields in org.apache.camel.component.file.remote declared as FtpConfiguration Modifier and Type Field Description protected FtpConfigurationFtpEndpoint. configurationMethods in org.apache.camel.component.file.remote that return FtpConfiguration Modifier and Type Method Description FtpConfigurationFtpEndpoint. getConfiguration()Constructors in org.apache.camel.component.file.remote with parameters of type FtpConfiguration Constructor Description FtpEndpoint(String uri, RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> component, FtpConfiguration configuration)
-