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

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

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

Subclasses of RemoteFileComponent in org.apache.camel.component.file.remote
 class FtpComponent
          FTP Component
 class FtpsComponent
          FTP Secure (FTP over SSL/TLS) Component.
 class SftpComponent
          Secure FTP Component
 

Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileComponent
FtpEndpoint(String uri, RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> component, RemoteFileConfiguration configuration)
           
FtpsEndpoint(String uri, RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> remoteFileComponent, RemoteFileConfiguration configuration)
           
RemoteFileEndpoint(String uri, RemoteFileComponent<T> component, RemoteFileConfiguration configuration)
           
 



Apache Camel