Differences
This shows you the differences between the selected revisions of the page.
| 2014-06-11 | 2014-06-12 | ||
| using environment variable as an alternative (martin) | using Add-Type cmdlet instead of Assembly.LoadFrom method (martin) | ||
| Line 61: | Line 61: | ||
| { | { | ||
| # Load WinSCP .NET assembly | # Load WinSCP .NET assembly | ||
| - | [Reflection.Assembly]::LoadFrom("WinSCPnet.dll") | Out-Null | + | Add-Type -Path "WinSCPnet.dll" |
| # Setup session options | # Setup session options | ||