Here is how to deal with space(s) in a remote source file with SCP:
scp user@hostname:”‘/path/to/my file name/which has spaces’” /local/path
Double quote, apostrophe. It’s more likely than you think.

Here is how to deal with space(s) in a remote source file with SCP:
scp user@hostname:”‘/path/to/my file name/which has spaces’” /local/path
Double quote, apostrophe. It’s more likely than you think.