Re: Connection Limit
I am trying to open multiple sessions c# code, via threading. so parallel opening sessions for 10, winscp is throwing access denied even when it is 10 threads, means 10 sessions. Can you tell us how many sessions we can open in parallel? Because it is not letting even 10.
WinSCP does not have any limit. It's probably the server that limits the number of parallel sessions.
Yes, could be server restriction. But i am using SSHD provided in winscp guide from git hub. How to solve the problem. Request you to guide us towards the solution.