Error: Exception calling "SynchronizeDirectories" with "7" argument(s): "Timeout waiting for WinSCP
Hello, I am getting the attached error.
thanks in advance for any help.
Error: Exception calling "SynchronizeDirectories" with "7" argument(s): "Timeout waiting for WinSCP
I have been getting this error lately while trying sync dirs. I do not believe its system resource related nothing pegged when running.
Winscp 5.14 8780
2012 r2, 16GB of ram, 12 virtual processors.
I have tried to keep the connection open longer.
{$sessionOptions = New-Object WinSCP.SessionOptions -Property @{
Protocol = [WinSCP.Protocol]::Sftp
HostName = "167.19.x.x"
UserName = "ServData"
Password = "password
SshHostKeyFingerprint = "ssh-rsa 2048 p4k2wWh76DLMzm1710RkfcMvt6i16ZqGYgi3zbuC9Co="
Timeout = '00:03:00'
}
$session = New-Object WinSCP.Session -Property @{
Timeout = '00:03:00'
}
thanks in advance for any help.
Error: Exception calling "SynchronizeDirectories" with "7" argument(s): "Timeout waiting for WinSCP
I have been getting this error lately while trying sync dirs. I do not believe its system resource related nothing pegged when running.
Winscp 5.14 8780
2012 r2, 16GB of ram, 12 virtual processors.
I have tried to keep the connection open longer.
{$sessionOptions = New-Object WinSCP.SessionOptions -Property @{
Protocol = [WinSCP.Protocol]::Sftp
HostName = "167.19.x.x"
UserName = "ServData"
Password = "password
SshHostKeyFingerprint = "ssh-rsa 2048 p4k2wWh76DLMzm1710RkfcMvt6i16ZqGYgi3zbuC9Co="
Timeout = '00:03:00'
}
$session = New-Object WinSCP.Session -Property @{
Timeout = '00:03:00'
}