可以用scp命令
scp user@remote.machine:/remote/path /local/path
将远程linux主机上/remote/path的文件copy到本主机的/local/path目录

scp /local/path user@remote.machine:/remote/path
将本主机的/local/path目录copy到远程linux主机上/remote/path的文件