|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Classes in com.glub.secureftp.bean used by com.glub.secureftp.bean | |
---|---|
FTP
The FTP class is responsible for handling the basic operations
of the File Transfer Protocol. |
|
FTPAbortableTransfer
The FTPAbortableTransfer class is responsible for helping
to abort a data transfer. |
|
FTPAccessDeniedException
Thrown if the FTP server denies access to a resource. |
|
FTPAuthNotSupportedException
Thrown if the FTP server does not support an explicit SSL connection. |
|
FTPBadLoginException
Thrown if a login to the FTP server fails. |
|
FTPCommand
The FTPCommand class is responsible for handling the standard
commands used in the File Transfer Protocol. |
|
FTPConnectException
Thrown if a connection to the FTP server fails. |
|
FTPData
The FTPData interface is used to handle the transfer of data
from the FTP server. |
|
FTPException
Thrown if the FTP server returns an error. |
|
FTPNeedAccountException
Thrown if the FTP server requires an account to continue the login process. |
|
FTPNeedPasswordException
Thrown if the FTP server requires a password to continue the login process. |
|
FTPNoSuchFileException
Thrown if the remote file cannot be found on the FTP server. |
|
FTPNotADirectoryException
Thrown if the remote file is not a directory. |
|
FTPRestartNotSupportedException
Thrown if the server does not support restarting interruped file transfers. |
|
HostInfo
The HostInfo class is responsible for holding host information. |
|
Progress
The Progress interface is responsible for reporting the progress
of a data transfer from the FTP server. |
|
RemoteFile
The RemoteFile class is an abstract representation of a file
on the FTP server. |
|
RemoteFileList
The RemoteFileList class contains a list of
RemoteFiles . |
|
SSLCertificate
The SSLCertificate class contains useful information about
an SSL (X509) certificate. |
|
SSLSessionManager
The SSLSessionManager interface is responsible for dealing
with SSL related events such as certificates being sent from the FTP
server and randomization information. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |