ftplib - download with showing hash mark on screen and be able to interrupt anytime

后端 未结 0 425
情话喂你
情话喂你 2020-12-25 09:46

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()
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题