Re: System.TimeoutException: Timeout waiting for WinSCP to respond
Thank you Martin. I've added this now. I'll monitor the script and update you.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
$session.Timeout = New-TimeSpan -Seconds 120
Session.Timeout
to the current script. Can you please help ?
$sessionOptions.AddRawSettings("Timeout","250")
Session.Timeout
?