I have an embedded system which has busybox support. I am trying to run an FTP server so I can edit the files and upload data to my embedded system. However when I run
busybox ftpd -w /
It tells me I need to use the inetd and put it in the conf. But I dont want to do this for a number of reasons. When I try tcpvd as given in the busybox link page I get command not defined. Any suggestions?