| 程序包 | 说明 |
|---|---|
| com.fr.config | |
| com.fr.ftp |
Common socket classes and protocol command utility classes
|
| com.fr.ftp.client |
FTP and FTPS support classes
|
| 类和说明 |
|---|
| BaseFtpServer |
| 类和说明 |
|---|
| BaseFtpServer |
| DatagramSocketFactory
The DatagramSocketFactory interface provides a means for the
programmer to control the creation of datagram sockets and
provide his own DatagramSocket implementations for use by all
classes derived from
DatagramSocketClient
. |
| FtpType
ftp服务器类型,包含普通的ftp和sftp
|
| ProtocolCommandEvent
There exists a large class of IETF protocols that work by sending an
ASCII text command and arguments to a server, and then receiving an
ASCII text reply.
|
| ProtocolCommandListener
There exists a large class of IETF protocols that work by sending an
ASCII text command and arguments to a server, and then receiving an
ASCII text reply.
|
| ProtocolCommandSupport
ProtocolCommandSupport is a convenience class for managing a list of
ProtocolCommandListeners and firing ProtocolCommandEvents.
|
| SFtpServer.PasswordType |
| 类和说明 |
|---|
| MalformedServerReplyException
This exception is used to indicate that the reply from a server
could not be interpreted.
|
| ProtocolCommandSupport
ProtocolCommandSupport is a convenience class for managing a list of
ProtocolCommandListeners and firing ProtocolCommandEvents.
|
| SocketClient
The SocketClient provides the basic operations that are required of
client objects accessing sockets.
|