/**
 *
 *  edtFTPj
 *  
 *  Copyright (C) 2000  Enterprise Distributed Technologies Ltd
 *  
 *  www.enterprisedt.com
 *  
 *  This library is free software; you can redistribute it and/or
 *  modify it under the terms of the GNU Lesser General Public
 *  License as published by the Free Software Foundation; either
 *  version 2.1 of the License, or (at your option) any later version.
 *  
 *  This library is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 *  Lesser General Public License for more details.
 *  
 *  You should have received a copy of the GNU Lesser General Public
 *  License along with this library; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *  
 *  Bug fixes, suggestions and comments should be sent to support@enterprisedt.com
 *  
 *	
 */
 
 1. General
 
 As this package is released under the GNU Lesser General Public License, it can be
 freely embedded in commercial or non-commercial code. Read LICENSE.TXT for details
 of this license, or visit www.gnu.org.
 
 Please email any bug fixes, suggestions and comments to support@enterprisedt.com. 
 
 The key class you'll want to use is the FTPClient class. See Demo.java in the demo
 directory for a simple example of its use, or look at the JUnit tests.
 
 2. Acknowledgements
 
 I am grateful to Peter van der Linden for making available his t.java FTP client class.
 I have not copied this class but have drawn heavily on its ideas. Make sure you visit
 his excellent Java FAQ, at http://www.afu.com/javafaq.html.

 I am also grateful to the very many people who have sent in suggestions, comments and bug fixes.
 
 Bruce Blackshaw
 London, UK
 http://www.enterprisedt.com

 
 
 
 