This class can be use to upload files to an FTP server.
It can connect to an FTP server with a given user name and password using the PHP FTP extension.
The class can transfer a given file to the FTP server. It can determine whether the transfer mode should be ASCII or binary based on the file name extension. The FTP server destination path is configurable.