public final class FtpListCommand extends FtpCommand implements org.mule.extension.file.common.api.command.ListCommand<FtpFileAttributes>
FtpCommand which implements the ListCommand contractclient, ROOT| Constructor and Description |
|---|
FtpListCommand(FtpFileSystem fileSystem,
org.apache.commons.net.ftp.FTPClient client) |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,FtpFileAttributes>> |
list(org.mule.extension.file.common.api.FileConnectorConfig config,
String directoryPath,
boolean recursive,
Predicate<FtpFileAttributes> matcher) |
changeWorkingDirectory, changeWorkingDirectory, copy, createDirectory, doMkDirs, exception, exists, getBasePath, getCurrentWorkingDirectory, getExistingFile, getFile, getFile, makeDirectory, rename, resolvePath, tryChangeWorkingDirectorypublic FtpListCommand(FtpFileSystem fileSystem, org.apache.commons.net.ftp.FTPClient client)
public List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,FtpFileAttributes>> list(org.mule.extension.file.common.api.FileConnectorConfig config, String directoryPath, boolean recursive, Predicate<FtpFileAttributes> matcher)
list in interface org.mule.extension.file.common.api.command.ListCommand<FtpFileAttributes>Copyright © 2018 MuleSoft, Inc.. All rights reserved.