I'm trying to follow the instruction at http://wiki.openwrt.org/FTPDHowTo

root@OpenWrt:~# ipkg install vsftpd
Installing vsftpd (1.2.2-1) to root...
Downloading http://downloads.openwrt.org/whiterussi … 1.2.2-1_mi
psel.ipk
Configuring vsftpd
Successfully terminated.


Back on my PC I type:
bash-3.00$ ftp root@192.168.1.2
Unknown host root@192.168.1.2.
ftp> bye
bash-3.00$ ftp 192.168.1.2
> ftp: connect :Connection refused
ftp>
Why does this not work? Do I have to manually start the deamon?

Thanks,
Siegfried