Possibly not. It may be related to the TelnetClient thread used by FTPClient which occasionally hangs on a read(). If you are using JDK 5+, you can try the 2.0 RC, which may solve this:
http://people.apache.org/~rwinston/commons-net-2.0/commons-net-2.0.0-SNAPSHOT.jar Rory "Jakarta Commons Users List" <[email protected]> wrote: > > I tried FTPClient from commons-net 1.4.1 for the first time. Everything > works well, except that when I call client.logout() or client.quit(), > the program hangs and has to be killed manually. If I don't call quit(), > the program ends normally, and the connection appears to be closed > correctly. > Any explanation? Am I missing something? > > - Bernd > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > ----------------------------------------------------------------- Find the home of your dreams with eircom net property Sign up for email alerts now http://www.eircom.net/propertyalerts --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
