See: Description
Interface | Description |
---|---|
InboundFileSynchronizer |
Strategy for synchronizing from a remote File system to a local directory.
|
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.
|