Differences

This shows you the differences between the selected revisions of the page.

2013-05-15 2013-05-15
library_powershell (martin) beta tag (martin)
Line 124: Line 124:
Learn more about [[library_powershell|using WinSCP .NET assembly from PowerShell]]. Learn more about [[library_powershell|using WinSCP .NET assembly from PowerShell]].
 +&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

Last modified: by martin