This class allows you to connect to FTP servers, providing the functionality of a simple FTP client.
To use this library, instantiate the FTP class. Set the Remote... properties corresponding to the server to which you wish to connect. Then, call the Login method to connect to the server. To get a file list, call the GetFileList method and iterate through the returned string array. To disconnect, call the Close method.