logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2017-11-01 | 2017-12-20 | ||
consistent footnote text to merge them (martin) | 5.12 Remote file duplication in scripting, .NET assembly and XML log. (martin) | ||
Line 197: | Line 197: | ||
Associated script commands: ''[[scriptcommand_chmod|chmod]]'', ''[[scriptcommand_keepuptodate|keepuptodate]] -permissions'', ''[[scriptcommand_put|put]] -permissions'', ''[[scriptcommand_synchronize|synchronize]] remote|both -permissions'' | Associated script commands: ''[[scriptcommand_chmod|chmod]]'', ''[[scriptcommand_keepuptodate|keepuptodate]] -permissions'', ''[[scriptcommand_put|put]] -permissions'', ''[[scriptcommand_synchronize|synchronize]] remote|both -permissions'' | ||
+ | |||
+ | ==== [[cp]] cp ==== | ||
+ | [[task_move_duplicate#duplicate|Duplication]] of one remote file or directory. | ||
+ | |||
+ | &beta_feature | ||
+ | |||
+ | Elements: | ||
+ | ^ Element ^ Description ^ | ||
+ | | ''filename'' | Absolute path to source local file (in ''value'' attribute) | | ||
+ | | ''destination'' | Absolute path to destination remote file (in ''value'' attribute) | | ||
+ | |||
+ | Example: | ||
+ | <code xml> | ||
+ | <cp> | ||
+ | <filename value="/home/martin/public_html/about.html" /> | ||
+ | <destination value="/home/martin/backup/about.html.20171220" /> | ||
+ | <result success="true" /> | ||
+ | </cp> | ||
+ | </code> | ||
+ | |||
+ | Associated script commands: ''[[scriptcommand_cp|cp]]'' | ||
==== [[download]] download ==== | ==== [[download]] download ==== |