openwrt开启sftp,方便传输文件
opkg update opkg install vsftpd openssh-sftp-server /etc/init.d/vsftpd enable /etc/init.d/vsftpd start
大部分是安装好了,没有启用罢了。
opkg update opkg install vsftpd openssh-sftp-server /etc/init.d/vsftpd enable /etc/init.d/vsftpd start
大部分是安装好了,没有启用罢了。