注册 | 登录 忘记密码? 51cto首页 | 博客 | 论坛 | 招聘
热点文章 小五思科技术学习笔记之SSH
 帮助

H3C FTP 升级路由器


2007-11-03 17:09:55
 标签:H3C   [推送到技术圈]

 
 
<H3C>system-view
[H3C]ftp-server enable
[H3C]local-user bob
[H3C-luser-bob]serivce-type ftp
[H3C-luser-bob]password simple bob
[H3C-luser-bob]quit
[H3C]interface ethernet 0/0
[H3C-Ethernet0/0]ip address 192.168.1.1 24
[H3C-Ethernet0/0]undo shutdown
 
 
在PC 上配置IP 192.168.1.2 掩码 255.255.255.0.
 
 ping 192.168.1.1 测试连通性
 
在PC 上开始--运行--cmd
 
ftp
ftp> open 192.168.1.1
ftp>dir                                              //显示FLASH 中的文件
ftp>get  xx.app    c:\xx.app              // 将comware 下载到本地
ftp>put c:\config   config                //将配置文件上传到FLASH 中
ftp>bye
 
 
 




    文章评论
 
2007-11-03 22:57:53
留下
备用

 

发表评论

昵   称:
验证码:  点击图片可刷新验证码  博客过2级,无需填写验证码
内   容: