Linux shell scp 目录文件夹有空格

在空格前加斜杠,整个文件目录加引号才行

scp -r [email protected]:"/data/Google\ Security\ Patch/" /devdata/GoogleSecurityPatch/

你可能感兴趣的:(linux,linux)