[h3c1]ftp server enable 开启FTP服务功能
[h3c1]local-user ftp1 创建用于登录的FTP用户
[h3c1-luser-ftp1]password cipher ftp12345678 设置用户密码
[h3c1-luser-ftp1]level 3 设置用户登录级别
[h3c1-luser-ftp1]service-type ftp 设置用户的服务类型的为FTP
PC:登录FTP服务器: ftp 192.168.2.1
User (192.168.2.1:(none)): ftp1
331 Password required for ftp1.
Password::ftp12345678
230 User logged in.
ftp>get 上传/put 下载 binary 设置ftp传输二进制文件 bye/退出FTP服务器