Differences
This shows you the differences between the selected revisions of the page.
2013-05-07 | 2013-05-09 | ||
avoiding need for backticks (martin) | 5.2.1 Renamed WinSCP .NET assembly to winscpnet.dll to avoid conflicts with winscp.exe (martin) | ||
Line 220: | Line 220: | ||
==== [[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 |