Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - check who is logged in via ftp: (2 Items)
   
check who is logged in via ftp  
On QNX 6.3.0, i would like to know which user logged into the QNX machine over ftp.
I have comes across mention of ftp logs being created  in system log, but i dont see this information, when i log in via
 ftp.
I have checked my inetd.conf file, and have the following:

ftp          stream  tcp6   nowait  root   /usr/sbin/ftpd        ftpd -ll

i also restarted the syslogd service.

i have checked all files under /var/log also.
Re: check who is logged in via ftp  
i have tried all options with ftpd, and finally did not get it to work.
I then changed direction of work, and started working with pure-ftpd.
placed pure-ftpd in /usr/sbin, with -d option.

did a ftp into the QNX machine, and saw that in /var/log/syslog there is entry for the ftp action!!

its good that is working with pure-ftpd, but ideally it should work with ftpd as wel, since it came with the QNX runtime
 neutrinol.

I need assistance to get the ftpd to work, and would appreciate any assistance.