G Gabriel9999 Member Joined Mar 12, 2019 Messages 38 Reaction score 4 Credits 130 Apr 22, 2019 #1 I want to escaspe spaces while using scp command destination how can I specify the escape sequences.
samuel tarcin New Member Joined Mar 6, 2019 Messages 24 Reaction score 11 Credits 48 Apr 22, 2019 #2 You can use thre backslash or \\\ while specifying the path. scp my.cfg root@localhost:/home/samuel/test\\\ 2/ referance :https://www.poftut.com/linux-scp-command-usage-with-examples/
You can use thre backslash or \\\ while specifying the path. scp my.cfg root@localhost:/home/samuel/test\\\ 2/ referance :https://www.poftut.com/linux-scp-command-usage-with-examples/
Rob Administrator Staff member Joined Oct 27, 2011 Messages 1,344 Reaction score 2,588 Credits 4,549 Apr 22, 2019 #3 You could also use quotes in the path.. "/path/to/the spaces"