Uses of Class
com.enterprisedt.net.ftp.FTPFile
Packages that use FTPFile
Package
Description
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features.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.
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 FTPFileModifier and TypeMethodDescriptionFTPFile[]FTPClient.dirDetails(String dirname) FTPFile[]FTPClientInterface.dirDetails(String dirname) List a directory's contents as an array of FTPFile objects.FTPFile[]RecursiveOperations.dirDetails(FTPClientInterface ftp, String remoteDir) List this entire remote directory and its contents, including children.FTPFile[]FTPClient.dirDetailsM(String dirname) Uses the MLSD command to find out details about the named directory.FTPFile[]FileTransferClient.directoryList()List the current directory on the FTP server.FTPFile[]FileTransferClient.directoryList(String directoryName) List a directory on the FTP server.FTPFile[]FileTransferClientInterface.directoryList()List the current directory on the FTP server.FTPFile[]FileTransferClientInterface.directoryList(String directoryName) List a directory on the FTP server.FTPFile[]SecureFileTransferClient.directoryList()List the current directory on the FTP server.FTPFile[]SecureFileTransferClient.directoryList(String directoryName) List a directory on the FTP server.FTPClient.fileDetails(String name) Uses the MLST command to find out details about the named file.DirectoryListArgument.getEntry()FTPFile[]FTPFile.listFiles()Returns an array of FTPFile objects denoting the files and directories in this directoryParse a single line of file listingFTPFile[]Parse an array of raw file information returned from the FTP serverabstract FTPFileParse server supplied stringParse server supplied string that is returned from MLST/DThis parses an individual line from the directory listing.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.pdfParse 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 .htaccessParse 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) ... Parse server supplied string.protected FTPFileMVSFileParser.parseFolder(String[] aLine, String raw) Parses a line from a folder listing.protected FTPFileMVSFileParser.parsePDSLine(String[] aLine, String raw) Parses a Partitioned Dataset Entry, and returns an FTPFile object.Constructors in com.enterprisedt.net.ftp with parameters of type FTPFile -
Uses of FTPFile in com.enterprisedt.net.ftp.async
Methods in com.enterprisedt.net.ftp.async that return FTPFileModifier and TypeMethodDescriptionFTPFile[]DirectoryListResult.endAsync()This method is called to complete the asynchronous operation.FTPFile[]DirectoryListResult.getListing()Get the listing that has been returnedMethods in com.enterprisedt.net.ftp.async with parameters of type FTPFileModifier and TypeMethodDescriptionvoidDirectoryListResult.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 -
Uses of FTPFile in com.enterprisedt.net.ftp.ssh
Methods in com.enterprisedt.net.ftp.ssh that return FTPFileModifier and TypeMethodDescriptionFTPFile[]SSHFTPClient.dirDetails(String dirname) SSHFTPClient.fileDetails(String name) Get details about the named file