scp传输本地文件到服务器 scp -i 密钥文件 本地要传输的文件 root@IP:要存储的服务器路径 eg: scp -i /Users/public.pem /Users/file/a.txt root@47.68.93.88:/data/file