QNX as FTP server

Hello,

I try to setup the QNX RTP as an FTP server for future software updates
from an Win2k machine.
I checked the files

  • /etc/inet.conf
  • /etc/ftpusers
  • /etc/services
    They where allready setuped the right way.
    I made a new user with group id 80 (ftp).
    I setup the network and I can ping the QNX computer from my Win2k
    but I can not connect with the FTP program. Also I cannot connect directly
    from my QNX computer which is also the server.

Best Regards
Patrik

are you running inetd? This needs to run to spawn the ftp daemon when it
senses a connection on the FTP port.

Regards

Poseidon

This was the problem.
I thought the inetd would be started automaticaly at boot time.

Thank You


“Me” <paul.ryan2@nospam.virgin.net> schrieb im Newsbeitrag
news:9ied0e$bv3$1@inn.qnx.com

are you running inetd? This needs to run to spawn the ftp daemon when it
senses a connection on the FTP port.

Regards

Poseidon

edit /etc/rc.d/rc.local and add inetd in here. This will get run every time
your machine starts

Poseidon