Hi!
Tried the following:
- open one SFTP-Connection to a server
- starting several downloads parallel (tried sync and async)
- Exception is thrown by checking if "isConnected" (it's called before starting the download)
Because this Exception is not thrown every time, there might be a problem related to
thread safetiness. Everyone else discovered this problem?
I know that it is possible to open several connections parallel but this takes time.
So is there a chance to fix it or am I doing something wrong?