gpt4 book ai didi

Python - 刺激 ssh 命令搞乱文件路径

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:55:11 28 4
gpt4 key购买 nike

我在 python 2.7 中使用 spur,通过 ssh 连接到 linux box,但由于某种原因,它弄乱了我的文件路径。这是命令:

import spur
outFile = "'%s'" % outFile
shell = spur.SshShell(hostname=self.run_params["host"], username=self.run_params["username"], password=self.run_params["password"], missing_host_key=spur.ssh.MissingHostKey.accept)
print outFile
result = shell.run(["ln", "-sf", movFile, outFile])

这是print outFile的输出:

'/RAIDS/RAID_1/Unmanaged/platform-deliveries-103_1/Content/_GOOGLE/Ninl/NBV_1234-source.mov'

但是当我运行命令时,outFile 出现此错误:

RunProcessError: return code: 1
output: b''
stderr output: b"ln: creating symbolic link `\\'/RAIDS/RAID_1/Unmanaged/platform-deliveries-103_1/Content/_GOOGLE/Ninl/NBV_1234-source.mov\\'': No such file or directory\n"

什么是在链接的开头和结尾添加\\?

最佳答案

我找到了答案。我正在使用 outFile = "'%s'"% outFile 来解释文件路径中的空格,不需要 spur。删除它可以解决问题。

关于Python - 刺激 ssh 命令搞乱文件路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26821943/

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