Differences
This shows you the differences between the selected revisions of the page.
2017-04-03 | 2017-04-03 | ||
distinct purpose section (martin) | cannot be used in .NET Core projects (martin) | ||
Line 7: | Line 7: | ||
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 not a general purpose file transfer library. It particularly lacks support for interactive processing and as such it is not well suited for use in GUI applications. | 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 not a general purpose file transfer library. It particularly lacks support for interactive processing and as such it is not well suited for use in GUI applications. | ||
+ | |||
+ | As the assembly drives WinSCP Windows executable, it cannot be used in .NET Core projects. | ||
You can write a script using the assembly that [[guide_custom_commands_automation|extends functionality of WinSCP GUI]]. | You can write a script using the assembly that [[guide_custom_commands_automation|extends functionality of WinSCP GUI]]. |