This is an FTP Client Utility to transfer Files and directories between hosts. It provides the casic FTP features and also some advanced features like uploading directories with the subdirectories and deleting directories with the subdirectories. This code comprises of a class and an user interface extending the class. This code can be utilized in two ways
Two types of file transfer like Ascii and Binary has been taken care. The class has most of all the basic FTP commands implemented in it. The main feature in it is uploading and downloading the directories along with the subdirectories.The User Interface looks something like this