Uses of Class
org.apache.camel.component.file.remote.RemoteFileEndpoint
Packages that use RemoteFileEndpoint
-
Uses of RemoteFileEndpoint in org.apache.camel.component.file.remote
Subclasses of RemoteFileEndpoint in org.apache.camel.component.file.remoteModifier and TypeClassDescriptionclass
FtpEndpoint<T extends org.apache.commons.net.ftp.FTPFile>
Upload and download files to/from FTP servers.class
Upload and download files to/from FTP servers supporting the FTPS protocol.class
Upload and download files to/from SFTP servers.Methods in org.apache.camel.component.file.remote that return RemoteFileEndpointModifier and TypeMethodDescriptionRemoteFileConsumer.getEndpoint()
RemoteFileProducer.getEndpoint()
Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileEndpointModifierConstructorDescriptionFtpConsumer
(RemoteFileEndpoint<org.apache.commons.net.ftp.FTPFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<org.apache.commons.net.ftp.FTPFile> fileOperations, org.apache.camel.component.file.GenericFileProcessStrategy processStrategy) protected
RemoteFileConsumer
(RemoteFileEndpoint<T> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<T> operations, org.apache.camel.component.file.GenericFileProcessStrategy processStrategy) protected
RemoteFileProducer
(RemoteFileEndpoint<T> endpoint, RemoteFileOperations<T> operations) SftpConsumer
(RemoteFileEndpoint<SftpRemoteFile> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<SftpRemoteFile> operations, org.apache.camel.component.file.GenericFileProcessStrategy<SftpRemoteFile> processStrategy)