Installing vsftpd on OpenWRT White Russian

Open the webinterface, click System -> Installed Software, click update package list. When finished look for the packet vsftpd and click on the install button next to it.
vsftpd is a ftp daemon allowing us to move files between our computer and the router. As login you use root and the password is the same you defined before.

To start vsftpd use the shell command:
/etc/init.d/vsftpd start

To make it start automatically with every reboot use:
mv /etc/init.d/vsftpd /etc/init.d/S51vsftpd

The file /etc/vsftpd contains the configuration of vsftpd. It works without changing them, but you are able to make some interesting changes there.




Let's install the driver for the sd card.