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

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)
           
 



Copyright © 2007-2010 The Apache Software Foundation. All Rights Reserved.