1)拓扑:
PC----------------------S3760E
2)S37E配置如下:
S37E#conf t
Enter configuration commands, one per line. End with CNTL/Z.
S37E(config)#
S37E(config)#ftp-server enable
S37E(config)#ftp-server topdir / //FTP服务器根目录设置
S37E(config)#ftp-server username admin
S37E(config)#ftp-server password ruijie
S37E(config)#int vlan 1
S37E(config-if-VLAN 1)#ip add 192.168.33.191
3)FTP服务器的设置
划红线的需要注意下,否则可能导致无法连接。
