Differences
This shows you the differences between the selected revisions of the page.
| 2013-04-26 | 2013-04-30 | ||
| paths anchor (martin) | removing ~~NOINDEX~~ (martin) | ||
| Line 1: | Line 1: | ||
| - | ~~NOINDEX~~ | ||
| - | |||
| ====== Converting Script to Code Based on .NET Assembly ====== | ====== Converting Script to Code Based on .NET Assembly ====== | ||
| When you have your automation task implemented using WinSCP [[scripting|script]], you may sooner or later find yourself limited by its capabilities. The scripting particularly lacks (by design) any support for control structures (like conditional processing, loops/cycles, etc.). A solution is to convert your script to code that uses [[library|WinSCP .NET assembly]]. | When you have your automation task implemented using WinSCP [[scripting|script]], you may sooner or later find yourself limited by its capabilities. The scripting particularly lacks (by design) any support for control structures (like conditional processing, loops/cycles, etc.). A solution is to convert your script to code that uses [[library|WinSCP .NET assembly]]. | ||