| Package | Description |
|---|---|
| org.mule.extension.ftp.internal | |
| org.mule.extension.ftp.internal.ftp.command |
| Modifier and Type | Class and Description |
|---|---|
class |
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
MoveFtpDelegate |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FtpCommand.copy(org.mule.extension.file.common.api.FileConnectorConfig config,
String source,
String target,
boolean overwrite,
boolean createParentDirectory,
FtpCopyDelegate delegate)
Performs the base logic and delegates into
doCopy(FileConnectorConfig, FileAttributes, Path, boolean) to perform the actual
copying logic |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.