2015年7月28日 星期二

scp 包含空格的檔案

用'\ ' (\後面有一空白)


scp '192.168.1.1:/tmp/a\ file\ name.txt' .

檔案是 'a file name.txt',在空白前面加\

使用 \ 時一定用單引號
使用 \\ 時一定用雙引號