Class FtpInboundFileSynchronizer

java.lang.Object
org.springframework.integration.file.remote.synchronizer.AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile>
org.springframework.integration.ftp.inbound.FtpInboundFileSynchronizer
All Implemented Interfaces:
Closeable, AutoCloseable, Aware, BeanFactoryAware, BeanNameAware, InitializingBean, InboundFileSynchronizer

public class FtpInboundFileSynchronizer
extends AbstractInboundFileSynchronizer<org.apache.commons.net.ftp.FTPFile>
An implementation of AbstractInboundFileSynchronizer for FTP.
Since:
2.0
Author:
Iwein Fuld, Josh Long, Mark Fisher, Artem Bilan, Gary Russell