Package | Description |
---|---|
com.enterprisedt.net.ftp |
Modifier and Type | Method and Description |
---|---|
FTPFile[] |
FTPClientInterface.dirDetails(java.lang.String dirname)
List a directory's contents as an array of FTPFile objects.
|
FTPFile[] |
FTPClient.dirDetails(java.lang.String dirname) |
FTPFile[] |
FileTransferClientInterface.directoryList()
List the current directory on the FTP server.
|
FTPFile[] |
FileTransferClient.directoryList()
List the current directory on the FTP server.
|
FTPFile[] |
FileTransferClientInterface.directoryList(java.lang.String directoryName)
List a directory on the FTP server.
|
FTPFile[] |
FileTransferClient.directoryList(java.lang.String directoryName)
List a directory on the FTP server.
|
FTPFile |
FTPClient.fileDetails(java.lang.String name)
Uses the MLST command to find out details about the
named file.
|
FTPFile[] |
FTPFile.listFiles()
Returns an array of FTPFile objects denoting the files and directories in this
directory
|
FTPFile |
WindowsFileParser.parse(java.lang.String raw)
Parse server supplied string.
|
FTPFile |
VMSFileParser.parse(java.lang.String raw)
Parse server supplied string
OUTPUT:
|
FTPFile |
UnixFileParser.parse(java.lang.String raw)
Parse server supplied string, e.g.:
lrwxrwxrwx 1 wuftpd wuftpd 14 Jul 22 2002 MIRRORS -> README-MIRRORS
-rw-r--r-- 1 b173771 users 431 Mar 31 20:04 .htaccess
|
FTPFile |
MLSXEntryParser.parse(java.lang.String raw)
Parse server supplied string that is returned from MLST/D
|
abstract FTPFile |
FTPFileParser.parse(java.lang.String raw)
Parse server supplied string
|
FTPFile[] |
FTPFileFactory.parse(java.lang.String[] files)
Parse an array of raw file information returned from the
FTP server
|