Differences
This shows you the differences between the selected revisions of the page.
2019-11-05 | 2020-12-23 | ||
explicitly mention powershell (martin) | automatically using target article title for link anchor (martin) | ||
Line 115: | Line 115: | ||
See more hints on [[#using|using parametrized batch file]]. | See more hints on [[#using|using parametrized batch file]]. | ||
- | //See [[guide_automation_advanced|guide to advanced scripting]] for examples of script generation using more powerful languages.// | + | //See [[guide_automation_advanced|*]] for examples of script generation using more powerful languages.// |
~~AD~~ | ~~AD~~ | ||
Line 156: | Line 156: | ||
</code> | </code> | ||
- | //If you require checking results of each command individually, you should better use the [[library|WinSCP .NET assembly]]. Alternatively, see [[guide_automation_advanced|guide to advanced scripting]] for examples of checking script results (including XML log parsing) using more powerful languages and guide to [[guide_interpreting_xml_log|interpreting XML log for advanced scripting]] using C# language.// | + | //If you require checking results of each command individually, you should better use the [[library|WinSCP .NET assembly]]. Alternatively, see the guide [[guide_automation_advanced|*]] for examples of checking script results (including XML log parsing) using more powerful languages and the guide to [[guide_interpreting_xml_log|*]] using C# language.// |
===== Example ===== | ===== Example ===== | ||
Line 162: | Line 162: | ||
===== Further reading ===== | ===== Further reading ===== | ||
- | * [[troubleshooting|Troubleshooting]]; | + | * [[troubleshooting|*]]; |
* [[scripting|Scripting]] documentation; | * [[scripting|Scripting]] documentation; | ||
- | * Guide to [[guide_automation_advanced|advanced scripting]]; | + | * Guide to [[guide_automation_advanced|*]]; |
- | * [[library|WinSCP .NET assembly]]; | + | * [[library|*]]; |
* [[commandline|Command-line]] parameters; | * [[commandline|Command-line]] parameters; | ||
* WinSCP [[executables|executables]]; | * WinSCP [[executables|executables]]; | ||
* [[faq#scripting|FAQ about scripting]]; | * [[faq#scripting|FAQ about scripting]]; | ||
* Example [[scripts|scripts]]; | * Example [[scripts|scripts]]; | ||
- | * [[guide_schedule|Schedule file transfers or synchronization]]. | + | * [[guide_schedule|*]]. |