| Interface | Description |
|---|---|
| FileObserver |
Internal class, do not use directly.
This is the file related activity observer.
|
| FtpHandler |
Internal class, do not use directly.
|
| FtpServerContext |
Internal class, do not use directly.
This is basically
org.apache.ftpserver.ftplet.FtpletContext with
added connection manager, message resource functionalities. |
| ServerDataConnectionFactory |
Internal class, do not use directly.
|
| ServerFtpStatistics |
Internal class, do not use directly.
This is same as
org.apache.ftpserver.ftplet.FtpStatistics with
added observer and setting values functionalities. |
| StatisticsObserver |
Internal class, do not use directly.
FTP statistics observer interface.
|
| Class | Description |
|---|---|
| DefaultConnectionConfig |
Internal class, do not use directly.
|
| DefaultDataConnectionConfiguration |
Internal class, do not use directly.
Data connection configuration.
|
| DefaultFtpHandler |
Internal class, do not use directly.
|
| DefaultFtpRequest |
Internal class, do not use directly.
FTP request object.
|
| DefaultFtpServer |
Internal class, do not use directly.
This is the starting point of all the servers.
|
| DefaultFtpServerContext |
Internal class, do not use directly.
FTP server configuration implementation.
|
| DefaultFtpSession |
Internal class, do not use directly.
FTP session
|
| DefaultFtpStatistics |
Internal class, do not use directly.
This is FTP statistics implementation.
|
| FtpIoSession |
Internal class, do not use directly.
|
| FtpReplyTranslator |
A utility class for returning translated messages.
|
| IODataConnection |
Internal class, do not use directly.
An active open data connection, used for transfering data over the data
connection.
|
| IODataConnectionFactory |
Internal class, do not use directly.
We can get the FTP data connection using this class.
|
| LocalizedDataTransferFtpReply |
An implementation of
DataTransferReply. |
| LocalizedFileActionFtpReply |
An implementation of
FileActionFtpReply. |
| LocalizedFtpReply |
Internal class, do not use directly.
FTP reply translator.
|
| LocalizedRenameFtpReply |
An implementation of
RenameFtpReply that is sent when a file
or directory is renamed. |
| PassivePorts |
Internal class, do not use directly.
Provides support for parsing a passive ports string as well as keeping track
of reserved passive ports.
|
Copyright © 2003–2017 The Apache Software Foundation. All rights reserved.