I want to use ftplib to download a file.
import ftplib class Ftp: def start(self): self.ftp = ftplib.FTP(\'speedtest.tele2.net\') self.ftp.login()