Hello,
When I do the following code :
ftp.quit()
I sometimes get the following exception :
java.lang.NullPointerException
at com.enterprisedt.net.ftp.FTPControlSocket.log(FTPControlSocket.java:808)
at com.enterprisedt.net.ftp.FTPControlSocket.readReply(FTPControlSocket.java:640)
at com.enterprisedt.net.ftp.FTPControlSocket.sendCommand(FTPControlSocket.java:604)
at com.enterprisedt.net.ftp.FTPClient.quit(FTPClient.java:2408)
at com.cypherit.bbrad.server.jobs.FTPThread.run(FTPThread.java:505)
Anyone got any ideas on what would cause this, am I doing something incorrect.
Many thanks,
James