Differences
This shows you the differences between the selected revisions of the page.
2011-10-25 | 2012-01-06 | ||
no summary (Petr) | library (martin) | ||
Line 6: | Line 6: | ||
WinSCP offers [[scripting]] interface that you can use to automate many operations that it supports, including file transfers, synchronization and other operations. | WinSCP offers [[scripting]] interface that you can use to automate many operations that it supports, including file transfers, synchronization and other operations. | ||
+ | |||
+ | //There is also [[library|WinSCP .NET assembly]] build on top of the scripting interface. If you plan to call WinSCP from your .NET code, or if you task requires conditional processing, loops or other control structures, you should better use the .NET assembly. This guide focuses on simple automation tasks using scriting interface only.// | ||
Before starting you should: | Before starting you should: |