FtpBean v1.4.3

WHAT IS INCLUDED?
The following are included in this tar ball or zip file:
1) Documentation
2) Compiled class files
3) Source code
4) Jar file
5) Example class for using the bean.

Please read the documentation to know how to use this bean.

The jar file is for the use in some Visual tools like IBM Visual Age. For normal use 
in your application, you only need the *.class files.

There are four classes and one interface in this packages. They are:
1) FtpBean
	The main ftp class. Please see its documentation in order to use it.
2) FtpException
	A Exception to be throwed when a ftp operation is failed.
3) FtpListResult
	A class for parsing informatin from the ftp LIST command.
4) FtpBeanBeanInfo
	This is only useful if you use this bean in a Visual development tools
like IBM VA. If it is not the case, you can simply ignore or even delete this class.
5) FtpListResultBeanInfo
	This is only useful if you use this bean in a Visual development tools
like IBM VA. If it is not the case, you can simply ignore or even delete this class.
6) FtpObserver
 	Interface which give ability to the implemented classes to monitor upload or
download progress.

IMPORTANT:
 	As you use this FtpBean, you must provide your user name and password 
to login to the Ftp Server. But it is not a good idea to include the user name and password
in the source code of your application or applet (Especially in Applet). I think it is
reasonable to ask for user name and password from the user in your application or applet.

Finally, please report any bugs or comments to citidancer@hongkong.com.
