Interface | Description |
---|---|
Authentication |
Represents a type of authentication request, typically anonymous or a
username and password combination
|
Authority |
Interface for an authority granted to the user, typical example is write
access or the number of concurrent logins
|
AuthorizationRequest |
A request for authorization for a specific task, for example write access.
|
DataConnection | |
DataConnectionFactory | |
DataTransferFtpReply |
A more specific type of FTP reply that is sent by the commands that transfer
data over the data connection.
|
FileActionFtpReply |
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.
|
FileSystemFactory |
Factory for file system implementations - it returns the file system view for user.
|
FileSystemView |
This is an abstraction over the user file system view.
|
FtpFile |
This is the file abstraction used by the server.
|
Ftplet |
Defines methods that all ftplets must implement.
|
FtpletContext |
A ftplet configuration object used by a ftplet container used to pass
information to a ftplet during initialization.
|
FtpReply |
Interface for a reply to an FTP request.
|
FtpRequest |
One FtpRequest made by the client.
|
FtpSession |
Defines an client session with the FTP server.
|
FtpStatistics |
This interface holds all the ftp server statistical information.
|
RenameFtpReply |
A more specific type of reply that is sent when a file is attempted to
rename.
|
User |
Basic user interface.
|
UserManager |
User manager interface.
|
Class | Description |
---|---|
DefaultFtplet |
Default ftplet implementation.
|
DefaultFtpReply |
FTP reply object.
|
Enum | Description |
---|---|
DataType |
Type safe enum for describing the data type
|
FtpletResult |
This class encapsulates the return values of the ftplet methods.
|
Structure |
Type safe enum for describing the structure
|
Exception | Description |
---|---|
AuthenticationFailedException |
Thrown if an authentication request fails
|
FtpException |
Ftplet exception class.
|
Copyright © 2003–2025 The Apache Software Foundation. All rights reserved.