Whit Blauvelt - 2015-12-31

In my experience:

scp foo\ bar.png server:"foo\ bar.png"

or, if called from a script

scp foo\ bar.png server:"foo\\ bar.png"

works when using scponly - and from discussions elsewhere are also the correct syntax for any use of scp. Putting the source file in quotes is also okay. Maybe including the server name in the second set of quotes is the problem you've seen.

 

Last edit: Whit Blauvelt 2015-12-31