首先保证本地机和目的机都安装了 scprsync

scp

  1. $ scp /path/to/myfile user@host:/tmp

rsync

  1. $ rsync /path/to/myfile user@host:/tmp