Uses of Class
org.apache.camel.component.file.remote.RemoteFileComponent
Packages that use RemoteFileComponent
-
Uses of RemoteFileComponent in org.apache.camel.component.file.remote
Subclasses of RemoteFileComponent in org.apache.camel.component.file.remoteModifier and TypeClassDescriptionclass
FTP Componentclass
FTP Secure (FTP over SSL/TLS) Component.class
Secure FTP ComponentConstructors in org.apache.camel.component.file.remote with parameters of type RemoteFileComponentModifierConstructorDescriptionFtpEndpoint
(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) protected
RemoteFileEndpoint
(String uri, RemoteFileComponent<T> component, RemoteFileConfiguration configuration)