how to transfer my google drive data to ftp using google colab

后端 未结 0 509
既然无缘
既然无缘 2021-01-01 16:51

I am using this code but unsuccessful

import ftplib
session = ftplib.FTP(\'Server_address\',\'login\',\'password\')
file = open(\'file.mkv\',\'rb\')                   


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