<?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: xferlog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090296#M841663</link>
    <description>Graham: sure, I was stupid, I had to activate xferlog on both machines, I have no ftpaccess,&lt;BR /&gt;Stefan: You don't have to have the ftpaccess file in order to activate xferlog.&lt;BR /&gt;&lt;BR /&gt;I was a little bit dissapointed, is there something like an online tool to monitor the ftp access - I have to transfer the files from a HP UX box to a IPA2800 machine (is a weird thing from Nokia, the CPU Unit of a switch which has a ftpd running on it), I know that tcpdump or Ethereal will do the job, but I wanted something simplier - only for the ftp transfer - is there something like this?</description>
    <pubDate>Fri, 10 Oct 2003 03:43:29 GMT</pubDate>
    <dc:creator>Ionut Grigorescu_2</dc:creator>
    <dc:date>2003-10-10T03:43:29Z</dc:date>
    <item>
      <title>xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090293#M841660</link>
      <description>Hi gurus,&lt;BR /&gt;&lt;BR /&gt;I have tried to activate the xferlog. I have added -i and -o to inetd.conf&lt;BR /&gt;ftp  stream tcp nowait root /usr/lbin/ftpd   ftpd -lvio&lt;BR /&gt;Then inetd -c, then I have copppied two files back and forth and look after xferlog in /var/adm/syslog/ but there was no xferlog there.&lt;BR /&gt;What else should I do?</description>
      <pubDate>Fri, 10 Oct 2003 03:14:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090293#M841660</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2003-10-10T03:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090294#M841661</link>
      <description>A couple of things to try.&lt;BR /&gt;1. xferlog is overidden by /etc/ftpd/ftpaccess. See man ftpaccess.&lt;BR /&gt;2. Note that ftpd is active only on the server you are connecting to. ie FTP on the client box invokes FTPD on the server. Have you made your change at the right end ? (Do both ends if not sure)&lt;BR /&gt;-- Graham</description>
      <pubDate>Fri, 10 Oct 2003 03:28:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090294#M841661</guid>
      <dc:creator>Graham Cameron_1</dc:creator>
      <dc:date>2003-10-10T03:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090295#M841662</link>
      <description>yes, /etc/ftpd/ftpaccess is where you must add in the log option to enable logging to xferlog - see man ftpaccess.&lt;BR /&gt;</description>
      <pubDate>Fri, 10 Oct 2003 03:31:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090295#M841662</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-10-10T03:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090296#M841663</link>
      <description>Graham: sure, I was stupid, I had to activate xferlog on both machines, I have no ftpaccess,&lt;BR /&gt;Stefan: You don't have to have the ftpaccess file in order to activate xferlog.&lt;BR /&gt;&lt;BR /&gt;I was a little bit dissapointed, is there something like an online tool to monitor the ftp access - I have to transfer the files from a HP UX box to a IPA2800 machine (is a weird thing from Nokia, the CPU Unit of a switch which has a ftpd running on it), I know that tcpdump or Ethereal will do the job, but I wanted something simplier - only for the ftp transfer - is there something like this?</description>
      <pubDate>Fri, 10 Oct 2003 03:43:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090296#M841663</guid>
      <dc:creator>Ionut Grigorescu_2</dc:creator>
      <dc:date>2003-10-10T03:43:29Z</dc:date>
    </item>
    <item>
      <title>Re: xferlog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090297#M841664</link>
      <description>I am having the same kind of issue.&lt;BR /&gt;&lt;BR /&gt;I am using ftpaccess.  Here is the entry in inetd.conf:&lt;BR /&gt;&lt;BR /&gt;ftp          stream tcp6 nowait root /usr/lbin/ftpd     ftpd -a -v -i -l -o -P&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Here is the entry in ftpaccess:&lt;BR /&gt;-&lt;SNIP&gt;---------&lt;BR /&gt;log commands real&lt;BR /&gt;log transfers anonymous,real inbound,outbound&lt;BR /&gt;log xferlog&lt;BR /&gt;&lt;BR /&gt;log security anonymous,real&lt;BR /&gt;---&lt;SNIP&gt;---&lt;BR /&gt;&lt;BR /&gt;I am unable to get xferlog to reflect any file transfer activity:&lt;BR /&gt;&lt;BR /&gt;-rw-r--r--   1 root       root         29749 Apr 27 14:35 syslog.log&lt;BR /&gt;-rw-r--r--   1 root       root             0 Apr 25 18:32 xferlog&lt;BR /&gt;&lt;BR /&gt;I am running 11.23:&lt;BR /&gt;&lt;BR /&gt;B.11.23 U ia64 0016009358&lt;BR /&gt;&lt;BR /&gt;Any advise would be appreciated.&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;-paul  &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SNIP&gt;&lt;/SNIP&gt;</description>
      <pubDate>Wed, 27 Apr 2005 10:05:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/xferlog/m-p/3090297#M841664</guid>
      <dc:creator>paul haigh</dc:creator>
      <dc:date>2005-04-27T10:05:14Z</dc:date>
    </item>
  </channel>
</rss>

