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

Packages that use FtpConfiguration
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
 class FtpsConfiguration
          FTP Secure (FTP over SSL/TLS) configuration
 

Methods in org.apache.camel.component.file.remote that return FtpConfiguration
 FtpConfiguration FtpEndpoint.getConfiguration()
           
 

Methods in org.apache.camel.component.file.remote with parameters of type FtpConfiguration
 void FtpEndpoint.setConfiguration(FtpConfiguration configuration)
           
 



Apache Camel