| 
 | 
	
 
Router1#configure terminal 
  Enter configuration commands, one per line.  End with CNTL/Z. 
  Router1(config)#ip ftp username neoshi 
  Router1(config)#ip ftp password ioookbook 
  Router1(config)#end 
  Router1#copy ftp: running-config 
  Address or name of remote host [172.25.1.1]? 172.25.1.1  
  Source filename []? test  
  Destination filename [running-config]? enter  
  Accessing ftp://172.25.1.1/test... 
  Loading /test 
  [OK - 24/4096 bytes] 
  24 bytes copd in 0.276 secs (87 bytes/sec) 
  Router1# 
  当然也可以使用下面的简化命令 
  copy ftp://neoshi:ioookbook@172.25.1.1/c3620-ik9s-mz.122-10a.bin slot1: 
  注释  如果没有指定用户名和密码,器缺省会使用匿名登录 |   
 
 
 
 |