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
  • Constructor Details

    • SftpInboundFileSynchronizer

      public SftpInboundFileSynchronizer(SessionFactory<com.jcraft.jsch.ChannelSftp.LsEntry> sessionFactory)
      Create a synchronizer with the SessionFactory used to acquire Session instances.
      Parameters:
      sessionFactory - The session factory.
  • Method Details