busybox中ftpd无法使用
我将busybox移植到mips上,然后./busybox,然后ln-s busybox ftpd。这些都正常可是在./ftpd就报错了
说:ftpd should be used as an inetd service.
ftpd's line for inetd.conf:
21 stream tcp nowait root ftpd ftpd /file/to/serve
it also can be ran from tcpsvd:
tcpsvd -vE 0.0.0.0 21 ftpd /file/to/serve
然后下面是一些ftpd后面可以跟的参数。
每次执行,无论fptd后面有无参数,都出现这些话。。怎么回事,求高手指点
[解决办法]
在prelogin.c文件中有一些函数负责用户名和密码,在p_sess中去看看