Differences
This shows you the differences between the selected revisions of the page.
2012-09-24 | 2013-05-09 | ||
5.1 is stable (martin) | 5.2.1 Renamed WinSCP .NET assembly to winscpnet.dll to avoid conflicts with winscp.exe (martin) | ||
Line 13: | Line 13: | ||
* On the //Script task editor// on //Script// page, click //Edit script// button; | * On the //Script task editor// on //Script// page, click //Edit script// button; | ||
* Visual Studio Tools for Applications is run to edit the script; | * Visual Studio Tools for Applications is run to edit the script; | ||
- | * Use //Project > Add Reference > Browse// to add reference to ''winscp.dll''; | + | * Use //Project > Add Reference > Browse// to add reference to ''winscpnet.dll'' (use ''winscp.dll'' for the releases before the latest beta version); &beta |
* Place your C# or VB.NET code into ''ScriptMain.Main'' method (see example below); | * Place your C# or VB.NET code into ''ScriptMain.Main'' method (see example below); | ||
* Close Visual Studio Tools for Applications and //Script task editor// with //OK// button. | * Close Visual Studio Tools for Applications and //Script task editor// with //OK// button. |