logging_xml » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
2011-07-30 | 2011-07-31 | ||
scp (martin) | scriptcommand_* (martin) | ||
Line 93: | Line 93: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#call|call]]'' | + | Associated script commands: ''[[scriptcommand_call|call]]'' |
==== chmod ==== | ==== chmod ==== | ||
Line 114: | Line 114: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#chmod|chmod]]'', ''[[script_commands#keepuptodate|keepuptodate]] -permissions'', ''[[script_commands#put|put]] -permissions'', ''[[script_commands#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'' |
==== download ==== | ==== download ==== | ||
Line 133: | Line 133: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#get|get]]'', ''[[script_commands#synchronize|synchronize]] local|both'' | + | Associated script commands: ''[[scriptcommand_get|get]]'', ''[[scriptcommand_synchronize|synchronize]] local|both'' |
==== ls ==== | ==== ls ==== | ||
- | Listing of remote directory (only when explicitly requested using ''[[script_commands#ls|ls]]'' scripting command). | + | Listing of remote directory (only when explicitly requested using ''[[scriptcommand_ls|ls]]'' scripting command). |
Elements: | Elements: | ||
Line 187: | Line 187: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#ls|ls]]'' | + | Associated script commands: ''[[scriptcommand_ls|ls]]'' |
==== mkdir ==== | ==== mkdir ==== | ||
Line 204: | Line 204: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#keepuptodate|keepuptodate]]'', ''[[script_commands#mkdir|mkdir]]'', ''[[script_commands#put|put]]'', ''[[script_commands#synchronize|synchronize]] remote|both'' | + | Associated script commands: ''[[scriptcommand_keepuptodate|keepuptodate]]'', ''[[scriptcommand_mkdir|mkdir]]'', ''[[scriptcommand_put|put]]'', ''[[scriptcommand_synchronize|synchronize]] remote|both'' |
==== mv ==== | ==== mv ==== | ||
Line 223: | Line 223: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#mv|mv]]'' | + | Associated script commands: ''[[scriptcommand_mv|mv]]'' |
==== rm ==== | ==== rm ==== | ||
Line 242: | Line 242: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#get|get]] -delete'', ''[[script_commands#keepuptodate|keepuptodate]] -delete'', ''[[script_commands#rm|rm]]'', ''[[script_commands#rmdir|rmdir]]'', ''[[script_commands#synchronize|synchronize]] local|both -delete'' | + | Associated script commands: ''[[scriptcommand_get|get]] -delete'', ''[[scriptcommand_keepuptodate|keepuptodate]] -delete'', ''[[scriptcommand_rm|rm]]'', ''[[scriptcommand_rmdir|rmdir]]'', ''[[scriptcommand_synchronize|synchronize]] local|both -delete'' |
==== upload ==== | ==== upload ==== | ||
Line 261: | Line 261: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#keepuptodate|keepuptodate]]'', ''[[script_commands#put|put]]'', ''[[script_commands#synchronize|synchronize]] remote|both'' | + | Associated script commands: ''[[scriptcommand_keepuptodate|keepuptodate]]'', ''[[scriptcommand_put|put]]'', ''[[scriptcommand_synchronize|synchronize]] remote|both'' |
==== touch ==== | ==== touch ==== | ||
Line 280: | Line 280: | ||
</code> | </code> | ||
- | Associated script commands: ''[[script_commands#keepuptodate|keepuptodate]]'', ''[[script_commands#put|put]] -preservetime'', ''[[script_commands#synchronize|synchronize]] remote|both'' | + | Associated script commands: ''[[scriptcommand_keepuptodate|keepuptodate]]'', ''[[scriptcommand_put|put]] -preservetime'', ''[[scriptcommand_synchronize|synchronize]] remote|both'' |
===== Schema ===== | ===== Schema ===== |