Now I don't underdstand anything anymoe....
In the Test Program (with connect , dir and then quit)
the error is "unexpected null reply received"
can this be catched?
But I really don't understand, because in the main application there is also
only one class which deals with ftpj and the code for ftp is that, that I posted.
Maybe it's a swing internal thing thing, which I don't understand,
the class is a subclass of JInternalFrame with a progressBar inside
in the constructor i do some setup and add the progreesbar and then call connect()
the code of connect() is the one I posted.....this maybe the error: calling connect from the constrcuctor
Ok, as I planned to change the gui from "DesktopFrame-sytle" to another ,an setting the progressbar to a fix location somewhere and not in an InternlaFrame which is build just before connecting to ftp, maybe the error is away, I will tell you when I've done so.
I guess for the "null reply" you have a solution, where to catch it the best
Thanks for your help