<?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 FTP activity in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987454#M123647</link>
    <description>I want to track all FTP activity on one of my Nclass systems running 11.0. I don't want to use an auditing tool like IDS or anything. I just want to see who is ftp'ing in and out. Is there a file other than syslog to get some info on this?&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM</description>
    <pubDate>Tue, 03 Jun 2003 12:59:09 GMT</pubDate>
    <dc:creator>Nobody's Hero</dc:creator>
    <dc:date>2003-06-03T12:59:09Z</dc:date>
    <item>
      <title>FTP activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987454#M123647</link>
      <description>I want to track all FTP activity on one of my Nclass systems running 11.0. I don't want to use an auditing tool like IDS or anything. I just want to see who is ftp'ing in and out. Is there a file other than syslog to get some info on this?&lt;BR /&gt;&lt;BR /&gt;10x&lt;BR /&gt;RPM</description>
      <pubDate>Tue, 03 Jun 2003 12:59:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987454#M123647</guid>
      <dc:creator>Nobody's Hero</dc:creator>
      <dc:date>2003-06-03T12:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: FTP activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987455#M123648</link>
      <description>Toggle off with inetd -l and review syslog.log</description>
      <pubDate>Tue, 03 Jun 2003 13:04:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987455#M123648</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-06-03T13:04:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987456#M123649</link>
      <description>Add the -l option to the ftpd line in the /etc/inetd.conf file.  This will log ftp connections in the syslog.  See the man page for ftpd for more detail.&lt;BR /&gt;&lt;BR /&gt;You can add a daemon line to the syslog.conf file to seperate daemon generated messages from the syslog to a seperate file, but I don't think you can segragate the ftp messages.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;mark</description>
      <pubDate>Tue, 03 Jun 2003 13:04:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987456#M123649</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-06-03T13:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: FTP activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987457#M123650</link>
      <description>You're in luck because on 11.0 and higher if you check the ftpd daemon.&lt;BR /&gt;# man ftpd&lt;BR /&gt;.. you should see there is an additional option "-l" , apart from the usual "-v" option. What you can do is include these 2 options in you /etc/inetd.conf file for ftpd service and re-read inetd.conf and you should be getting a more detail ftp logging in syslog.log.</description>
      <pubDate>Tue, 03 Jun 2003 13:05:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987457#M123650</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-06-03T13:05:17Z</dc:date>
    </item>
    <item>
      <title>Re: FTP activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987458#M123651</link>
      <description>Isn't syslog enough ? &lt;BR /&gt;&lt;BR /&gt;You can turn tracing on in the /etc/inet.conf at the ftp line. With loggiin enabled, you see: who is in, what is getting, what is deleting and so on...&lt;BR /&gt;&lt;BR /&gt;See man ftpd for details&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Otherwise tools like IDS can be used, or you can create an ad hoc account and monitor each connection.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;  Massimo&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2003 13:05:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987458#M123651</guid>
      <dc:creator>Massimo Bianchi</dc:creator>
      <dc:date>2003-06-03T13:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: FTP activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987459#M123652</link>
      <description>My apology .. it seems 10.20 has the "-v" option too. So just include "-l" and "-v" the in ftpd line.</description>
      <pubDate>Tue, 03 Jun 2003 13:08:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987459#M123652</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-06-03T13:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: FTP activity</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987460#M123653</link>
      <description>If you use the ftpaccess file (man ftpaccess) you can include command and file transfer logging, in addition to login and logout of ftp users.&lt;BR /&gt;&lt;BR /&gt;File transfers are logged in /var/adm/syslog/xferlog; the remaining records are logged through syslog (with the tag ftpd).</description>
      <pubDate>Tue, 03 Jun 2003 13:14:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-activity/m-p/2987460#M123653</guid>
      <dc:creator>Bill Douglass</dc:creator>
      <dc:date>2003-06-03T13:14:00Z</dc:date>
    </item>
  </channel>
</rss>

