1837390 Members
3227 Online
110116 Solutions
New Discussion

Re: outbound ftp logging

 
SOLVED
Go to solution
Jim Johnson_8
Occasional Contributor

outbound ftp logging

How do I log outbound ftp sessions (date/time, user, destination IP address, file names sent or received)?
I know that ftpd in /etc/inetd.conf only applies to inbound ftp connections.
Haven't seen this answered in the forums before.
I suspect the answer is TCP Wrapper.
I was hoping for something more user friendly or built into standard HP-UX 11i, and not have to monitor everybody's history file (which wouldn't contain file names/times).

Thanks!
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: outbound ftp logging

A TCP wrapper isn't going to help you as it is geared towards incoming requests (ie. ftpd); what you need is a replacement ftp client. If I were you I would do a Google search on perhaps +"FTP Client" +logging +UNIX and you might get lucky. Coding a new FTP client would be fairly easy using Perl's NET::FTP module.
If it ain't broke, I can fix that.