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 FTPFileList
FTPFileList. create(java.io.InputStream stream, FTPFileEntryParser parser)
Deprecated.The version of this method which takes an encoding should be used.static FTPFileList
FTPFileList. create(java.io.InputStream stream, FTPFileEntryParser parser, java.lang.String encoding)
Deprecated.The only way to create anFTPFileList
object.FTPFileList
FTPClient. createFileList(java.lang.String pathname, FTPFileEntryParser parser)
Deprecated.- use initiateListParsing(String, FTPFileEntryParser) method instead.FTPFileList
FTPClient. createFileList(FTPFileEntryParser parser)
Deprecated.- use initiateListParsing(FTPFileEntryParser) method instead.
-