scp 命令
scp 命令 —— 跨机远程拷贝
命令用法
scp [-346BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
[-l limit] [-o ssh_option] [-P port] [-S program]
[[user@]host1:]file1 ... [[user@]host2:]file2
# scp [参数] 源路径 目标路径常用可选参数
使用实例
Last updated