Uses of Class
org.apache.commons.net.ftp.FTPFileList
-
Packages that use FTPFileList Package Description org.apache.commons.net.ftp -
-
Uses of FTPFileList in org.apache.commons.net.ftp
Methods in org.apache.commons.net.ftp that return FTPFileList Modifier and Type Method Description static FTPFileListFTPFileList. create(java.io.InputStream stream, FTPFileEntryParser parser)Deprecated.The version of this method which takes an encoding should be used.static FTPFileListFTPFileList. create(java.io.InputStream stream, FTPFileEntryParser parser, java.lang.String encoding)Deprecated.The only way to create anFTPFileListobject.FTPFileListFTPClient. createFileList(java.lang.String pathname, FTPFileEntryParser parser)Deprecated.- use initiateListParsing(String, FTPFileEntryParser) method instead.FTPFileListFTPClient. createFileList(FTPFileEntryParser parser)Deprecated.- use initiateListParsing(FTPFileEntryParser) method instead.
-