<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: ftp logs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365703#M346677</link>
    <description>&lt;!--!*#--&gt;Hi wagar:&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;log commands  real,guest,anonymous&lt;BR /&gt;log transfers real,guest,anonymous inbound,outbound&lt;BR /&gt;&lt;BR /&gt;In your '/etc/inetd.conf' your FTP daemon arguments should look like:&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd  ftpd -l -a&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'ftpd(1M)', 'ftpaccess(4)' and 'xferlog(5)'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Feb 2009 21:44:15 GMT</pubDate>
    <dc:creator>James R. Ferguson</dc:creator>
    <dc:date>2009-02-24T21:44:15Z</dc:date>
    <item>
      <title>ftp logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365701#M346675</link>
      <description>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?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 21:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365701#M346675</guid>
      <dc:creator>Waqar Razi</dc:creator>
      <dc:date>2009-02-24T21:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365702#M346676</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;standard hp-ux install uses wsftpd. Configuration for this daemon is controlled by the internet services daemon inetd.conf in /etc/&lt;BR /&gt;&lt;BR /&gt;inetd can be configured with logging, which normally goes to /var/adm/syslog&lt;BR /&gt;&lt;BR /&gt;You can break out the ftp logs or have them merely be part of syslog.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 24 Feb 2009 21:34:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365702#M346676</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-02-24T21:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365703#M346677</link>
      <description>&lt;!--!*#--&gt;Hi wagar:&lt;BR /&gt;&lt;BR /&gt;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:&lt;BR /&gt;&lt;BR /&gt;log commands  real,guest,anonymous&lt;BR /&gt;log transfers real,guest,anonymous inbound,outbound&lt;BR /&gt;&lt;BR /&gt;In your '/etc/inetd.conf' your FTP daemon arguments should look like:&lt;BR /&gt;&lt;BR /&gt;ftp stream tcp nowait root /usr/lbin/ftpd  ftpd -l -a&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'ftpd(1M)', 'ftpaccess(4)' and 'xferlog(5)'&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Feb 2009 21:44:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365703#M346677</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2009-02-24T21:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: ftp logs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365704#M346678</link>
      <description>Hi Waqar ,&lt;BR /&gt;&lt;BR /&gt;To enable "xferlog" ,&lt;BR /&gt;1) please edit /etc/inetd.conf and put the entry for ftpd as follows ,&lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l -i -o&lt;BR /&gt;&lt;BR /&gt;2) restart services &lt;BR /&gt; #inetd -c&lt;BR /&gt;&lt;BR /&gt;3) now all ftp sessions will be logged in the file "/var/adm/syslog/xferlog"&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sani&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 25 Feb 2009 11:16:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logs/m-p/4365704#M346678</guid>
      <dc:creator>Sani</dc:creator>
      <dc:date>2009-02-25T11:16:10Z</dc:date>
    </item>
  </channel>
</rss>

