Differences
This shows you the differences between the selected revisions of the page.
2011-06-13 | 2011-07-31 | ||
no summary (Petr) | scriptcommand_* (martin) | ||
Line 9: | Line 9: | ||
===== Commands ===== | ===== Commands ===== | ||
- | To automate operation, you need to find out [[script_commands|commands]] necessary to implement it. For simple operations you need at least to: | + | To automate operation, you need to find out [[scriptcommands|commands]] necessary to implement it. For simple operations you need at least to: |
- | * Set script to be performed non-interactively. For most automation scripts, you should use commands ''[[script_commands#option|option batch on]]'' and ''[[script_commands#option|option confirm off]]''. | + | * Set script to be performed non-interactively. For most automation scripts, you should use commands ''[[scriptcommand_option|option batch on]]'' and ''[[scriptcommand_option|option confirm off]]''. |
- | * Open session using ''[[script_commands#open|open]]'' command. | + | * Open session using ''[[scriptcommand_open|open]]'' command. |
- | * Perform operation. For [[task_upload|uploads]] use ''[[script_commands#put|put]]'' command. For [[task_download|downloads]] use ''[[script_commands#get|get]]'' command. For [[task_synchronize_full|synchronization]] use ''[[script_commands#synchronize|synchronize]]'' command. For other operations, see [[script_commands|supported commands]]. | + | * Perform operation. For [[task_upload|uploads]] use ''[[scriptcommand_put|put]]'' command. For [[task_download|downloads]] use ''[[scriptcommand_get|get]]'' command. For [[task_synchronize_full|synchronization]] use ''[[scriptcommand_synchronize|synchronize]]'' command. For other operations, see [[scriptcommands|supported commands]]. |
- | * Exit scripting using ''[[script_commands#exit|exit]]'' command. | + | * Exit scripting using ''[[scriptcommand_exit|exit]]'' command. |
===== Script file ===== | ===== Script file ===== |