Exception:No more output streams....Help
Hi to all..
I'm developing program for viewing server file system on mobile phone. When i ran program
i got exception java.io.IOException: no more output streams available while attempting to excecute following line dos = new DataOutputStream(sc.openDataOutputStream());.
This line excecutes successfully for 2/3 times. but after it throws above exception.
Plz help me. I'm stuck on this problem
Thnx in Advance.

