Hi We're using busybox 1.14.3 on MicroBlaze w/MMU, and all is working nicely except a couple of minor issues. First off the rank, in ftpd we see the following:
* auth: When connecting to the target, we can login as anyone, regardless of whether they appear in /etc/password or not. e.g. [jwilli...@petalogix-ws1 petalinux-dist]$ ftp 192.168.0.11 Connected to 192.168.0.11. 220 Operation successful 500 Unknown command 500 Unknown command KERBEROS_V4 rejected as an authentication type Name (192.168.0.11:jwilliams): fooble 230 Operation successful Remote system type is UNIX. Using binary mode to transfer files. * put: - the put command doesn't work: ftp> put README local: README remote: README 227 PASV ok (192,168,0,11,200,218) 500 Unknown command I get similar behaviour using either a standard ftp commandline client, and also gftp. Here's the inetd fragment (alsu using busybox inetd) inetd: ftp stream tcp nowait root ftpd ftpd / and here are the busybox .config options CONFIG_FTPD=y CONFIG_FEATURE_FTP_WRITE=y Is this a config problem at our end or something in busybox itself? Thanks, John _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
