write on FTP file without overwrite previous text ftplib python

后端 未结 0 967
执念已碎
执念已碎 2021-01-28 18:56

I\'m trying to write on hosted file from python, so I chose to use ftplib module. So far i got this code

from ftplib import FTP
import io
ftp = FTP(\'ftp.myhostna         


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