sftp Connection Times
Hi, I am noticing that when I first connect to a remote server via sftp that it typically takes several seconds to do so whereas connecting via FileZilla is less than a second. Once connected file transfer speeds are fine. I was just wondering if this connection time is typical or if there is something I might be doing wrong or can adjust.
This is the same as if I am using the actual WINSCP.exe client or using .NET in my own program.
I have:
Version: 5.73
OS: Windows 7 Professional and 2008 Server
Development: Visual Basic in Visual Studio 2013.
In development the delay occurs when issuing the Open commend;
mySession.Open(mySessionOptions)
Any help or suggestions would be appreciated, Thanks
Steve
This is the same as if I am using the actual WINSCP.exe client or using .NET in my own program.
I have:
Version: 5.73
OS: Windows 7 Professional and 2008 Server
Development: Visual Basic in Visual Studio 2013.
In development the delay occurs when issuing the Open commend;
mySession.Open(mySessionOptions)
Any help or suggestions would be appreciated, Thanks
Steve