- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP: Logging activity
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 11:52 AM
07-24-2007 11:52 AM
Is there a way to log FTP activity? There is the information that ftpd throws to the syslog, but that does not record everything (like stuff being used with windows software like Rapid FTP, etc). Is there a way to track this? Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 11:59 AM
07-24-2007 11:59 AM
Re: FTP: Logging activity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 12:02 PM
07-24-2007 12:02 PM
Re: FTP: Logging activity
Download the source for wu_ftpd from any of the HP-UX Porting Centre's and modify it to log anything you want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2007 12:04 PM
07-24-2007 12:04 PM
Re: FTP: Logging activity
See also, the manpages for 'ftpd(1M)'. I partiularly like logging in the 'xferlog' file.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 11:57 AM
07-27-2007 11:57 AM
Re: FTP: Logging activity
We have ftp set as "ftpd -l" for logging in /etc/inetd.conf. However, we are not getting EVERYTHING that is being ftp'd in or out (I can use a windows product like RapidFTP and ftp a file and it does not appear in the syslog). Are there some other options I can put in inetd.conf to get ALL ftp traffic (or is there some other method of getting this information)? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-27-2007 12:18 PM
07-27-2007 12:18 PM
SolutionThe 'ftpd' daemon can use '-i' and 'o' to log incoming and outgoing file transfers in the 'xferlog' or to the 'syslog'. Logging can also be driven by the 'ftpaccess' file. See the manpages for 'ftpd(1M)' and 'ftpaccess(4)' for setup options.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2007 10:23 AM
08-24-2007 10:23 AM