Package org.apache.ftpserver.ftplet
package org.apache.ftpserver.ftplet
- Author:
- Apache MINA Project
-
ClassDescriptionRepresents a type of authentication request, typically anonymous or a username and password combinationThrown if an authentication request failsInterface for an authority granted to the user, typical example is write access or the number of concurrent loginsA request for authorization for a specific task, for example write access.The data transfert interface.A DataConnection factoryA more specific type of FTP reply that is sent by the commands that transfer data over the data connection.Type safe enum for describing the data typeDefault ftplet implementation.FTP reply object.A more specific type of FtpReply that is sent for commands that act on a single file or directory such as MKD, DELE, RMD etc.Factory for file system implementations - it returns the file system view for user.This is an abstraction over the user file system view.Ftplet exception class.This is the file abstraction used by the server.Defines methods that all ftplets must implement.A ftplet configuration object used by a ftplet container used to pass information to a ftplet during initialization.This class encapsulates the return values of the ftplet methods.Interface for a reply to an FTP request.One FtpRequest made by the client.Defines an client session with the FTP server.This interface holds all the ftp server statistical information.A more specific type of reply that is sent when a file is attempted to rename.Type safe enum for describing the structureBasic user interface.User manager interface.