Can't seem to move folders over with wild cards using PSCP from DOS to Linux?

216 Views Asked by At

The path has spaces in the folder names, so I am using wildcards: "*" to move the 5 folders within it to Linux using PSCP.

pscp C:\Public\SMoch\hot*testing*8*20*13\. [email protected]:.

pscp C:\Public\SMoch\hot testing 8 20 13: No such file or directory

I am able to cd to it in DOS: cd C:\Public\SMoch\hot*testing*8*20*13\ ... works

Not sure what I am doing wrong with pscp?

1

There are 1 best solutions below

1
On

Try using double quotes when working with paths in Windows. "C:\There are spaces in this path" when