def connect_ftp(self, user, passwd, host, port, dirs): fw = ftpwrapper('', '', host, port, dirs) return fw