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

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

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
FTPFileList.create(InputStream stream, FTPFileEntryParser parser, String encoding)
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.