Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 1996 12:53:28 -0800 (PST)
From:      Steve Reid <steve@edmweb.com>
To:        Robert Chalmers <robert@nanguo.chalmers.com.au>
Cc:        bsd <freebsd-questions@freebsd.org>
Subject:   Re: ftpd logging not working?
Message-ID:  <Pine.BSF.3.91.961216124723.191E-100000@bitbucket.edmweb.com>
In-Reply-To: <199612161012.UAA12891@nanguo.chalmers.com.au>

next in thread | previous in thread | raw e-mail | index | archive | help
> Does anyone know how to get ftpd to log to the syslog directory?
> I have ftpd -dl -S, and created the file /var/log/ftpd,

I'm not running ftpd myself, but I think your answer probably lies in the 
man page of syslog.conf

At the end of your syslog.conf try putting the lines

!ftpd
*.*	/var/log/ftpd

That will log all syslog messages from the ftpd program into /var/log/ftpd

BTW, I think I remember reading something about security problems with
ftpd. I don't remember the details or the severity, or if it's been fixed,
but it might be a good idea to switch to wu-ftpd. Take a look in the ports
and/or packages collections. wu-ftpd has a lot more options than regular
ftpd. 




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.961216124723.191E-100000>