Package org.springframework.integration.file.synchronization

Interface Summary
AbstractInboundRemoteFileSystemSychronizer.EntryAcknowledgmentStrategy<F> Strategy interface to expose a hook for dispatching, moving, or deleting the file once it has been delivered.
 

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