Differences
This shows you the differences between the selected revisions of the page.
| 2017-12-05 | 2018-04-02 | ||
| removing unneeded byval (martin) | no summary (135.26.232.130) | ||
| Line 161: | Line 161: | ||
| { | { | ||
| # Load WinSCP .NET assembly | # Load WinSCP .NET assembly | ||
| - | ····Add-Type -Path "WinSCPnet.dll" | + | ···[Reflection.Assembly]::LoadFrom("C:\rtca\WinSCPnet.dll") | Out-Null |
| # Setup session options | # Setup session options | ||