#常用范例 scp local_file user@host:/path/remote_file #常用参数 -r Recursively copy entire directories.递归地复制整个目录(包括子目录及文件) -p Preserves modification times, access times, and modes from the original file.备份模式(修改时间、访问时间及modes) -P 指定端口(不加默认使用-P 22) -v 使用详细信息(进度、连接状态、错误等信息) -C 传输过程使用压缩(节省流量但比正常要慢) -4 强制使用ipv4 -6 请只使用ipv6
原文地址:http://liuyuan.blog.51cto.com/740753/1783362