Chinaunix首页 | 论坛 | 博客
  • 博客访问: 32772
  • 博文数量: 14
  • 博客积分: 260
  • 博客等级: 二等列兵
  • 技术积分: 150
  • 用 户 组: 普通用户
  • 注册时间: 2011-09-02 13:31
个人简介

nothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothingnothing

文章分类

全部博文(14)

文章存档

2011年(14)

分类: LINUX

2011-11-02 00:13:20

使用sftp命令在局域网内两台服务器之间进行复制文件

#sftp he@192.168.0.2    //用对方IP上的he用户连接

sftp>ls                 // 查看文件

sftp>cd /tmp      //任意切换目录 

sftp>get file    //下载文件到本地

sftp>put file             //上传文件到对方

sftp>bye        //退出连接

阅读(2992) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~