Uses of Class
org.apache.commons.net.ftp.FTPFile
Package
Description
FTP and FTPS support classes
FTP file listing parser classes
-
Uses of FTPFile in org.apache.commons.net.ftp
Modifier and TypeMethodDescriptionFTPFile[]
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.getFiles
(FTPFileFilter filter) 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 mostquantityRequested
FTPFile objects starting at this object's internal iterator's current position.FTPFile[]
FTPListParseEngine.getPrevious
(int quantityRequested) Returns an array of at mostquantityRequested
FTPFile objects starting at this object's internal iterator's current position, and working back toward the beginning.FTPFile[]
FTPClient.listDirectories()
Using the default system autodetect mechanism, obtain a list of directories contained in the current working directory.FTPFile[]
FTPClient.listDirectories
(String parent) Using the default system autodetect mechanism, obtain a list of directories contained in the specified directory.FTPFile[]
FTPClient.listFiles()
Using the default system autodetect mechanism, obtain a list of file information for the current working directory.FTPFile[]
Using the default system autodetect mechanism, obtain a list of file information for the current working directory or for just a single file.FTPFile[]
FTPClient.listFiles
(String pathname, FTPFileFilter filter) Version ofFTPClient.listFiles(String)
which allows a filter to be provided.Issue the FTP MDTM command (not supported by all servers) to retrieve the last modification time of a file.FTPFile[]
FTPClient.mlistDir()
Generate a directory listing for the current directory using the MLSD command.FTPFile[]
Generate a directory listing using the MLSD command.FTPFile[]
FTPClient.mlistDir
(String pathname, FTPFileFilter filter) Generate a directory listing using the MLSD command.Gets file details using the MLST commandFTPFileEntryParser.parseFTPEntry
(String listEntry) Parses a line of an FTP server file listing and converts it into a usable format in the form of anFTPFile
instance.Modifier and TypeMethodDescriptionFTPListParseEngine.getFileList
(FTPFileFilter filter) Returns a list of FTPFile objects containing the whole list of files returned by the server as read by this object's parser. -
Uses of FTPFile in org.apache.commons.net.ftp.parser
Modifier and TypeMethodDescriptionstatic FTPFile
MLSxEntryParser.parseEntry
(String entry) FTPFile[]
VMSFTPEntryParser.parseFileList
(InputStream listStream) Deprecated.(2.2) No other FTPFileEntryParser implementations have this method.CompositeFileEntryParser.parseFTPEntry
(String listEntry) 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 anFTPFile
instance.MacOsPeterFTPEntryParser.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 anFTPFile
instance.MLSxEntryParser.parseFTPEntry
(String entry) MVSFTPEntryParser.parseFTPEntry
(String entry) Parses a line of a z/OS - MVS FTP server file listing and converts it into a usable format in the form of anFTPFile
instance.NetwareFTPEntryParser.parseFTPEntry
(String entry) Parses a line of an NetwareFTP server file listing and converts it into a usable format in the form of anFTPFile
instance.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 anFTPFile
instance.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 anFTPFile
instance.OS400FTPEntryParser.parseFTPEntry
(String entry) 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 anFTPFile
instance.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 anFTPFile
instance.