Link to home
Start Free TrialLog in
Avatar of mng
mng

asked on

Logfiles and ftpd verbose logentires

I have wu ftpd install on a solaris system 2.5

I've modified the /etc/inetd.conf file with the following:
-----
ftp  stream  tcp  nowait  root  /usr/sbin/tcpd in.ftpd -lll
-----

Now, my question is : where are the log's of ftp logins and transfers of files taken place...  

if they are in the
/var/log/wtmp or /var/log/wtmpx files , how do I view the entires properly.

The 'last' command doesn't give me enough information.

My aim is to get a log entiry of user, time and what particular files were download or uploaded that session.

Is there a ftp.log somewhere, or how can I create it?

THankx.
Mark
Avatar of vkg063097
vkg063097

if wu ftp is using syslogd for logging then you may have
to configure /etc/syslog.conf. In syslog.conf you can
specify the log file name.

vinay

ASKER CERTIFIED SOLUTION
Avatar of n0thing
n0thing
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial