Hi
I am writing an application that involves downloading and uploading data over the net
I am using the Jakarta library to do that, but my problem is how to know when the connection is down. Right now I am assuming that the connection is always ok, so when is not and I'm trying to download/uploading something, the programs hangs forever
any ideas?
Thanks

