Forum Discussion
16 Replies
- Altera_Forum
Honored Contributor
hi naceradsky,
I've got the same problem... What board do you use ? - Altera_Forum
Honored Contributor
Hi,
I use the Stratix II DSP Development Board - DK-DSP-EP2S180N now and before this on CycloneII NiosII development board i had had the same problem. Jan - Altera_Forum
Honored Contributor
it's not a board problem.
add the ls from the busybox and it works ;) - Altera_Forum
Honored Contributor
I understand, that it si not a board problem, but i have add ls in Busybox in Coreutils, but it doesnt work ... i use sash shell.
Jjan - Altera_Forum
Honored Contributor
is there a "ls" in your /bin/ folder?
- Altera_Forum
Honored Contributor
--- Quote Start --- Ii use sash shell.Jjan --- Quote End --- sash provides ls as an internal command, so even if "ls" works in a script or on the command line, ftp needs ls to be a file based command (in /bin), (e.g. activated in busybox). BTW sash is depreciated, you should convert to msh (see Wiki). -Michael - Altera_Forum
Honored Contributor
I have ls in /bin, but it is only link .... but when i use busybox, every commands, which i add in busybox, are links.
Dont work in sash or msh shell, why ? Like ftp client use totalcommander. Jan - Altera_Forum
Honored Contributor
--- Quote Start --- I have ls in /bin, but it is only link .... but when i use busybox, every commands, which i add in busybox, are links. --- Quote End --- All busybox generated commands are links to busybox. That is the "busybox trick". You don't need to bother, it just works (though slow, see the Wiki on "Haserl"). --- Quote Start --- Dont work in sash or msh shell, why ? --- Quote End --- I don't understand what you mean. --- Quote Start --- Like ftp client use totalcommander. --- Quote End --- You might try some decent Linux program, too, but of course TotalCommander should work if ls is decently enabled. -Michael - Altera_Forum
Honored Contributor
Sorry, I mean, that ls was add in sash shell - it doesnt work and when i used msh shell with ls, it doesnt work too.
I try any other linux program... I can try hush shell with ls in busybox. Jan - Altera_Forum
Honored Contributor
what do you mean by "it does not work" Does ls work with the shell ? The shell has noting to do with if ls works for ftp or not.
-Michael