Differences
This shows you the differences between the selected revisions of the page.
2016-07-14 | 2016-07-29 | ||
start prevent upload back (martin) | 5.9 installs the assembly (martin) | ||
Line 1: | Line 1: | ||
====== Extending WinSCP with Custom commands that run .NET assembly or WinSCP script ====== | ====== Extending WinSCP with Custom commands that run .NET assembly or WinSCP script ====== | ||
If WinSCP GUI lacks a certain file operation, you may be able to implement it using a [[custom_command|custom command]] that uses [[library|WinSCP .NET assembly]] (typically via [[library_powershell|PowerShell]] script) or WinSCP [[scripting|script]]. | If WinSCP GUI lacks a certain file operation, you may be able to implement it using a [[custom_command|custom command]] that uses [[library|WinSCP .NET assembly]] (typically via [[library_powershell|PowerShell]] script) or WinSCP [[scripting|script]]. | ||
- | |||
- | Using the WinSCP .NET assembly gives you more power and flexibility, but requires you to [[library_install|install the assembly]] (//the latest beta version// already installs the assembly with WinSCP). &beta To use the WinSCP script, you do not need anything else, but a WinSCP [[executables|executable]]. | ||
This article lists hints and features that will help you with the implementation. | This article lists hints and features that will help you with the implementation. |