2013-05-07 28 views

回答

0
from subprocess import call 

call(['echo "put C:\filename" | ftp']) 

这应该叫 “ftp” 的命令,并通过输入字符串 “把C:\文件名”

相关问题