Manage the uploading of files to an FTP account.
makedirs(path) Instance Public methods Create the directory path
close() Instance Public methods Close the uploader.
upload_files(wildcard) Instance Public methods Upload all files matching wildcard
connect(path, host, account, password) Class Public methods Create an uploader
new(path, host, account, password) Class Public methods Create an FTP uploader