| Author | Boris Capitanu |
| Creation date | 06/01/2011 |
| Firing policy | all |
| Package | org.seasr.meandre.components.io |
DESCRIPTION
Outputs the list of files in a WebDAV tree matching the specified criteria.
INPUTS
None
OUTPUTS
| Name | Description | Example |
|---|---|---|
file_url |
The URL of the file |
PROPERTIES
| Name | Description | Default value |
|---|---|---|
regex_filter |
The regular expression used to filter files |
* |
password |
Webdav password |
null |
recursive |
Recurse subdirectories? (true/false) |
false |
start_url |
The URL where to start looking for files |
null |
username |
Webdav username (use 'null' to indicate that no authentication needs to be performed |
null |
Add Comment