Home  >  Q&A  >  body text

linux - 如何在A机上使用Python将B机上的文件拷贝到C机

有三台机器 A B C,其中A是windows,B、C是linux,现需要在A机上使用Python将B机上的某个文件拷贝到C机上,现在只知道可以使用exec_command()、expect、scp也不弄出来,请大神赐教

大家讲道理大家讲道理2764 days ago546

reply all(2)I'll reply

  • 黄舟

    黄舟2017-04-18 09:45:29

    It is more appropriate to use fabric (http://www.fabfile.org/) for this type of task.

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-18 09:45:29

    You can start a server by typing python -m SimpleHTTPServer in the terminal and then copy the files

    reply
    0
  • Cancelreply