scp复制多个文件
复制本地多个文件
$ scp foo.txt bar.txt username@remotehost:/path/directory/
复制远程多个文件
$ scp username@remotehost:/path/directory/\{foo.txt,bar.txt\} .
复制本地多个文件
$ scp foo.txt bar.txt username@remotehost:/path/directory/
复制远程多个文件
$ scp username@remotehost:/path/directory/\{foo.txt,bar.txt\} .