Differences
This shows you the differences between the selected revisions of the page.
| 2008-02-14 | 2008-02-14 | ||
| created (martin) | typo (martin) | ||
| Line 5: | Line 5: | ||
| 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 [[script_commands|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 ''[[script_commands#option|option batch on]]'' and ''[[script_commands#option|option confirm off]]''. | ||
| - | * Open session. You can use ''[[script_commands#open|open]]'' command (alternativally specify session on [[commandline|command line]]). | + | * Open session. You can use ''[[script_commands#open|open]]'' command (alternatively specify session on [[commandline|command line]]). |
| * Perform operation. For [[task_upload|uploads]] use ''[[script_commands#put|put]]'' command, [[task_download|downloads]] use ''[[script_commands#get|get]]'' command. For other operations, see [[script_commands|supported commands]]. | * Perform operation. For [[task_upload|uploads]] use ''[[script_commands#put|put]]'' command, [[task_download|downloads]] use ''[[script_commands#get|get]]'' command. For other operations, see [[script_commands|supported commands]]. | ||
| * Exit scripting using ''[[script_commands#exit|exit]]'' command. | * Exit scripting using ''[[script_commands#exit|exit]]'' command. | ||