在 WinSCP 中出现“未知命令”错误

问题描述 投票:0回答:1

帖子不再需要,应该删除。

sftp winscp
1个回答
1
投票

看起来你的一些注释行在途中的某个地方被包裹了,并且由于包裹的部分不是以

#
开头,WinSCP试图将它们解释为命令并失败。

应该是:

# put the TB file(s) stored at the specified path (local directory) to the root directory of /
# -nopreservetime = swallow a WinSCP error about logging a timestamp on the file
# -resumesupport=off = disable filepart extension to ensure WinSCP transfers the file without disassembling
# -delete = clears the local directory after the file has been sent, since the future TB will supersede it
© www.soinside.com 2019 - 2024. All rights reserved.