Uses of Interface
org.apache.commons.net.ftp.Configurable

Packages that use Configurable
org.apache.commons.net.ftp FTP and FTPS support classes 
org.apache.commons.net.ftp.parser FTP file listing parser classes 
 

Uses of Configurable in org.apache.commons.net.ftp
 

Classes in org.apache.commons.net.ftp that implement Configurable
 class FTPClient
          FTPClient encapsulates all the functionality necessary to store and retrieve files from an FTP server.
 class FTPHTTPClient
          Experimental attempt at FTP client that tunnels over an HTTP proxy connection.
 class FTPSClient
          FTP over SSL processing.
 

Uses of Configurable in org.apache.commons.net.ftp.parser
 

Classes in org.apache.commons.net.ftp.parser that implement Configurable
 class ConfigurableFTPFileEntryParserImpl
          To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates - Comments
 class FTPTimestampParserImpl
          Default implementation of the FTPTimestampParser interface also implements the Configurable interface to allow the parsing to be configured from the outside.
 class MacOsPeterFTPEntryParser
          Implementation FTPFileEntryParser and FTPFileListParser for pre MacOS-X Systems.
 class MVSFTPEntryParser
          Implementation of FTPFileEntryParser and FTPFileListParser for IBM zOS/MVS Systems.
 class NetwareFTPEntryParser
          Implementation of FTPFileEntryParser and FTPFileListParser for Netware Systems.
 class NTFTPEntryParser
          Implementation of FTPFileEntryParser and FTPFileListParser for NT Systems.
 class OS2FTPEntryParser
          Implementation of FTPFileEntryParser and FTPFileListParser for OS2 Systems.
 class OS400FTPEntryParser
           
 class UnixFTPEntryParser
          Implementation FTPFileEntryParser and FTPFileListParser for standard Unix Systems.
 class VMSFTPEntryParser
          Implementation FTPFileEntryParser and FTPFileListParser for VMS Systems.
 class VMSVersioningFTPEntryParser
          Special implementation VMSFTPEntryParser with versioning turned on.
 



Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.