Setting "session timeout?"
Our vendor just moved us to a new SFTP server, and I'm now having intermittent issues with downloads that had been working.
I'm attaching the powershell script where I thought that adding
$session.Timeout = new-timespan -minutes 5
would do the trick, but apparently I'm guessing wrong!
I'm also attaching the debug log file, showing a 15 second timeout, I think.
What's the correct way for me to, as the vendor recommended, "...increase the time out in winscp..." ?
thanks
I'm attaching the powershell script where I thought that adding
$session.Timeout = new-timespan -minutes 5
would do the trick, but apparently I'm guessing wrong!
I'm also attaching the debug log file, showing a 15 second timeout, I think.
What's the correct way for me to, as the vendor recommended, "...increase the time out in winscp..." ?
thanks