Package | Description |
---|---|
org.springframework.integration.file.remote.synchronizer |
Provides classes supporting the synchronization of remote and
local file directories.
|
org.springframework.integration.ftp.inbound |
Provides classes supporting inbound endpoints.
|
org.springframework.integration.sftp.inbound |
Provides classes supporting inbound endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
FtpInboundFileSynchronizer
An implementation of
AbstractInboundFileSynchronizer for FTP. |
Modifier and Type | Class and Description |
---|---|
class |
SftpInboundFileSynchronizer
Handles the synchronization between a remote SFTP directory and a local mount.
|
Copyright © 2016. All rights reserved.