Forum Discussion
16 Replies
- Altera_Forum
Honored Contributor
Hello,
ls in all shell work. Listing in ftp client doesn´t work. Maybe the error is in other parts of uClinux. Jan - Altera_Forum
Honored Contributor
--- 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 - Altera_Forum
Honored Contributor
It works ! :-)
Jan - Altera_Forum
Honored Contributor
/bin/ls
and /bin/ls -l works. Ftp dir (listing) doesn´t. Jan - Altera_Forum
Honored Contributor
are you trying to use the command "dir" to show the listing of the ftp?
- Altera_Forum
Honored Contributor
In C:\Windows\system32\ftp.exe the command ls in ok, but only file or directory name without extended info about files. Dir or ls -l does not list anything.
Jan