Eu tentei o seguinte sem sucesso:
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"
Ambos me retornaram um erro More than one remote source not supported
.
Isso não é possível?