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 TypeClassDescriptionclassFtpEndpoint<T extends org.apache.commons.net.ftp.FTPFile>Upload and download files to/from FTP servers.classUpload and download files to/from FTP servers supporting the FTPS protocol.classUpload 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) protectedRemoteFileConsumer(RemoteFileEndpoint<T> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<T> operations, org.apache.camel.component.file.GenericFileProcessStrategy processStrategy) protectedRemoteFileProducer(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)