最近在學(xué)習(xí)apache Ftpserver 總是用LOG輸出的日志進(jìn)行調(diào)試太花費(fèi)時間,于是試著改了一下配置可以利用eclipse等編程工具進(jìn)行debug模式進(jìn)行調(diào)試,前提是你已經(jīng)下載了apache ftpserver的源碼。
1、指定本地配置文件
(/ftpserver-core/src/main/java/org/apache/ftpserver/main/CommandLine.java)

2、指定SSL keystoreFile 的路徑(
/ftpserver-core/src/main/java/org/apache/ftpserver/ssl/SslConfigurationFactory.java)

3、在ftpserver-core/pom.xml的文件中添加一下jar包的依賴。
