def __init__(self, ftphost): Job.__init__(self) self.remotehost = ftphost self.logged_in = False self.log.debug("Opened FTP connection to "+ftphost)
def configure(self): Job.configure(self, 'conf/noaajob.conf')