| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FTPFile | |
|---|---|
| org.apache.commons.net.ftp | |
| org.apache.commons.net.ftp.parser | |
| Uses of FTPFile in org.apache.commons.net.ftp | 
|---|
| Methods in org.apache.commons.net.ftp that return FTPFile | |
|---|---|
|  FTPFile[] | FTPListParseEngine.getFiles()Returns an array of FTPFile objects containing the whole list of files returned by the server as read by this object's parser. | 
|  FTPFile[] | FTPListParseEngine.getNext(int quantityRequested)Returns an array of at most quantityRequestedFTPFile
 objects starting at this object's internal iterator's current position. | 
|  FTPFile[] | FTPListParseEngine.getPrevious(int quantityRequested)Returns an array of at most quantityRequestedFTPFile
 objects starting at this object's internal iterator's current position,
 and working back toward the beginning. | 
|  FTPFile[] | FTPClient.listFiles()Using the default system autodetect mechanism, obtain a list of file information for the current working directory. | 
|  FTPFile[] | FTPClient.listFiles(String pathname)Using the default system autodetect mechanism, obtain a list of file information for the current working directory or for just a single file. | 
|  FTPFile | FTPFileEntryParser.parseFTPEntry(String listEntry)Parses a line of an FTP server file listing and converts it into a usable format in the form of an  FTPFile instance. | 
| Uses of FTPFile in org.apache.commons.net.ftp.parser | 
|---|
| Methods in org.apache.commons.net.ftp.parser that return FTPFile | |
|---|---|
|  FTPFile[] | VMSFTPEntryParser.parseFileList(InputStream listStream)Parses an FTP server file listing and converts it into a usable format in the form of an array of  FTPFile instances. | 
|  FTPFile | VMSFTPEntryParser.parseFTPEntry(String entry)Parses a line of a VMS FTP server file listing and converts it into a usable format in the form of an  FTPFile instance. | 
|  FTPFile | UnixFTPEntryParser.parseFTPEntry(String entry)Parses a line of a unix (standard) FTP server file listing and converts it into a usable format in the form of an  FTPFile instance. | 
|  FTPFile | OS400FTPEntryParser.parseFTPEntry(String entry) | 
|  FTPFile | OS2FTPEntryParser.parseFTPEntry(String entry)Parses a line of an OS2 FTP server file listing and converts it into a usable format in the form of an  FTPFile instance. | 
|  FTPFile | NTFTPEntryParser.parseFTPEntry(String entry)Parses a line of an NT FTP server file listing and converts it into a usable format in the form of an  FTPFile instance. | 
|  FTPFile | NetwareFTPEntryParser.parseFTPEntry(String entry)Parses a line of an NetwareFTP server file listing and converts it into a usable format in the form of an  FTPFile instance. | 
|  FTPFile | MVSFTPEntryParser.parseFTPEntry(String entry)Parses a line of an z/OS - MVS FTP server file listing and converts it into a usable format in the form of an  FTPFile instance. | 
|  FTPFile | EnterpriseUnixFTPEntryParser.parseFTPEntry(String entry)Parses a line of a unix FTP server file listing and converts it into a usable format in the form of an  FTPFile instance. | 
|  FTPFile | CompositeFileEntryParser.parseFTPEntry(String listEntry) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||