Introduction
------------
JS-FTP is a simple FTP client written in Java. JS-FTP's GUI was developed in
the pre 1.2 swinging Java days so it works with JRE 1.1 or later.
Usage
-----
On Unix run start_js-ftp.sh
On Windows run start_js-ftp.bat
Build
-----
To build js-ftp you need Ant from http://jakarta.apache.org/ant/ and JUnit from
http://www.junit.org/
cd util
ant
ant test
cd js-ftp
ant
ant test
Ant will create a directory called dist at the same level as util and js-ftp.
TODO
----
Busy cursor
Clear file list before changing dir
Add FTPDownload
Don't always passivate
Add continue download option when partial file found
Remember more than the last server and user
Multi-threading...