Package org.springframework.integration.file.remote.synchronizer

Interface Summary
InboundFileSynchronizer Strategy for synchronizing from a remote File system to a local directory.
 

Class Summary
AbstractInboundFileSynchronizer<F> Base class charged with knowing how to connect to a remote file system, scan it for new files and then download the files.
AbstractInboundFileSynchronizingMessageSource<F> Factors out the common logic between the FTP and SFTP adapters.