ftp help needed

Dear all

I need some help with ftp. I have never used a UNIX style ftp server and have little knowledge of how to do it. So can anyone tell me how to start ftp server and then configure it, say for annonymous user and howto share a directory

regards

ollie

ftp server starts by “inetd” in QNX. I believe the configuration /etc/inetd.conf is already there, you just need to start “inetd” as root. or make sure “inetd” is started in /etc/rc.d/rc.local if you want it to be started automatically after reboot.

As for anonymous, as long as you have a user called “ftp”, it will work.
BTW, you can add a user using “passwd” command. Run “use passwd” for details.