Forum Discussion
Altera_Forum
Honored Contributor
20 years agoWhere can we find man pages for µClinux
Hi everybody,
did anyone know if we can find the man pages of several µClinux commands (ftpd for example)? Thnx5 Replies
- Altera_Forum
Honored Contributor
There is a NAG, network admin guide.
I would repeat again. Work on Linux, and learn Linux. You can not be good at uClinux without Linux know-how. It is not impossible to do it on IDE/cygwin, but that you don't know how to do. The source is in uClinux-dist/user/ftpd . - Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by hippo@Mar 6 2006, 03:49 AM there is a nag, network admin guide.i would repeat again. work on linux, and learn linux. you can not be good at uclinux without linux know-how. it is not impossible to do it on ide/cygwin, but that you don't know how to do.
the source is in uclinux-dist/user/ftpd .
<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13139)
--- quote end ---
--- Quote End --- Hi hippo, thanks for your reply but you didn't specify where to find that NAG. About Linux, I know severas stuff about, but since I'm on a final study project and do not have much time to get familiar with building µClinux under Linux, I preffered to work on Win with the development environment of Altera, you see the point. Anyway I'm convinced I got to learn how to do all that stuff on Linux. Regards.
- Altera_Forum
Honored Contributor
Sorry, ftpd was not in NAG.
You can find some doc here. http://www.tldp.org/guides.html (http://www.tldp.org/guides.html) - Altera_Forum
Honored Contributor
Install both inetd and ftpd, inetd will invoke ftpd on requests.
- Altera_Forum
Honored Contributor
--- Quote Start --- originally posted by hippo@Mar 6 2006, 03:03 PM install both inetd and ftpd, inetd will invoke ftpd on requests.<div align='right'><{post_snapback}> (index.php?act=findpost&pid=13150)
--- quote end ---
--- Quote End --- Hi hippo, thnx for your reply, it's now ok, I run an ftp server from a Linux machine and connect to my board. I still can't make the board run as an ftp server but it doesn't matter. Thanks again.