OpenWrt开启sftp,方便传输文件 发表评论 openwrt 中dropbear提供SSH服务 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