Differences
This shows you the differences between the selected revisions of the page.
2013-05-09 | 2013-12-20 | ||
5.2.1 Renamed WinSCP .NET assembly to winscpnet.dll to avoid conflicts with winscp.exe (martin) | 5.5 removing beta tags (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 ''winscpnet.dll'' (use ''winscp.dll'' for the releases before the latest beta version); &beta | + | * Use //Project > Add Reference > Browse// to add reference to ''winscpnet.dll''; |
* 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. |