Details
Description
May be I found a mistake in org.apache.ftpserver.main.Daemon.java,line 44, I think it should be "server = getConfiguration(args);" instead of "FtpServer server = getConfiguration(args);".
I executed command "service install" on <ftpd_home>\bin and the command running success but the service ftpd cannot be started,folowing information were logged into res\log\ftpd.log when I trying to start ftpd:
[ INFO] 2008-08-25 15:24:06,180 [anonymous] [192.168.9.78] CLOSED
[ INFO] 2008-08-25 15:25:28,755 [] [] Using default configuration....
[ INFO] 2008-08-25 15:25:29,098 [] [] Starting FTP server daemon
[ERROR] 2008-08-25 15:25:29,098 [] [] Daemon error
java.lang.NullPointerException
at org.apache.ftpserver.main.Daemon.main(Daemon.java:59)