|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
See:
Description
| Interface Summary | |
| FTPConnection | Interface for an FTPConnection received from a FTPConnectionFactory. |
| FTPFile | Interface for an FTPFile |
| Class Summary | |
| FTPConnectionFactory | First scetch of a J2ee/jdbc like ftp adaptor. |
| NetFTPConnection | An FTP Connection based on the jakarta commont-net-ftp lib. |
| NetFTPFile | Wrapper for Net FTPFile. |
| Exception Summary | |
| FTPException | Generic FTPException. |
| FTPTimeoutException | Exception raised when a timeout has occured, can happen with every FTP command. |
A J2ee/jdbc like FTP adaptor.
This package contains a FTP connection implementation that uses the
adaptor/factory pattern found in J2EE. It provides a more oo-like
interface above commons net. FTPConnectionFactory is the
main entrance to the package.
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||