python FTP上傳和下載

近期寫一個程序需要上傳到公司file server,具體程式如下 #test ftp upload import ftplib host='172.30.200.200' username = " xxxx" password = "password" file = "123.txt" #實例化FTP對象 fp = ftplib.FTP(host) fp.login(user=usernam
相關文章
相關標籤/搜索