Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-07 | 2013-05-09 | ||
| back tick not needed (martin) | 5.2.1 Renamed WinSCP .NET assembly to winscpnet.dll to avoid conflicts with winscp.exe (martin) | ||
| Line 134: | Line 134: | ||
| ==== [[powershell]] PowerShell Example ==== | ==== [[powershell]] PowerShell Example ==== | ||
| + | &beta (* .dll *) | ||
| <code powershell> | <code powershell> | ||
| try | try | ||
| { | { | ||
| # Load WinSCP .NET assembly | # Load WinSCP .NET assembly | ||
| - | [Reflection.Assembly]::LoadFrom("WinSCP.dll") | Out-Null | + | # Use "winscp.dll" for the releases before the latest beta version. |
| + | ····[Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | ||
| # Setup session options | # Setup session options | ||