- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Tracking outgoing FTP
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
12-19-2005 09:06 AM
12-19-2005 09:06 AM
Tracking outgoing FTP
Same question for wu-ftp. Is there an option for wu-ftp?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 09:38 AM
12-19-2005 09:38 AM
Re: Tracking outgoing FTP
You can probably think of writing a wrapper to the ftp command. That is a possibility. Else tracking outgoing ftp will be a difficult thing.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 09:41 AM
12-19-2005 09:41 AM
Re: Tracking outgoing FTP
The Washington University version of 'ftp' is standard on current HP-UX versions.
Logging (out and in) is done to '/var/adm/syslog/xferlog'. To decipher this log's fields, see:
# man 5 xferlog
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 10:02 AM
12-19-2005 10:02 AM
Re: Tracking outgoing FTP
Dave
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 10:30 AM
12-19-2005 10:30 AM
Re: Tracking outgoing FTP
xferlog will log any incomin ftp activity. similarly you can log incoming activity, but not the outgoing one.
Hope this helps.
regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 11:25 AM
12-19-2005 11:25 AM
Re: Tracking outgoing FTP
Incoming as well as outgoing FTP transfers can most certainly be logged.
See the man pages for 'ftpd(1M)', 'ftpaccess(4)' and 'xferlog(5)' for configuration options.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2005 05:00 PM
12-19-2005 05:00 PM
Re: Tracking outgoing FTP
First can be done with xferlog setting. Second one you have to write down a wrapper to capture ftp execution with tee or script commands.
-Muthu