| Author |
cant connect after disconnected from ftp server
|
naved momin
Ranch Hand
Joined: Jul 03, 2011
Posts: 675
|
|
i have develop an ftp app , but there is one problem
after being idle for some minutes the ftp server disconnects the client ...fine
but that ftp app has a jtree which fires treeselectionlistener 's value changed method in that method i have done something which is below
so when the server disconnects my app , and when i m selecting any tree , because of my above few statements my app should reconnect with the server , right ?
but it is throwing an exception , saying connection has been aborted
or something like software caused connection abort
what i want is whenever ftp server disconnects my app
my app should able to reconnect to the server without even restarting my app
can i do this , offcourse yes , but how ??
|
The Only way to learn is ...........do!
Visit my blog http://inaved-momin.blogspot.com/
|
 |
 |
|
|
subject: cant connect after disconnected from ftp server
|
|
|