Differences
This shows you the differences between the selected revisions of the page.
2011-10-25 | 2011-10-25 | ||
no summary (Petr) | no summary (Petr) | ||
Line 17: | Line 17: | ||
* 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 [[scripting#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 [[scripting#commands|supported commands]]. | ||
* Exit scripting using ''[[scriptcommand_exit|exit]]'' command. | * Exit scripting using ''[[scriptcommand_exit|exit]]'' command. | ||
- | |||
- | ~~AD~~ | ||
===== Script file ===== | ===== Script file ===== | ||
Line 28: | Line 26: | ||
winscp.com /script=myscript.txt | winscp.com /script=myscript.txt | ||
</code> | </code> | ||
+ | |||
+ | ~~AD~~ | ||
===== [[using]] Using script ===== | ===== [[using]] Using script ===== | ||
Line 36: | Line 36: | ||
* In a similar way you can put the shortcut to the batch file into Explorer’s ‘Send To’ context menu (''c:\documents and settings\username\sendto''). | * In a similar way you can put the shortcut to the batch file into Explorer’s ‘Send To’ context menu (''c:\documents and settings\username\sendto''). | ||
* [[guide_schedule|Schedule automatic execution]]. | * [[guide_schedule|Schedule automatic execution]]. | ||
- | |||
- | ~~AD~~ | ||
===== Notes ===== | ===== Notes ===== | ||
Line 93: | Line 91: | ||
//See [[guide_automation_advanced|guide to advanced scripting]] for examples of script generation using more powerful languages.// | //See [[guide_automation_advanced|guide to advanced scripting]] for examples of script generation using more powerful languages.// | ||
+ | |||
+ | ~~AD~~ | ||
===== [[results]] Checking script results ===== | ===== [[results]] Checking script results ===== |