I tried the following to no avail:
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"
Both returned me a More than one remote source not supported error.
Is it just not possible?