How to download a file via FTP with Python ftplib

后端 未结 7 1746
名媛妹妹
名媛妹妹 2020-12-05 12:51

I have the following code which easily connects to the FTP server and opens a zip file. I want to download that file into the local system. How to do that?

#         


        
相关标签:
7条回答
  • 2020-12-05 13:17

    The ftplib module in the Python standard library can be compared to assembler. Use a high level library like: https://pypi.python.org/pypi/ftputil

    0 讨论(0)
提交回复
热议问题