edtFTPj/Free - Open-source FTP library for Java | Download


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

Packages that use FTPFile
com.enterprisedt.net.ftp FileTransferClient is the key class for edtFTPj/Free and provides basic FTP features. 
 

Uses of FTPFile in com.enterprisedt.net.ftp
 

Methods in com.enterprisedt.net.ftp that return FTPFile
 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 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 MVSFileParser.parse(java.lang.String raw)
          This parses an individual line from the directory listing.
 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
protected  FTPFile MVSFileParser.parseFolder(java.lang.String[] aLine, java.lang.String raw)
          Parses a line from a folder listing.
protected  FTPFile MVSFileParser.parsePDSLine(java.lang.String[] aLine, java.lang.String raw)
          Parses a Partitioned Dataset Entry, and returns an FTPFile object.
 

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



Copyright (c) 2001-2007 Enterprise Distributed Technologies Ltd. All Rights Reserved.