Uses of Class
org.apache.camel.component.file.remote.RemoteFileComponent
-
Packages that use RemoteFileComponent Package Description 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 Modifier and Type Class Description class
FtpComponent
FTP Componentclass
FtpsComponent
FTP Secure (FTP over SSL/TLS) Component.class
SftpComponent
Secure FTP ComponentConstructors in org.apache.camel.component.file.remote with parameters of type RemoteFileComponent Constructor Description FtpEndpoint(String uri, RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> component, FtpConfiguration configuration)
FtpsEndpoint(String uri, RemoteFileComponent<org.apache.commons.net.ftp.FTPFile> remoteFileComponent, FtpsConfiguration configuration)
RemoteFileEndpoint(String uri, RemoteFileComponent<T> component, RemoteFileConfiguration configuration)
-