Differences
This shows you the differences between the selected revisions of the page.
| 2013-11-25 | 2013-12-20 | ||
| library anchor (martin) | 5.5 removing beta tags (martin) | ||
| Line 33: | Line 33: | ||
| If you do not have your favourite language, use [[library_powershell|PowerShell]]: | If you do not have your favourite language, use [[library_powershell|PowerShell]]: | ||
| - | &beta (* .dll *) | ||
| <code powershell> | <code powershell> | ||
| try | try | ||
| { | { | ||
| # Load WinSCP .NET assembly | # Load WinSCP .NET assembly | ||
| - | # Use "winscp.dll" for the releases before the latest beta version. | ||
| [Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | [Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | ||