<?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 Logging in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915312#M108244</link>
    <description>I know this has to be really basic, and apologies for the question, but I couldn't find it elsewhere in the forum, so apologies if this is a FAQ.&lt;BR /&gt;&lt;BR /&gt;Could you kindly share your experience with me?&lt;BR /&gt;&lt;BR /&gt;How can FTP be configured to create a access and error log file? We need to find out who has been using FTP and when. &lt;BR /&gt;&lt;BR /&gt;We are using HPUX v10.20's built in FTP.&lt;BR /&gt;Any clues, suggestions, tips or advise are greatly appreciated. Please advise.&lt;BR /&gt;&lt;BR /&gt;I look forward to hearing from you. Thanks in advance.</description>
    <pubDate>Thu, 27 Feb 2003 22:41:12 GMT</pubDate>
    <dc:creator>Anthony Alvarez_1</dc:creator>
    <dc:date>2003-02-27T22:41:12Z</dc:date>
    <item>
      <title>FTP Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915312#M108244</link>
      <description>I know this has to be really basic, and apologies for the question, but I couldn't find it elsewhere in the forum, so apologies if this is a FAQ.&lt;BR /&gt;&lt;BR /&gt;Could you kindly share your experience with me?&lt;BR /&gt;&lt;BR /&gt;How can FTP be configured to create a access and error log file? We need to find out who has been using FTP and when. &lt;BR /&gt;&lt;BR /&gt;We are using HPUX v10.20's built in FTP.&lt;BR /&gt;Any clues, suggestions, tips or advise are greatly appreciated. Please advise.&lt;BR /&gt;&lt;BR /&gt;I look forward to hearing from you. Thanks in advance.</description>
      <pubDate>Thu, 27 Feb 2003 22:41:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915312#M108244</guid>
      <dc:creator>Anthony Alvarez_1</dc:creator>
      <dc:date>2003-02-27T22:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915313#M108245</link>
      <description>By default all ftp logging is done in /var/adm/syslog/syslog.log&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 22:47:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915313#M108245</guid>
      <dc:creator>Paul Sperry</dc:creator>
      <dc:date>2003-02-27T22:47:33Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915314#M108246</link>
      <description>ftp logging is for inbound, not inbound.&lt;BR /&gt;&lt;BR /&gt;HP-UX uses Washington University's free ftp server&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For enhanced logging&lt;BR /&gt;&lt;BR /&gt;vi /etc/inetd.conf&lt;BR /&gt;&lt;BR /&gt;the line that says ftpd add a -l  (dash letter lower case L)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;save the file&lt;BR /&gt;&lt;BR /&gt;inetd -c&lt;BR /&gt;&lt;BR /&gt;enhanced logging is in place.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 27 Feb 2003 22:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915314#M108246</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-27T22:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915315#M108247</link>
      <description>some of the more advanced logging options for the ftpd is found only on 11.00 and higher. with that version you can set it up so that there is an addional log file for ftp.&lt;BR /&gt;&lt;BR /&gt;But I don't believe those options exist on 10.20.  All you have is the -v option:&lt;BR /&gt;&lt;BR /&gt;(1) modify /etc/inetd.conf to use the -v option:&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -lv&lt;BR /&gt;&lt;BR /&gt;(2) recycle the internet services daemon:&lt;BR /&gt;/usr/sbin/inetd -c&lt;BR /&gt;&lt;BR /&gt;you should then get more info put into your syslog&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 22:55:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915315#M108247</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2003-02-27T22:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915316#M108248</link>
      <description>check the man page for ftpaccess.  There is some logging to the /var/adm/syslog/syslog.log by default, but for indepth logging (which will go to /var/adm/syslog/xfer.log) use the log transfers and log commands line items in the config file.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 22:56:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915316#M108248</guid>
      <dc:creator>Greg Geyer</dc:creator>
      <dc:date>2003-02-27T22:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915317#M108249</link>
      <description>I posted a few minutes ago about the -v option for the ftpd daemon.  Here's some actual data that I pulled from a 10.20 system:&lt;BR /&gt;&lt;BR /&gt;This is the output of ftpd -lv:&lt;BR /&gt;Feb 24 20:14:20 sarena01 ftpd[17081]: FTP LOGIN FROM sarena01, ikidd&lt;BR /&gt;Feb 24 20:14:22 sarena01 ftpd[17081]: PORT&lt;BR /&gt;Feb 24 20:14:31 sarena01 ftpd[17081]: PORT&lt;BR /&gt;Feb 24 20:14:31 sarena01 ftpd[17081]: FTP: retrieve slck&lt;BR /&gt;Feb 24 20:14:32 sarena01 ftpd[17081]: User ikidd logged out&lt;BR /&gt;&lt;BR /&gt;It shows login/logout times as well as the fact that I retrieved (get) the file slck.&lt;BR /&gt;</description>
      <pubDate>Thu, 27 Feb 2003 23:11:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915317#M108249</guid>
      <dc:creator>Ian Kidd_1</dc:creator>
      <dc:date>2003-02-27T23:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: FTP Logging</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915318#M108250</link>
      <description>Make sure that you add -l in the /etc/inetd.conf file &lt;BR /&gt;like&lt;BR /&gt;ftp          stream tcp nowait root /usr/lbin/ftpd      ftpd -l&lt;BR /&gt;&lt;BR /&gt;ALso make sure that you have  /etc/syslog.conf&lt;BR /&gt;&lt;BR /&gt;local5.debug            /var/adm/syslog/syslog.log&lt;BR /&gt;&lt;BR /&gt;if you do not have then add it and then do a &lt;BR /&gt;kill -HUP `cat /var/run/syslog.pid`&lt;BR /&gt;&lt;BR /&gt;to re-read the syslog.conf file&lt;BR /&gt;</description>
      <pubDate>Fri, 28 Feb 2003 03:48:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ftp-logging/m-p/2915318#M108250</guid>
      <dc:creator>T G Manikandan</dc:creator>
      <dc:date>2003-02-28T03:48:13Z</dc:date>
    </item>
  </channel>
</rss>

