| Interface | Description |
|---|---|
| FtpCopyDelegate |
A delegate object for copying files
|
| Class | Description |
|---|---|
| AbstractFtpConnectionProvider<C extends FtpFileSystem> |
Base class for
ConnectionProvider implementations which take a FtpConnector as a config and provides a
FtpFileSystem |
| AbstractFtpCopyDelegate |
Abstract implementation of
FtpCopyDelegate for copying operations which require to FTP connections, one for reading the
source file and another for writing into the target path |
| BaseFtpConnectionSettings |
Base class for groups of FTP/SFTP connection parameters
|
| FtpConnector |
Allows manipulating files through the FTP and SFTP
|
| FtpInputStream |
An
AbstractFileInputStream implementation which obtains a FtpFileSystem through a ConnectionManager and
uses it to obtain the contents of a file on a FTP server. |
| FtpOperations |
Ftp connector operations
|
| TimeoutSettings |
Groups timeout related parameters
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.