Spring Integration

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

Provides classes supporting the synchronization of remote and local file directories.

See:
          Description

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.
 

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

Provides classes supporting the synchronization of remote and local file directories.


Spring Integration