OpenWrt学习之路(1)OpenWrt开启sftp/ftp,方便传输文件(使用WinSCP传输文件)
1.先安装vsftp,详见:OpenWrt:安装vsftp,方便sftp/ftp传文件
root@OpenWrt:~# opkg update
root@OpenWrt:~# opkg install vsftpd openssh-sftp-server
root@OpenWrt:~# /etc/init.d/vsftpd enable
root@OpenWrt:~# /etc/init.d/vsftpd start
2.新建会话,文件协议选择sftp/ftp