Showing posts with label scp. Show all posts
Showing posts with label scp. Show all posts

Saturday, January 18, 2020

escaping scp filename or command lines with spaces




link from here
https://stackoverflow.com/questions/19858176/how-do-i-escape-spaces-in-path-for-scp-copy-in-linux


scp user@example.com:web/tmp/Master\\\ File\\\ 18\\\ 10\\\ 13.xls .
 
scp root@vmnu1:/vmfs/volumes/datastore1/Ubuntu\\\ 16.04/* Ubuntu\ 16.04/ 



--30--