HPE GreenLake Administration
Operating System - HP-UX
1826381
Members
4316
Online
109692
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Go to solution
Topic Options
- 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
02-24-2009 01:19 PM
02-24-2009 01:19 PM
I want to check whois transferring what from hpux servers using ftp, how can I check that? Is there any log file for ftp activity?
Solved! Go to Solution.
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 01:34 PM
02-24-2009 01:34 PM
Re: ftp logs
Shalom,
standard hp-ux install uses wsftpd. Configuration for this daemon is controlled by the internet services daemon inetd.conf in /etc/
inetd can be configured with logging, which normally goes to /var/adm/syslog
You can break out the ftp logs or have them merely be part of syslog.
SEP
standard hp-ux install uses wsftpd. Configuration for this daemon is controlled by the internet services daemon inetd.conf in /etc/
inetd can be configured with logging, which normally goes to /var/adm/syslog
You can break out the ftp logs or have them merely be part of syslog.
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2009 01:44 PM
02-24-2009 01:44 PM
Solution
Hi wagar:
You can track the FTP transfers in the '/var/adm/syslog/xferlog' file by setting up the '/etc/ftpd/ftpaccess' file to contain the lines:
log commands real,guest,anonymous
log transfers real,guest,anonymous inbound,outbound
In your '/etc/inetd.conf' your FTP daemon arguments should look like:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
See the manpages for 'ftpd(1M)', 'ftpaccess(4)' and 'xferlog(5)'
Regards!
...JRF...
You can track the FTP transfers in the '/var/adm/syslog/xferlog' file by setting up the '/etc/ftpd/ftpaccess' file to contain the lines:
log commands real,guest,anonymous
log transfers real,guest,anonymous inbound,outbound
In your '/etc/inetd.conf' your FTP daemon arguments should look like:
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -a
See the manpages for 'ftpd(1M)', 'ftpaccess(4)' and 'xferlog(5)'
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2009 03:16 AM
02-25-2009 03:16 AM
Re: ftp logs
Hi Waqar ,
To enable "xferlog" ,
1) please edit /etc/inetd.conf and put the entry for ftpd as follows ,
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -i -o
2) restart services
#inetd -c
3) now all ftp sessions will be logged in the file "/var/adm/syslog/xferlog"
Regards
Sani
To enable "xferlog" ,
1) please edit /etc/inetd.conf and put the entry for ftpd as follows ,
ftp stream tcp nowait root /usr/lbin/ftpd ftpd -l -i -o
2) restart services
#inetd -c
3) now all ftp sessions will be logged in the file "/var/adm/syslog/xferlog"
Regards
Sani
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP