我尝试了以下方法,但无济于事:
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
错误。
这难道不可能吗?