Versions Compared

Key

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

...

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

The append_files parameter doesn't work currently. /tmp/test/jade/out2/1.txt overwrites /tmp/test/jade/out/1.txt in the following profiles

Code Block

[filepath_append]
include                = copy_local2webdav
file_path              = /tmp/test/jade/out/1.txt;/tmp/test/jade/out2/1.txt
append_files           = true 

Example with file_spec

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

...