如何在Python代码中执行ssh和scp等效功能

发布于 2024-08-17 08:07:04 字数 89 浏览 6 评论 0原文

我想登录网络中的不同机器,并将文件从该机器复制到我的机器。我想使用 python 执行此操作。知道我该怎么做。我有 python 2.5 和 ubuntu 8.10

I want to login in different machine in the network and copy a file from that machine to my machine.I want to do this using python.Any idea how can i do this .I have python 2.5 a nd ubuntu 8.10

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倒带 2024-08-24 08:07:04

使用subprocess并直接调用scp。这样做的优点是可以使用 ssh 设置、私钥和代理。

如果您需要一个更结构化的框架来执行本地和远程操作,请查看 Fabric

Use subprocess and call scp directly. This has the advantage of using your ssh settings, private keys and agent.

Look into Fabric if you need a more structured framework for doing local and remote operations.

素染倾城色 2024-08-24 08:07:04

获取 paramiko 或类似的库。

get paramiko or similar libraries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文