Uses of Class
org.apache.camel.component.file.remote.RemoteFileEndpoint
-
Packages that use RemoteFileEndpoint Package Description org.apache.camel.component.file.remote Defines the File transport for communicating with Remote Files and FTP -
-
Uses of RemoteFileEndpoint in org.apache.camel.component.file.remote
Subclasses of RemoteFileEndpoint in org.apache.camel.component.file.remote Modifier and Type Class Description class
FtpEndpoint<T extends org.apache.commons.net.ftp.FTPFile>
Upload and download files to/from FTP servers.class
FtpsEndpoint
Upload and download files to/from FTP servers supporting the FTPS protocol.class
SftpEndpoint
Upload and download files to/from SFTP servers.Methods in org.apache.camel.component.file.remote that return RemoteFileEndpoint Modifier and Type Method Description RemoteFileEndpoint<T>
RemoteFileConsumer. getEndpoint()
RemoteFileEndpoint<T>
RemoteFileProducer. getEndpoint()
Constructors in org.apache.camel.component.file.remote with parameters of type RemoteFileEndpoint Constructor Description FtpConsumer(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)
RemoteFileConsumer(RemoteFileEndpoint<T> endpoint, org.apache.camel.Processor processor, RemoteFileOperations<T> operations, org.apache.camel.component.file.GenericFileProcessStrategy processStrategy)
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)
-