Upon calling the logout method on org.apache.commons.net.ftp.FTPClient from
my application I get the following NullPointerException
20080226 08:24:34.842 debug #88ftp - EXCEPTION:
java.lang.NullPointerException
at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:441)
at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:520)
at org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:569)
at org.apache.commons.net.ftp.FTP.quit(FTP.java:781)
at org.apache.commons.net.ftp.FTPClient.logout(FTPClient.java:706)
Iam using commons-net-1.3.0-dev.jar.Any help is greatly appreciated.
Thanks
--
View this message in context:
http://www.nabble.com/NullPointerException-upon-calling-logOut%28%29-on-org.apache.commons.net.ftp.FTPClient-tp16590500p16590500.html
Sent from the Commons - Issues mailing list archive at Nabble.com.