gpt4 book ai didi

python - 如何在 python 脚本中调用 sshfs?

转载 作者:太空宇宙 更新时间:2023-11-04 01:43:49 24 4
gpt4 key购买 nike

我想使用 sshfs 挂载一个远程目录。 sshfs 从终端运行良好。但是如何从 python 脚本中调用它呢?

我试过类似的东西 - 但根本没用。

import os

cmd = "/usr/bin/sshfs giis@giis.co.in:/home/giis /mnt"
os.system(cmd)

最佳答案

首先,您应该确保您的 sshfs 命令在 shell 中可以正常工作。然后,转到 here查看许多使用 Python 的子进程模块调用 sshfs 命令的示例

关于python - 如何在 python 脚本中调用 sshfs?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2027393/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com