如何使用 google colab 将我的谷歌驱动器数据传输到 ftp

问题描述

我正在使用此代码但未成功

import ftplib
session = ftplib.FTP('Server_address','login','password')
file = open('file.mkv','rb')                  # file to send
session.storbinary('out file.mkv',file)     # send the file
file.close()                                    # close file and FTP
session.quit()

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)