Package org.apache.ftpserver

Interface Summary
ConnectionConfig  
FtpHandler  
ServerDataConnectionFactory  
 

Class Summary
DefaultCommandFactory Command factory to return appropriate command implementation depending on the FTP request command string.
DefaultConnectionConfig  
DefaultDataConnectionConfiguration Data connection configuration.
DefaultDataConnectionConfiguration.Active  
DefaultDataConnectionConfiguration.Passive  
DefaultFtpHandler  
DefaultFtpReply FTP reply object.
DefaultFtpServerContext FTP server configuration implementation.
FtpRequestImpl FTP request object.
FtpServer This is the starting point of all the servers.
FtpSessionImpl FTP session
FtpStatisticsImpl This is FTP statistics implementation.
IODataConnection An active open data connection, used for transfering data over the data connection.
IODataConnectionFactory We can get the ftp data connection using this class.
PassivePorts Provides support for parsing a passive ports string as well as keeping track of reserved passive ports.
 

Exception Summary
DataConnectionException Thrown if a data connection can not be established
FtpServerConfigurationException Exception used during startup to indicate that the configuration is not correct.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.