public final class FtpWriteCommand extends FtpCommand implements org.mule.extension.file.common.api.command.WriteCommand
FtpCommand which implements the WriteCommand contractclient, ROOT| Constructor and Description |
|---|
FtpWriteCommand(FtpFileSystem fileSystem,
org.apache.commons.net.ftp.FTPClient client) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(String filePath,
InputStream content,
org.mule.extension.file.common.api.FileWriteMode mode,
boolean lock,
boolean createParentDirectory,
String encoding) |
changeWorkingDirectory, changeWorkingDirectory, copy, createDirectory, doMkDirs, exception, exists, getBasePath, getCurrentWorkingDirectory, getExistingFile, getFile, getFile, makeDirectory, rename, resolvePath, tryChangeWorkingDirectorypublic FtpWriteCommand(FtpFileSystem fileSystem, org.apache.commons.net.ftp.FTPClient client)
public void write(String filePath, InputStream content, org.mule.extension.file.common.api.FileWriteMode mode, boolean lock, boolean createParentDirectory, String encoding)
write in interface org.mule.extension.file.common.api.command.WriteCommandCopyright © 2018 MuleSoft, Inc.. All rights reserved.