- martin
Post a reply
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
Topic review
- Burtamus
WinSCP and PowerShell woes
All, I'm working from this example: https://winscp.net/eng/docs/library_powershell#example
On the
Any pointers would be appreciated
On the
$session.Open($sessionOptions)
line, I get the following error:
MethodInvocationException: Exception calling "Open" with "1" argument(s): "Method not found: 'Void System.Threading.EventWaitHandle..ctor(Boolean, System.Threading.EventResetMode, System.String, Boolean ByRef, System.Security.AccessControl.EventWaitHandleSecurity)'."
Any pointers would be appreciated