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.parser   
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 DirectoryListArgument.getEntry()
           
 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 OS400FileParser.parse(java.lang.String raw)
           
 FTPFile NetwareFileParser.parse(java.lang.String raw)
          Parse server supplied string, e.g.: d [RWCEAFMS] PhilliJb 512 May 10 2007 2007 Upgrade - [RWCEAFMS] PhilliJb 700730 Jun 26 2008 xtag_manual_v1.5.pdf
 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 line)
          Parse a single line of file listing
 FTPFile[] FTPFileFactory.parse(java.lang.String[] files)
          Parse an array of raw file information returned from the FTP server
 

Constructors in com.enterprisedt.net.ftp with parameters of type FTPFile
DirectoryListArgument(FTPFile entry)
           
 

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.parser
 

Methods in com.enterprisedt.net.ftp.parser that return FTPFile
 FTPFile InfoExchangeFileParser.parse(java.lang.String raw)
          Parse server supplied string Filename (MSGKEY) Sender Class Size Date Time FFC58F453FF4AD3FE4E2._IE EDCA EDCAIE TE 0000381480 100218 182205 FFC58F1234544343333E2._IE EDCA EDCAIE TE 0000381480 100218 182205
 

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-2009 Enterprise Distributed Technologies Ltd. All Rights Reserved.