<?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: Separate ftp log in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245949#M174563</link>
    <description>Hi Tariq,&lt;BR /&gt;&lt;BR /&gt;You can keep records of all files received &amp;amp; transmitted by the ftp server by using -i &amp;amp; -o on the ftpd command line in /etc/inetd.conf.&lt;BR /&gt;File logged to would be /var/adm/syslog/xfer.log&lt;BR /&gt;&lt;BR /&gt;You can also enable the same functionality by making the following entries in the /etc/ftpd/ftpaccess file:&lt;BR /&gt;&lt;BR /&gt;log commands real&lt;BR /&gt;log transfers anonymous,real inbound, outbound&lt;BR /&gt;&lt;BR /&gt;The connections themselves would still be recorded in syslog.log, but the actual ftpd actions will be in xfer.log&lt;BR /&gt;&lt;BR /&gt;man ftpd, ftpaccess, &amp;amp; xferlog for further details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Apr 2004 08:57:02 GMT</pubDate>
    <dc:creator>Jeff Schussele</dc:creator>
    <dc:date>2004-04-13T08:57:02Z</dc:date>
    <item>
      <title>Separate ftp log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245942#M174556</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I want to create a separate log file that will only have ftp related log. I donot want ftp information to be in the syslog.log.&lt;BR /&gt;&lt;BR /&gt;What changes do i need to do in syslog.conf or in any other configuration file.&lt;BR /&gt;&lt;BR /&gt;Tariq</description>
      <pubDate>Mon, 12 Apr 2004 23:17:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245942#M174556</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2004-04-12T23:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Separate ftp log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245943#M174557</link>
      <description>I don't think it is possible through changes in configuration file. &lt;BR /&gt;&lt;BR /&gt;You can do the following periodically and redirect the output to some file.&lt;BR /&gt;&lt;BR /&gt;grep "FTP" syslog.log&lt;BR /&gt;&lt;BR /&gt;sks</description>
      <pubDate>Tue, 13 Apr 2004 00:06:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245943#M174557</guid>
      <dc:creator>Sanjay Kumar Suri</dc:creator>
      <dc:date>2004-04-13T00:06:44Z</dc:date>
    </item>
    <item>
      <title>Re: Separate ftp log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245944#M174558</link>
      <description>All you need do is change the syslog.conf file and away you go.&lt;BR /&gt;&lt;BR /&gt;Add this to /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;local5.info;mail.none /var/adm/syslog/ftp.log&lt;BR /&gt;&lt;BR /&gt;Then get syslogd to re-read it's config.&lt;BR /&gt;&lt;BR /&gt;# kill -HUP `cat /var/run/syslog.pid`&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2004 00:21:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245944#M174558</guid>
      <dc:creator>Michael Tully</dc:creator>
      <dc:date>2004-04-13T00:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Separate ftp log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245945#M174559</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This will create all entries to ftplog? I donot want to do that. I want only ftp entries will go to ftplog and all other entries will go to syslog like now.&lt;BR /&gt;&lt;BR /&gt;Tariq</description>
      <pubDate>Tue, 13 Apr 2004 00:28:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245945#M174559</guid>
      <dc:creator>M. Tariq Ayub</dc:creator>
      <dc:date>2004-04-13T00:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Separate ftp log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245946#M174560</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;No not all syslog messages will go to this log, only local5 messages.&lt;BR /&gt;I tried to find a link with the spec of all local0 .. local7 entries you can use, but without succes.(read also the manpage of syslog)&lt;BR /&gt;I assume what the previous post does is, route all the messages from ftpd (or from inetd?) to the new logfile.&lt;BR /&gt;So other messages are still logged to syslog.log.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Peter</description>
      <pubDate>Tue, 13 Apr 2004 04:04:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245946#M174560</guid>
      <dc:creator>Hoefnix</dc:creator>
      <dc:date>2004-04-13T04:04:26Z</dc:date>
    </item>
    <item>
      <title>Re: Separate ftp log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245947#M174561</link>
      <description>Hi Tariq,&lt;BR /&gt;&lt;BR /&gt;Please check this link:&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=214847" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=214847&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hth.</description>
      <pubDate>Tue, 13 Apr 2004 04:16:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245947#M174561</guid>
      <dc:creator>Sanjiv Sharma_1</dc:creator>
      <dc:date>2004-04-13T04:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Separate ftp log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245948#M174562</link>
      <description>ftp is a daemon - I did it like this in my /etc/syslog.conf:&lt;BR /&gt;&lt;BR /&gt;# @(#)B.11.11_LR&lt;BR /&gt;#&lt;BR /&gt;# syslogd configuration file.&lt;BR /&gt;#&lt;BR /&gt;# See syslogd(1M) for information about the format of this file.&lt;BR /&gt;#&lt;BR /&gt;mail.debug              /var/adm/syslog/mail.log&lt;BR /&gt;daemon.info;mail.none   /var/adm/syslog/daemon.log&lt;BR /&gt;*.info;mail.none,daemon.none    /var/adm/syslog/syslog.log&lt;BR /&gt;*.alert                 /dev/console&lt;BR /&gt;*.alert                 root&lt;BR /&gt;*.emerg                 *&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;However - that will log all daemons - including MC/SG....&lt;BR /&gt;&lt;BR /&gt;After changes, make syslogd re-read the file:&lt;BR /&gt;&lt;BR /&gt;kill -HUP `cat /var/run/syslog.pid`&lt;BR /&gt;&lt;BR /&gt;Rgds...Geoff</description>
      <pubDate>Tue, 13 Apr 2004 07:48:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245948#M174562</guid>
      <dc:creator>Geoff Wild</dc:creator>
      <dc:date>2004-04-13T07:48:08Z</dc:date>
    </item>
    <item>
      <title>Re: Separate ftp log</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245949#M174563</link>
      <description>Hi Tariq,&lt;BR /&gt;&lt;BR /&gt;You can keep records of all files received &amp;amp; transmitted by the ftp server by using -i &amp;amp; -o on the ftpd command line in /etc/inetd.conf.&lt;BR /&gt;File logged to would be /var/adm/syslog/xfer.log&lt;BR /&gt;&lt;BR /&gt;You can also enable the same functionality by making the following entries in the /etc/ftpd/ftpaccess file:&lt;BR /&gt;&lt;BR /&gt;log commands real&lt;BR /&gt;log transfers anonymous,real inbound, outbound&lt;BR /&gt;&lt;BR /&gt;The connections themselves would still be recorded in syslog.log, but the actual ftpd actions will be in xfer.log&lt;BR /&gt;&lt;BR /&gt;man ftpd, ftpaccess, &amp;amp; xferlog for further details.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Apr 2004 08:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/separate-ftp-log/m-p/3245949#M174563</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2004-04-13T08:57:02Z</dc:date>
    </item>
  </channel>
</rss>

