I found commons-net-2.0.jar for JDK 1.4, go to http://www.zehon.com/downloads_compat.htm
JIRA [email protected] wrote: > > FTPClient.retrieveFileStream hangs occassionally > ------------------------------------------------ > > Key: NET-152 > URL: https://issues.apache.org/jira/browse/NET-152 > Project: Commons Net > Issue Type: Bug > Affects Versions: 1.4 > Environment: Redhat Enterprise Linux 4 > Reporter: Shashi Anand B > > > Occassionally, retrieveFileStream on FTPClient hangs. The thread dump > gives the following trace: > > java.net.PlainSocketImpl.socketAccept (native method) > java.net.PlainSocketImpl.accept (PlainSocketImpl.java:353) > java.net.ServerSocket.implAccept (ServerSocket.java:448) > java.net.ServerSocket.accept (ServerSocket.java:419) > > org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:502) > > org.apache.commons.net.ftp.FTPClient.retrieveFileStream(FTPClient.java:1,342) > > This seems to occur randomly. Hence, I have not been able to get any > specific information for further debugging. Is this a known issue? Is > there any work-around for this issue? > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > > -- View this message in context: http://www.nabble.com/-jira--Created%3A-%28NET-152%29-FTPClient.retrieveFileStream-hangs-occassionally-tp9249857p24713729.html Sent from the Commons - Dev mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
