Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The profile copy_webdav2local will be included in further profiles

Example with file_path

In the file_path option you can enter a list of source files.

...

Code Block
file_path = /jade/out/1.txt;/jade/out2/1.txt

Example with file_spec

The file_spec option expects a regular expression to select files from the directory which is set by the source_dir option.

...

The target_dir is not relative to the location in which WebDAV is supported.

Example with file_path

These example are similar to above file path example in the WebDAV -> local chapter but in the other direction.

Code Block
[filepath]
include = copy_local2webdav
file_path = /tmp/test/jade/in/1.txt

Example with file_spec

These examples are similar to above file spec example in the WebDAV -> local chapter but in the other direction.

...