Taking about 30 seconds to establish an SFTP Connection
Hello,
I am using the WinSCP.net library version 6.1.2. It seems to take about 30 seconds for the
When I look at the
I am using the WinSCP.net library version 6.1.2. It seems to take about 30 seconds for the
.Open()
to create a connection. Then when I try to grab a file, it takes about 20 seconds.
When I look at the
DebugLogPath
file, it looks like there is a lot of looping going on. Any suggestions on what may be causing the issue?
SessionOptions sessionOptions = new SessionOptions { Protocol = Protocol.Sftp, HostName = _host, UserName = _user, PortNumber = _port, SshHostKeyFingerprint = _fingerPrint, SshPrivateKeyPath = _localKeyPath, TimeoutInMilliseconds = _timeOut };