- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11.0/10.20 FTP Logging
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
03-04-2002 07:46 AM
03-04-2002 07:46 AM
HPUX 11.0/10.20 FTP Logging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 07:52 AM
03-04-2002 07:52 AM
Re: HPUX 11.0/10.20 FTP Logging
I think you either have logging of FTP to syslog.log or you don't have any FTP logging.
I have tried working syslog.conf to get the FTP logging moved elsewhere, but I've never had any luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 07:52 AM
03-04-2002 07:52 AM
Re: HPUX 11.0/10.20 FTP Logging
you can specify an alternate location for ftp logging using ftpaccess. Do a "man ftpd" for more info on the options available with ftpd daemons and "man ftpaccess" on how to configure ftpaccess for your system.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 07:53 AM
03-04-2002 07:53 AM
Re: HPUX 11.0/10.20 FTP Logging
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 07:56 AM
03-04-2002 07:56 AM
Re: HPUX 11.0/10.20 FTP Logging
Use ftp in verbose mode..
ftp -v > /tmp/ftplog.$$ 2>&1
USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2002 08:08 AM
03-04-2002 08:08 AM
Re: HPUX 11.0/10.20 FTP Logging
daemon.notice /var/adm/syslog/daemon.log
this will reroute logging for ftp (and all the daemon processes started by inetd and a few others) to this file. Not the the complete segregation of ftp info you were looking for, but it gets the messages out of your syslog.log file.
HTH
mark