Package | Description |
---|---|
org.springframework.integration.file.remote |
Base package for supporting remote files.
|
org.springframework.integration.ftp.session |
Provides classes supporting FTP sessions.
|
org.springframework.integration.sftp.session |
Provides classes supporting SFTP sessions.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileInfo<F>
Abstract implementation of
FileInfo ; provides a setter
for the remote directory and a generic toString implementation. |
Modifier and Type | Method and Description |
---|---|
int |
AbstractFileInfo.compareTo(FileInfo<F> o) |
Modifier and Type | Class and Description |
---|---|
class |
FtpFileInfo
A
FileInfo implementation for FTP/FTPS. |
Modifier and Type | Class and Description |
---|---|
class |
SftpFileInfo
A
FileInfo implementation for SFTP. |
Copyright © 2017. All rights reserved.