Forum Discussion
Altera_Forum
Honored Contributor
16 years agoinetd or ftpd does not display file listing of directory
Hi, All! I use inetd & (how it is written in nioswiki) and the ftpd service work fine (about 2-2.5MB/s), but i am not able to perform dir or list - listing files of actual directory. Could yo...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- ls in all shell work. Listing in ftp client doesn´t work. --- Quote End --- This is a well known problem. many shells have ls as a built-in command. ftp needs ls as an executable (or link to an executable) in (if I remember correctly) "/bin. try /bin/ls and /bin/ls -l does this work ? --- Quote Start --- Maybe the error is in other parts of uClinux. --- Quote End --- Unlikely ! -Michael