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

Packages that use FTPFile
com.enterprisedt.net.ftp Contains classes that add support for secure file transfers via the SFTP and FTPS protocols, as well as advanced FTP features such as connection pooling and asynchronous methods. 
com.enterprisedt.net.ftp.async This package contains the classes used for asynchronous programming - primarily the XXXResult classes, which are returned from asynchronous methods and used to provide details about the operation, such as what file is being transferred. 
com.enterprisedt.net.ftp.ssh Contains classes for SFTP (FTP via SSH) client functionality. 
 

Uses of FTPFile in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return FTPFile
 FTPFile[] RecursiveOperations.dirDetails(FTPClientInterface ftp, java.lang.String remoteDir)
          List this entire remote directory and its contents, including children.
 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[] SecureFileTransferClient.directoryList()
          List the current directory on the FTP server.
 FTPFile[] FileTransferClientInterface.directoryList()
          List the current directory on the FTP server.
 FTPFile[] FileTransferClient.directoryList()
          List the current directory on the FTP server.
 FTPFile[] SecureFileTransferClient.directoryList(java.lang.String directoryName)
          List a 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: Directory used/allocated dd-MMM-yyyy HH:mm:ss [unknown] (PERMS) used/allocated dd-MMM-yyyy HH:mm:ss [unknown] (PERMS) ...
 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
 

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

Methods in com.enterprisedt.net.ftp.async that return FTPFile
 FTPFile[] DirectoryListResult.endAsync()
          This method is called to complete the asynchronous operation.
 FTPFile[] DirectoryListResult.getListing()
          Get the listing that has been returned
 

Methods in com.enterprisedt.net.ftp.async with parameters of type FTPFile
 void DirectoryListResult.setListing(FTPFile[] array)
          Set the listing that has been returned
 

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

Methods in com.enterprisedt.net.ftp.ssh that return FTPFile
 FTPFile[] SSHFTPClient.dirDetails(java.lang.String dirname)
           
 



Copyright © 2001-2006 Enterprise Distributed Technologies Ltd. All Rights Reserved.