H3C FTP 升级路由器
<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
相关文章