程序包 | 说明 |
---|---|
com.fr.ftp.client |
FTP and FTPS support classes
|
com.fr.ftp.client.parser |
FTP file listing parser classes
|
com.fr.ftp.entry |
限定符和类型 | 方法和说明 |
---|---|
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.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 most
quantityRequested FTPFile
objects starting at this object's internal iterator's current position. |
FTPFile[] |
FTPListParseEngine.getPrevious(int quantityRequested)
Returns an array of at most
quantityRequested 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(java.lang.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[] |
FTPClient.listFiles(java.lang.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[] |
FTPClient.listFiles(java.lang.String pathname,
FTPFileFilter filter)
Version of
FTPClient.listFiles(String) which allows a filter to be provided. |
FTPFile |
FTPClient.mdtmFile(java.lang.String pathname)
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[] |
FTPClient.mlistDir(java.lang.String pathname)
Generate a directory listing using the MLSD command.
|
FTPFile[] |
FTPClient.mlistDir(java.lang.String pathname,
FTPFileFilter filter)
Generate a directory listing using the MLSD command.
|
FTPFile |
FTPClient.mlistFile(java.lang.String pathname)
Get file details using the MLST command
|
FTPFile |
FTPFileEntryParser.parseFTPEntry(java.lang.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. |
限定符和类型 | 方法和说明 |
---|---|
boolean |
FTPFileFilter.accept(FTPFile file)
Checks if an FTPFile entry should be included or not.
|
限定符和类型 | 方法和说明 |
---|---|
static FTPFile |
MLSxEntryParser.parseEntry(java.lang.String entry) |
FTPFile |
VMSFTPEntryParser.parseFTPEntry(java.lang.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(java.lang.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(java.lang.String entry) |
FTPFile |
OS2FTPEntryParser.parseFTPEntry(java.lang.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(java.lang.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(java.lang.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(java.lang.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 |
MLSxEntryParser.parseFTPEntry(java.lang.String entry) |
FTPFile |
MacOsPeterFTPEntryParser.parseFTPEntry(java.lang.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 |
EnterpriseUnixFTPEntryParser.parseFTPEntry(java.lang.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(java.lang.String listEntry) |
构造器和说明 |
---|
FineFTPFile(java.lang.String path,
FTPFile ftpFile) |