使用 putty 的 pscp 传输带有空格的文件

使用 putty 的 pscp 传输带有空格的文件

我尝试了以下方法,但无济于事:

pscp -load test username [email protected]:"file name.ext" "file name.ext"

pscp -load test username "[email protected]:file name.ext" "file name.ext"

pscp -load test username [email protected]:"file\ name.ext" "file name.ext"

pscp -load test username "[email protected]:file\ name.ext" "file\ name.ext"

pscp -load test username [email protected]:"c:\\path\to\\file\ name.ext" "/home/username/file\ name.ext"

pscp -load test username "[email protected]:c:\\path\to\\file\ name.ext" "/home/username/file\ name.ext"

两者都返回了More than one remote source not supported错误。

这难道不可能吗?

相关内容