|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use com.myjavaworld.ftp | |
|---|---|
| com.myjavaworld.ftp | This package contains the interfaces and default implementations for accessing a remote computer using file transfer protocol (FTP). |
| com.myjavaworld.ftp.examples | |
| Classes in com.myjavaworld.ftp used by com.myjavaworld.ftp | |
|---|---|
| ConnectionException
A General exception class to indicate connection failures. |
|
| ControlConnection
This class represents a Control Connection as specified in the FTP protocol specification. |
|
| ControlConnectionEvent
An event generated by objects of ControlConnection. |
|
| ControlConnectionListener
A contract for implementations of ControlConnectionListener. |
|
| DataConnection
A DataConnection object is used to transfer data over the data
connection in an FTP process. |
|
| DataConnectionEvent
An event generated by data connections to notify the status of data transfer. |
|
| DataConnectionListener
A contract for implementations who are interested in receiving notifications about the progress of data transfers. |
|
| DefaultFTPClient
The default implementation of FTPClient. |
|
| FTPClient
A contract for FTPClient implementation classes. |
|
| FTPConnectionEvent
An event object to represent FTPconnection stats. |
|
| FTPConnectionListener
A contract for implementations of FTPConnectionListeners. |
|
| FTPConstants
A Utility class that defines useful constants that are used in FTP process. |
|
| FTPException
An exception thrown to indicate the command sent was not understood by the remote host or no action is taken because of some reason. |
|
| FTPHost
A class that encapsulates the information of an FTP server. |
|
| ListParser
A contract for classes that are used to parse the directory listing produced by an FTP server. |
|
| RemoteFile
Objects of this class represent a file on the remote FTP server. |
|
| Classes in com.myjavaworld.ftp used by com.myjavaworld.ftp.examples | |
|---|---|
| ConnectionException
A General exception class to indicate connection failures. |
|
| FTPException
An exception thrown to indicate the command sent was not understood by the remote host or no action is taken because of some reason. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||