Differences
This shows you the differences between the selected revisions of the page.
2020-01-08 | 2020-06-19 | ||
5.14.2 Bug 1371: Synchronization preview in .NET assembly (forgotten on release time) (martin) | is for windows only + clarify that it's not only for extensions (martin) | ||
Line 8: | Line 8: | ||
===== [[purpose]] Purpose of the Assembly ===== | ===== [[purpose]] Purpose of the Assembly ===== | ||
- | The library is primarily intended for advanced automation tasks that require conditional processing, loops or other control structures for which the basic [[scripting|scripting interface]] is too limited. | + | The library is primarily intended for advanced automation tasks on Microsoft Windows that require conditional processing, loops or other control structures for which the basic [[scripting|scripting interface]] is too limited. |
- | You can use the assembly to write scripts that [[guide_custom_commands_automation|extend functionality of WinSCP GUI]]. | + | You can also use the assembly to write scripts that [[guide_custom_commands_automation|extend functionality of WinSCP GUI]]. |
The library is not a general purpose file transfer library. It particularly has a limited support for an interactive processing, and as such it is not well suited for use in GUI applications. | The library is not a general purpose file transfer library. It particularly has a limited support for an interactive processing, and as such it is not well suited for use in GUI applications. |