Getting scp: ambiguous target while transferring file to white spaced folder name in Windows 10 (both pc). I already tried solutions mentioned in here and also tried another solution on different question.
following commands are already tried,
scp -i "key" test.txt "user@host:E:New\\ folder",scp -i "key" test.txt user@host:"E:New folder",scp -i "key" test.txt user@host:"'E:New folder'",scp -i "key" test.txt "user@host:'E:New folder'",scp -i "key" test.txt user@host:"E:New\ folder"
Still getting ambiguous target. Is there any mistake? how to overcome this ?