摘要:
Uploading /etc/hosts to /home/daxian/hosts/etc/hosts sftp> put /etc/hosts /tmp/ #指定目录上传 sftp> ls #也可以执行linux上的命令lshosts sftp> get /etc/hosts #下载文件 sft 阅读全文
摘要:
scp 是加密远程拷贝,每次都是全量拷贝,效率不太高 基本语法: scp - secure copy (remote file copy program) 参数说明 -P 端口 -r 递归目录 -p 保持属性 -l limit 限制速度 推送文件 推送目录 拉取文件 阅读全文