Description
Compiling with -Xlint:deprecation gives:
src\org\apache\commons\net\ftp\parser\VMSFTPEntryParser.java:119: warning: [deprecation] readServerList(java.io.InputStream) in org.apache.commons.net.ftp.FTPListParseEngine has been deprecated
engine.readServerList(listStream);
^
This should be rectified.