Differences

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

2013-05-07 2013-05-09
note that mode mapping specifics are also described with each command (martin) 5.2.1 Renamed WinSCP .NET assembly to winscpnet.dll to avoid conflicts with winscp.exe (martin)
Line 67: Line 67:
maps to following PowerShell code: maps to following PowerShell code:
 +
 +&beta (* .dll *)
<code powershell> <code powershell>
Line 72: Line 74:
{ {
    # 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