I am trying to create a securefiletransferclient object with an initial pool size of 100, and maximum pool size of 200. When I do that the client connection fails with an exception
Caused by: com.enterprisedt.net.j2ssh.SshException: The thread was interrupted whilst waiting for a connection protocol message
May I know if there is a limitation on the initial poolsize and maximum pool size here?