The smallest of the three popular FTP servers
/etc/init.d/vsftpd start (Start the service) /etc/init.d/vsftpd stop (Stop the service) /etc/init.d/vsftpd restart (Restart the service) /etc/init.d/vsftpd reload (Reload configuration files (or restart if that fails)) /etc/init.d/vsftpd enable (Enable service autostart) /etc/init.d/vsftpd disable (Disable service autostart)
To support FTPD server through a firewall “opkg install kmod-nf-nathelper” (Not typically needed)
This guide easily explains how to setup an anonymous ftp server with vsftpd.