Class SftpInboundFileSynchronizer

java.lang.Object
org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>
org.springframework.integration.sftp.inbound.SftpInboundFileSynchronizer
All Implemented Interfaces:
Closeable, AutoCloseable, Aware, BeanFactoryAware, BeanNameAware, InitializingBean, InboundFileSynchronizer

public class SftpInboundFileSynchronizer
extends AbstractInboundFileSynchronizer<com.jcraft.jsch.ChannelSftp.LsEntry>
Handles the synchronization between a remote SFTP directory and a local mount.
Since:
2.0
Author:
Josh Long, Oleg Zhurakousky, Mark Fisher, Artem Bilan