Class SftpRemoteFileTemplate

java.lang.Object
org.springframework.integration.file.remote.RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry>
org.springframework.integration.sftp.session.SftpRemoteFileTemplate
All Implemented Interfaces:
Aware, BeanFactoryAware, InitializingBean, RemoteFileOperations<com.jcraft.jsch.ChannelSftp.LsEntry>

public class SftpRemoteFileTemplate
extends RemoteFileTemplate<com.jcraft.jsch.ChannelSftp.LsEntry>
SFTP version of RemoteFileTemplate providing type-safe access to the underlying ChannelSftp object.
Since:
4.1
Author:
Gary Russell