Posts Tagged ‘scp’

Spaces? In MY SCP?!

Saturday, January 17th, 2009

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.