Getting JSchException: java.io.IOException : inputstream is closed in JavaFX application
So In JavaFX application, I am trying to connect to server using JSch library and list directories on the server as DirChooser. I am able to connect to the sever but as soon as I’m trying to browse directory Getting inputstream is closed exception. I have tried almost everything which I could find on internet and still issue remains unresolved.
Screen looks like this. Clicking on browse gives error
This is code where on executing line 53 gives error
Getting error while connecting channel on Line 70