Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "Net/FrequentlyAskedQuestions" page has been changed by sebbapache: http://wiki.apache.org/commons/Net/FrequentlyAskedQuestions?action=diff&rev1=20&rev2=21 Comment: No longer uses ORO This document attempts to answer some of the more frequently asked questions regarding various aspects of CommonsNet. These questions are typically asked over and over again on the mailing lists, as a courtesy to the developers, we ask that you read this document before posting to the mailing lists. - ---- - '''Q: I see the following exception thrown when calling FTPClient.listFiles() - - java.lang.NoClassDefFoundError: org/apache/oro/text/regex/MalformedPatternException. - - What is this about? - ''' - - '''A:''' the library jakarta-oro.jar is required to be on your classpath in order to run the all the listFiles() methods and is listed as a dependency of commons-net. - Get it from [[http://jakarta.apache.org/site/downloads/downloads_oro.cgi]] ---- '''Q: How can I set a connection timeout?''' --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org