一、拓扑图
二、设备配置
①FTP服务端:
[SRV]ftp server enable //开启FTP服务器功能
[SRV]int g0/0/0
[SRV-GigabitEthernet0/0/0]ip add 192.168.1.1 255.255.255.0
[SRV]user-interface vty 0 4
[SRV-ui-vty0-4]authentication-mode aaa //aaa认证
[SRV]aaa
[SRV-aaa]local-user huawei password cipher 123456 privilege level 15 //设置账号密码和用户级别
[SRV-aaa]local-user huawei service-type ftp //设置用户的服务类型
[SRV]set default ftp-directory flash:/ //建立FTP用户的缺省工作目录
②FTP客服端:
[FTP-C]int g0/0/0
[FTP-C-GigabitEthernet0/0/0]ip add 192.168.1.2 255.255.255.0
③验证连通性:
三、验证FTP服务器: