Operating System - HP-UX
1833478 Members
2718 Online
110052 Solutions
New Discussion

syslog.conf forward ftp message

 
SOLVED
Go to solution
Camel_1
Valued Contributor

syslog.conf forward ftp message

Hi there,

I have enable ftpd logging (ftpd -l), how can I forward all ftpd related message from syslog.log to a seperate log file?

Thanks,

Simon
3 REPLIES 3
Peter Godron
Honored Contributor
Solution

Re: syslog.conf forward ftp message

James R. Ferguson
Acclaimed Contributor

Re: syslog.conf forward ftp message

Hi Simon:

Add the '-i' switch to the 'ftp' line in 'etc/inetd.conf' and do 'inetd -c' to reread the configuation file.

Logging will occur in '/var/adm/syslog/xferlog' for ftp activity.

See the manpages for 'ftpd(1M)' *and* 'ftpaccess(4)'. The 'ftpaccess' file can override the use of '-i'.

Regards!

...JRF...
Camel_1
Valued Contributor

Re: syslog.conf forward ftp message

great thanks.