Forum Discussion
Altera_Forum
Honored Contributor
21 years agoAnyone have a working FTP?
If anyone has a working ftp server (ftpd) on their uClinux box please, tell me how you got it to work. By working I mean that you can upload to it and see the directory structure and dowload from it....
Altera_Forum
Honored Contributor
21 years agoWoo Hoo!
I found the problem. I dont know why this is but here is the solution. I found that the default instalation worked. The default installation used the "ls" command from the busybox. I created a little script: # !/bin/sh /bin/busybox ls $* that links the ls command back to the busybox, and I removed the ls.exe fromt the /bin directory. This gave me the colored text back, and allowed my ftp client to "see" the files! (same as the default instalation) Works prefectly now. Thanks for the help! Anyone know why the ls.exe does not work?