| Package | Description |
|---|---|
| org.mule.extension.ftp.api | |
| org.mule.extension.ftp.internal |
| Modifier and Type | Method and Description |
|---|---|
FtpFileMatcher |
FtpFileMatcher.setTimestampSince(LocalDateTime timestampSince) |
FtpFileMatcher |
FtpFileMatcher.setTimestampUntil(LocalDateTime timestampUntil) |
| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.extension.api.runtime.operation.Result<InputStream,FtpFileAttributes>> |
FtpOperations.list(org.mule.extension.file.common.api.FileConnectorConfig config,
FtpFileSystem fileSystem,
String directoryPath,
boolean recursive,
FtpFileMatcher matcher)
Lists all the files in the
directoryPath which match the given matcher. |
Copyright © 2018 MuleSoft, Inc.. All rights reserved.