edtFTPj

Uses of Class
com.enterprisedt.net.ftp.FTPFile

Packages that use FTPFile
com.enterprisedt.net.ftp   
com.enterprisedt.net.ftp.test   
 

Uses of FTPFile in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return FTPFile
 FTPFile[] FTPClient.dirDetails(String dirname)
           
 FTPFile[] FTPClientInterface.dirDetails(String dirname)
          List a directory's contents as an array of FTPFile objects.
 FTPFile FTPClient.fileDetails(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
abstract  FTPFile FTPFileParser.parse(String raw)
          Parse server supplied string
 FTPFile MLSXEntryParser.parse(String raw)
          Parse server supplied string that is returned from MLST/D
 FTPFile UnixFileParser.parse(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 VMSFileParser.parse(String raw)
          Parse server supplied string OUTPUT: Directory used/allocated dd-MMM-yyyy HH:mm:ss [unknown] (PERMS) used/allocated dd-MMM-yyyy HH:mm:ss [unknown] (PERMS) ...
 FTPFile WindowsFileParser.parse(String raw)
          Parse server supplied string.
 FTPFile[] FTPFileFactory.parse(String[] files)
          Parse an array of raw file information returned from the FTP server
 

Uses of FTPFile in com.enterprisedt.net.ftp.test
 

Methods in com.enterprisedt.net.ftp.test with parameters of type FTPFile
protected  void FTPTestCase.print(FTPFile[] list)
          Helper method for dumping a listing
 


edtFTPj

Copyright © 2000-2007 Enterprise Distributed Technologies. All Rights Reserved.