Package org.springframework.integration.file.remote.synchronizer
Provides classes supporting the synchronization of remote and
local file directories.
-
Interface Summary Interface Description InboundFileSynchronizer Strategy for synchronizing from a remote File system to a local directory. -
Class Summary Class Description 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.