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?
Did you try this command:
ftpd
should be used as an inetd service. ftpd's line forinetd.conf
:It also can be ran from
tcpsvd
:Tested at https://www.busybox.net/live_bbox/live_bbox.html