Differences
This shows you the differences between the selected revisions of the page.
2015-07-27 | 2015-08-07 | ||
library_example_recursive_download_custom_error_handling (martin) | ending path with slash is now forbidden + * mask suggestion (martin) | ||
Line 23: | Line 23: | ||
==== Parameters ==== | ==== Parameters ==== | ||
^ Name ^ Description ^ | ^ Name ^ Description ^ | ||
- | | string remotePath | Full path to remote directory followed by slash and [[library_wildcard|wildcard]] to select files or subdirectories to download. When wildcard is omitted (path ends with slash), all files and subdirectories in the remote directory are downloaded. | | + | | string remotePath | Full path to remote directory followed by slash and [[library_wildcard|wildcard]] to select files or subdirectories to download. To download all files in a directory, use mask ''*''. ·| |
| string localPath | Full path to download the file to. When downloading multiple files, the filename in the path should be replaced with [[operation_mask|operation mask]] or omitted (path ends with backslash). | | | string localPath | Full path to download the file to. When downloading multiple files, the filename in the path should be replaced with [[operation_mask|operation mask]] or omitted (path ends with backslash). | | ||
| bool remove | When set to ''true'', deletes source remote file(s) after transfer. Defaults to ''false''. | | | bool remove | When set to ''true'', deletes source remote file(s) after transfer. Defaults to ''false''. | |