ssh root@远程IP地址 示例:ssh root@192.168.1.220 scp -p 22 ./data.sql root@远程IP:/root //把data.sql文件上传到 远程服务器的 /root目录下