Uses of Class org.apache.commons.net.ftp.FTPFileList

Uses in package org.apache.commons.net.ftp

Constructors with parameter type org.apache.commons.net.ftp.FTPFileList

"Package-private" constructor.
"Package-private" constructor.

Methods with return type org.apache.commons.net.ftp.FTPFileList

FTPFileList
FTPFileList.create(InputStream stream, FTPFileEntryParser parser)
The only way to create an FTPFileList object.
FTPFileList
FTPClient.createFileList(String pathname, FTPFileEntryParser parser)
Using a programmer specified FTPFileEntryParser , initialize an object containing a raw file information for a directory or information for a single file.
FTPFileList
Using a programmer specified FTPFileEntryParser , initialize an object containing a raw file information for the current working directory.